diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-01 15:49:15 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-04 19:32:00 +0300 |
commit | 97466d77e848d9b1baf0fdedb424284015848862 (patch) | |
tree | 3b79a04784f4f97d1e6077e547fcfdc115d9ce60 /arch/arm | |
parent | e4b2cf64b9902642e162aabe31fc61f6b4a6e7de (diff) | |
download | linux-97466d77e848d9b1baf0fdedb424284015848862.tar.xz |
ARM: at91/defconfig: add QT1070 to at91_dt
As this touch button driver is used on at91sam9x5ek, it's better to enable it.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index cb6ec18ce68b..6ccf937a60f2 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -113,6 +113,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=272 CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y # CONFIG_KEYBOARD_ATKBD is not set +CONFIG_KEYBOARD_QT1070=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y |