diff options
author | Magnus Damm <damm@opensource.se> | 2011-01-06 08:33:15 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-06 11:19:54 +0300 |
commit | 6f09e41d704fe0bc9157a5357480751d39361d01 (patch) | |
tree | 38b0ba10280fa44eb09d48221f0e1c9df514495b /arch/sh | |
parent | eac676e531214f1e276645613acae7d7c4529035 (diff) | |
download | linux-6f09e41d704fe0bc9157a5357480751d39361d01.tar.xz |
sh: include Migo-R TS driver in Migo-R defconfig
This patch enables the Migo-R specific touch screen
driver in the Migo-R defconfig.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/configs/migor_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig index 9ad904a110de..cc61eda44922 100644 --- a/arch/sh/configs/migor_defconfig +++ b/arch/sh/configs/migor_defconfig @@ -54,6 +54,8 @@ CONFIG_INPUT_EVDEV=y # CONFIG_KEYBOARD_ATKBD is not set CONFIG_KEYBOARD_SH_KEYSC=y # CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_MIGOR=y # CONFIG_SERIO is not set CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_SERIAL_SH_SCI=y |