diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-27 20:54:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-27 20:54:00 +0000 |
commit | 08a232c8cf36b742f053d23510e1bb00abbdea59 (patch) | |
tree | d732880ba98ea760ad76cade7319ac80f9cf8e5f /target/linux | |
parent | 3c045e99333e4856f22a8357dc31ba792cdb6c93 (diff) | |
download | upstream-08a232c8cf36b742f053d23510e1bb00abbdea59.tar.gz upstream-08a232c8cf36b742f053d23510e1bb00abbdea59.tar.bz2 upstream-08a232c8cf36b742f053d23510e1bb00abbdea59.zip |
kernel: add missing symbols for iio on older kernel versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38240
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 0b7f98bafd..c7c00ce6df 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -1083,6 +1083,7 @@ CONFIG_HZ_100=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_IIO_ST_HWMON is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set # CONFIG_IMAGE_CMDLINE_HACK is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 08f2bfad73..36b2748497 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -1189,6 +1189,7 @@ CONFIG_HZ_100=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_IIO_ST_HWMON is not set # CONFIG_IIO_BUFFER_CB is not set CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 # CONFIG_IIO_GPIO_TRIGGER is not set |