It can simplify root Kconfig Signed-off-by: Peter Chen <peter.chen@xxxxxxx> --- drivers/usb/Kconfig | 10 +--------- drivers/usb/common/Kconfig | 9 +++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 drivers/usb/common/Kconfig diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 8689dcb..1a28a9f 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -150,14 +150,6 @@ source "drivers/usb/phy/Kconfig" source "drivers/usb/gadget/Kconfig" -config USB_LED_TRIG - bool "USB LED Triggers" - depends on LEDS_CLASS && USB_COMMON && LEDS_TRIGGERS - help - This option adds LED triggers for USB host and/or gadget activity. - - Say Y here if you are working on a system with led-class supported - LEDs and you want to use them as activity indicators for USB host or - gadget. +source "drivers/usb/common/Kconfig" endif # USB_SUPPORT diff --git a/drivers/usb/common/Kconfig b/drivers/usb/common/Kconfig new file mode 100644 index 0000000..951b1d0 --- /dev/null +++ b/drivers/usb/common/Kconfig @@ -0,0 +1,9 @@ +config USB_LED_TRIG + bool "USB LED Triggers" + depends on LEDS_CLASS && USB_COMMON && LEDS_TRIGGERS + help + This option adds LED triggers for USB host and/or gadget activity. + + Say Y here if you are working on a system with led-class supported + LEDs and you want to use them as activity indicators for USB host or + gadget. -- 1.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