* [PATCH] input: touchscreen: make USB drivers depend on USB
@ 2018-01-17 21:40 Marcus Folkesson
0 siblings, 0 replies; only message in thread
From: Marcus Folkesson @ 2018-01-17 21:40 UTC (permalink / raw)
To: Dmitry Torokhov, Rob Herring, Andi Shyti, Michael Hennerich,
Jelle van der Waa, Marcus Folkesson, Anthony Kim, hns,
Randy Dunlap, Ksenija Stanojevic, Martin Kepplinger,
Robert Jarzmik
Cc: linux-input, linux-kernel
A driver should not enable an entire subsystem.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
drivers/input/touchscreen/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 38a226f9fcbd..08d2c1434493 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -837,8 +837,7 @@ config TOUCHSCREEN_WM97XX_ZYLONITE
config TOUCHSCREEN_USB_COMPOSITE
tristate "USB Touchscreen Driver"
- depends on USB_ARCH_HAS_HCD
- select USB
+ depends on USB
help
USB Touchscreen driver for:
- eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
--
2.15.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-17 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17 21:40 [PATCH] input: touchscreen: make USB drivers depend on USB Marcus Folkesson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.