diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-11 11:18:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-11 11:18:41 +0000 |
commit | f7dbf2ef04d42cf1459e0653ea5a3fdff1a83f58 (patch) | |
tree | 7d29bbb819de0c4e8823d8509e4564d5b705b1ad /target/linux/generic | |
parent | 11b1f687d4497d63027c2bc205bd97be3dbd4184 (diff) | |
download | upstream-f7dbf2ef04d42cf1459e0653ea5a3fdff1a83f58.tar.gz upstream-f7dbf2ef04d42cf1459e0653ea5a3fdff1a83f58.tar.bz2 upstream-f7dbf2ef04d42cf1459e0653ea5a3fdff1a83f58.zip |
add more missing touchscren symbols (3.0+)
SVN-Revision: 27956
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.39 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index 4c9f84d73e..0077754ce2 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -2661,6 +2661,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_W90X900 is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WM97XX is not set # CONFIG_TPS6105X is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index c854d191e6..ed8ad82b49 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -2641,6 +2641,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_W90X900 is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WM97XX is not set # CONFIG_TPS6105X is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1 index d3e992c918..97a88279ab 100644 --- a/target/linux/generic/config-3.1 +++ b/target/linux/generic/config-3.1 @@ -2654,6 +2654,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_W90X900 is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WM97XX is not set # CONFIG_TPS6105X is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set |