diff options
author | Roger Quadros <rogerq@ti.com> | 2015-06-02 05:45:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-06-02 10:54:50 -0400 |
commit | 4cbb08336f506cde30c0dfb3e49c55a52842fb5c (patch) | |
tree | a20902ae17cc9f5f495acf55350e7282e0a9f9ab | |
parent | b832a055fc4e8f5191415b274d3b7a5895e8162e (diff) |
ARM: omap2plus_defconfig: Enable TOUCHSCREEN_PIXCIR
Some of the OMAP based boards e.g. am437x-gp-evm have
the Pixcir touch controller. Enable the related device
driver.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 92e420631981..c45094abd57b 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -205,6 +205,7 @@ CONFIG_KEYBOARD_TWL4030=m | |||
205 | CONFIG_INPUT_TOUCHSCREEN=y | 205 | CONFIG_INPUT_TOUCHSCREEN=y |
206 | CONFIG_TOUCHSCREEN_ADS7846=m | 206 | CONFIG_TOUCHSCREEN_ADS7846=m |
207 | CONFIG_TOUCHSCREEN_EDT_FT5X06=m | 207 | CONFIG_TOUCHSCREEN_EDT_FT5X06=m |
208 | CONFIG_TOUCHSCREEN_PIXCIR=m | ||
208 | CONFIG_TOUCHSCREEN_TSC2005=m | 209 | CONFIG_TOUCHSCREEN_TSC2005=m |
209 | CONFIG_TOUCHSCREEN_TSC2007=m | 210 | CONFIG_TOUCHSCREEN_TSC2007=m |
210 | CONFIG_INPUT_MISC=y | 211 | CONFIG_INPUT_MISC=y |