By 53c6bc24fdc8db87109a5760579cbb060fa644cf, view of menu for USB was broken. This fix it by switching from menuconfig to menu. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@xxxxxxxxxxx> --- drivers/usb/Kconfig | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 48ac6e7..59df811 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -2,8 +2,10 @@ # USB device configuration # -menuconfig USB_SUPPORT - bool "USB support" +menu "USB support" + +config USB_SUPPORT + tristate "USB support" depends on HAS_IOMEM default y ---help--- @@ -184,3 +186,5 @@ source "drivers/usb/gadget/Kconfig" source "drivers/usb/otg/Kconfig" endif # USB_SUPPORT + +endmenu -- 1.7.9.1 -- 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