diff options
| author | Jean Delvare <jdelvare@suse.de> | 2016-03-04 14:41:43 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-03-04 15:04:07 -0500 |
| commit | cd1480ae4dd0bbfd3d7339d00c3573e4c64ebbd5 (patch) | |
| tree | 914d851c651977f907cb5be906630ddcaa13db7a /drivers/input/touchscreen/Kconfig | |
| parent | 52cdce8adb635746f53306ab2599ca64902bb1dc (diff) | |
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 <jdelvare@suse.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 309951da0970..c7afa57f6287 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -952,6 +952,7 @@ config TOUCHSCREEN_TOUCHIT213 | |||
| 952 | config TOUCHSCREEN_TS4800 | 952 | config TOUCHSCREEN_TS4800 |
| 953 | tristate "TS-4800 touchscreen" | 953 | tristate "TS-4800 touchscreen" |
| 954 | depends on HAS_IOMEM && OF | 954 | depends on HAS_IOMEM && OF |
| 955 | depends on SOC_IMX51 || COMPILE_TEST | ||
| 955 | select MFD_SYSCON | 956 | select MFD_SYSCON |
| 956 | select INPUT_POLLDEV | 957 | select INPUT_POLLDEV |
| 957 | help | 958 | help |
