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 | b90290ae60d3d49708a86831ee738df717896cbb (patch) | |
| tree | fb98d8422d7a43148d563a39f6241a1d1043e3e7 /target/linux | |
| parent | c7ae115a3d6b7dc02800274438a621860676fe26 (diff) | |
| download | upstream-b90290ae60d3d49708a86831ee738df717896cbb.tar.gz upstream-b90290ae60d3d49708a86831ee738df717896cbb.tar.bz2 upstream-b90290ae60d3d49708a86831ee738df717896cbb.zip | |
kernel: add missing symbols for iio on older kernel versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38240 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0b7f98bafdb..c7c00ce6dfe 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 08f2bfad733..36b27484973 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 |
