diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-01 07:49:15 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-04 11:32:00 -0500 |
commit | 97466d77e848d9b1baf0fdedb424284015848862 (patch) | |
tree | 3b79a04784f4f97d1e6077e547fcfdc115d9ce60 /arch/arm/configs | |
parent | e4b2cf64b9902642e162aabe31fc61f6b4a6e7de (diff) |
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/configs')
-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 | |||
113 | CONFIG_INPUT_JOYDEV=y | 113 | CONFIG_INPUT_JOYDEV=y |
114 | CONFIG_INPUT_EVDEV=y | 114 | CONFIG_INPUT_EVDEV=y |
115 | # CONFIG_KEYBOARD_ATKBD is not set | 115 | # CONFIG_KEYBOARD_ATKBD is not set |
116 | CONFIG_KEYBOARD_QT1070=y | ||
116 | CONFIG_KEYBOARD_GPIO=y | 117 | CONFIG_KEYBOARD_GPIO=y |
117 | # CONFIG_INPUT_MOUSE is not set | 118 | # CONFIG_INPUT_MOUSE is not set |
118 | CONFIG_INPUT_TOUCHSCREEN=y | 119 | CONFIG_INPUT_TOUCHSCREEN=y |