diff options
author | Magnus Damm <damm@opensource.se> | 2011-01-06 00:33:15 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-06 03:19:54 -0500 |
commit | 6f09e41d704fe0bc9157a5357480751d39361d01 (patch) | |
tree | 38b0ba10280fa44eb09d48221f0e1c9df514495b /arch/sh/configs | |
parent | eac676e531214f1e276645613acae7d7c4529035 (diff) |
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/configs')
-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 | |||
54 | # CONFIG_KEYBOARD_ATKBD is not set | 54 | # CONFIG_KEYBOARD_ATKBD is not set |
55 | CONFIG_KEYBOARD_SH_KEYSC=y | 55 | CONFIG_KEYBOARD_SH_KEYSC=y |
56 | # CONFIG_INPUT_MOUSE is not set | 56 | # CONFIG_INPUT_MOUSE is not set |
57 | CONFIG_INPUT_TOUCHSCREEN=y | ||
58 | CONFIG_TOUCHSCREEN_MIGOR=y | ||
57 | # CONFIG_SERIO is not set | 59 | # CONFIG_SERIO is not set |
58 | CONFIG_VT_HW_CONSOLE_BINDING=y | 60 | CONFIG_VT_HW_CONSOLE_BINDING=y |
59 | CONFIG_SERIAL_SH_SCI=y | 61 | CONFIG_SERIAL_SH_SCI=y |