Sergei Shtylyov さんは書きました:
Hello.
On 28-03-2012 10:02, Nobuhiro Iwamatsu wrote:
By 53c6bc24fdc8db87109a5760579cbb060fa644cf,
Please also specify that commit's summary in parens.
OK, I will next.
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
If I don't mistake, there was already patch submitted by David Daney
to fix this:
http://marc.info/?l=linux-usb&m=133283655231891
Thanks. This problem is revised with this patch.
Nobuhiro
--
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