diff options
author | Roger Quadros <rogerq@ti.com> | 2015-06-02 12:45:11 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-06-02 17:54:50 +0300 |
commit | 4cbb08336f506cde30c0dfb3e49c55a52842fb5c (patch) | |
tree | a20902ae17cc9f5f495acf55350e7282e0a9f9ab /arch/arm/configs | |
parent | b832a055fc4e8f5191415b274d3b7a5895e8162e (diff) | |
download | linux-4cbb08336f506cde30c0dfb3e49c55a52842fb5c.tar.xz |
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>
Diffstat (limited to 'arch/arm/configs')
-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 CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_ADS7846=m CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_PIXCIR=m CONFIG_TOUCHSCREEN_TSC2005=m CONFIG_TOUCHSCREEN_TSC2007=m CONFIG_INPUT_MISC=y |