From: Daniel Lezcano Three fixes for Kconfigs. Signed-off-by: Daniel Lezcano --- drivers/input/misc/Kconfig | 2 +- drivers/leds/Kconfig | 2 +- drivers/telephony/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Index: net-2.6.24/drivers/input/misc/Kconfig =================================================================== --- net-2.6.24.orig/drivers/input/misc/Kconfig +++ net-2.6.24/drivers/input/misc/Kconfig @@ -152,7 +152,7 @@ config INPUT_YEALINK tristate "Yealink usb-p1k voip phone" - depends EXPERIMENTAL + depends on EXPERIMENTAL depends on USB_ARCH_HAS_HCD select USB help Index: net-2.6.24/drivers/leds/Kconfig =================================================================== --- net-2.6.24.orig/drivers/leds/Kconfig +++ net-2.6.24/drivers/leds/Kconfig @@ -83,7 +83,7 @@ config LEDS_H1940 tristate "LED Support for iPAQ H1940 device" - depends LEDS_CLASS && ARCH_H1940 + depends on LEDS_CLASS && ARCH_H1940 help This option enables support for the LEDs on the h1940. Index: net-2.6.24/drivers/telephony/Kconfig =================================================================== --- net-2.6.24.orig/drivers/telephony/Kconfig +++ net-2.6.24/drivers/telephony/Kconfig @@ -19,7 +19,7 @@ config PHONE_IXJ tristate "QuickNet Internet LineJack/PhoneJack support" - depends ISA || PCI + depends on ISA || PCI ---help--- Say M if you have a telephony card manufactured by Quicknet Technologies, Inc. These include the Internet PhoneJACK and -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/