From: Dmitry Torokhov Date: Mon, 28 Apr 2008 20:57:14 +0000 (-0400) Subject: usb-storage: fix build failure in OneTouch driver X-Git-Tag: v2.6.26-rc1~11^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42dc36b2cf9849362967ea836196c8ef6079ec7;p=platform%2Fkernel%2Flinux-3.10.git usb-storage: fix build failure in OneTouch driver If USB storage is built-in but input subsystem is made modular then OneTouch button functionality can not be selected. Signed-off-by: Dmitry Torokhov Cc: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 0f6d234..3d92496 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -123,7 +123,8 @@ config USB_STORAGE_ALAUDA config USB_STORAGE_ONETOUCH bool "Support OneTouch Button on Maxtor Hard Drives" - depends on USB_STORAGE && INPUT_EVDEV + depends on USB_STORAGE + depends on INPUT=y || INPUT=USB_STORAGE help Say Y here to include additional code to support the Maxtor OneTouch USB hard drive's onetouch button.