Skip to content

Commit cd1480a

Browse files
jdelvaredtor
authored andcommitted
Input: ts4800 - add hardware dependency
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]>
1 parent 52cdce8 commit cd1480a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/touchscreen/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ config TOUCHSCREEN_TOUCHIT213
952952
config TOUCHSCREEN_TS4800
953953
tristate "TS-4800 touchscreen"
954954
depends on HAS_IOMEM && OF
955+
depends on SOC_IMX51 || COMPILE_TEST
955956
select MFD_SYSCON
956957
select INPUT_POLLDEV
957958
help

0 commit comments

Comments
 (0)