From: Emilio López <[email protected]> Signed-off-by: Emilio López <[email protected]> --- arch/arm/configs/sun4i_defconfig | 1 + arch/arm/configs/sun5i_defconfig | 1 + arch/arm/configs/sun7i_defconfig | 1 + 3 files changed, 3 insertions(+)
diff --git a/arch/arm/configs/sun4i_defconfig b/arch/arm/configs/sun4i_defconfig index 04ad67f..4e6f9fc 100644 --- a/arch/arm/configs/sun4i_defconfig +++ b/arch/arm/configs/sun4i_defconfig @@ -134,6 +134,7 @@ CONFIG_IR_SUNXI=m CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_GT801=m +CONFIG_TOUCHSCREEN_GT801_2PLUS1_TS=m CONFIG_TOUCHSCREEN_GT811=m CONFIG_TOUCHSCREEN_GT818=m CONFIG_TOUCHSCREEN_SUN4I_TS=m diff --git a/arch/arm/configs/sun5i_defconfig b/arch/arm/configs/sun5i_defconfig index 2638055..f837d69 100644 --- a/arch/arm/configs/sun5i_defconfig +++ b/arch/arm/configs/sun5i_defconfig @@ -110,6 +110,7 @@ CONFIG_KEYBOARD_HV2605_KEYBOARD=m # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_GT801=m +CONFIG_TOUCHSCREEN_GT801_2PLUS1_TS=m CONFIG_TOUCHSCREEN_GT811=m CONFIG_TOUCHSCREEN_GT818=m CONFIG_TOUCHSCREEN_SUN4I_TS=m diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index 31a7e1e..455ebcc 100644 --- a/arch/arm/configs/sun7i_defconfig +++ b/arch/arm/configs/sun7i_defconfig @@ -646,6 +646,7 @@ CONFIG_TOUCHSCREEN_W90X900=m CONFIG_TOUCHSCREEN_ST1232=m CONFIG_TOUCHSCREEN_TPS6507X=m CONFIG_TOUCHSCREEN_GT801=m +CONFIG_TOUCHSCREEN_GT801_2PLUS1_TS=m CONFIG_TOUCHSCREEN_GT811=m CONFIG_TOUCHSCREEN_GT818=m CONFIG_TOUCHSCREEN_SUN4I_TS=m -- 1.9.1 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
