Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e42dc36b authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Greg Kroah-Hartman
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ce0d7d3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.