From: Ming Lei <tom.leiming@xxxxxxxxx> This patch allows all hw glue drivers to be built into one single image, so that we can support one single image to be run in multiple machines. Signed-off-by: Ming Lei <tom.leiming@xxxxxxxxx> --- drivers/usb/musb/Kconfig | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 5e0a5e8..8b73d98 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -32,8 +32,7 @@ config USB_MUSB_HDRC To compile this driver as a module, choose M here; the module will be called "musb-hdrc". -choice - prompt "Platform Glue Layer" +comment "Platform Glue Layer" depends on USB_MUSB_HDRC config USB_MUSB_DAVINCI_GLUE @@ -66,8 +65,6 @@ config USB_MUSB_BLACKFIN_GLUE tristate "Blackfin" depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523) -endchoice - config USB_MUSB_DAVINCI bool default n -- 1.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html