Skip to content

Commit

Permalink
Input: ts4800 - add hardware dependency
Browse files Browse the repository at this point in the history
The Technologic Systems TS-4800 is an i.MX515 board, so its drivers
are useless unless building a SOC_IMX51 kernel, except for build
testing purposes.

Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
jdelvare authored and dtor committed Mar 4, 2016
1 parent 52cdce8 commit cd1480a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ config TOUCHSCREEN_TOUCHIT213
config TOUCHSCREEN_TS4800
tristate "TS-4800 touchscreen"
depends on HAS_IOMEM && OF
depends on SOC_IMX51 || COMPILE_TEST
select MFD_SYSCON
select INPUT_POLLDEV
help
Expand Down

0 comments on commit cd1480a

Please sign in to comment.