all drivers should appear under "Device Drivers" Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- arch/arm/Kconfig | 4 ---- drivers/Kconfig | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 037ecda..9adc278 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2031,10 +2031,6 @@ source "net/Kconfig" source "drivers/Kconfig" -if ARCH_OMAP -source "drivers/cbus/Kconfig" -endif - source "fs/Kconfig" source "arch/arm/Kconfig.debug" diff --git a/drivers/Kconfig b/drivers/Kconfig index 3bb154d..e6c60d4 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/base/Kconfig" +source "drivers/cbus/Kconfig" + source "drivers/connector/Kconfig" source "drivers/mtd/Kconfig" -- 1.7.6.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html