diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 18:00:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 18:00:35 +0000 |
commit | 7530971113842f44e7d1a33dfbfd977f6dfb8912 (patch) | |
tree | 3753cedd8d623f48c0ef81a978677d599574c604 /target/linux/generic/config-3.10 | |
parent | 4fcc9ce9ff2fc696bbbfc41aeaf5c08c0a39222b (diff) | |
download | upstream-7530971113842f44e7d1a33dfbfd977f6dfb8912.tar.gz upstream-7530971113842f44e7d1a33dfbfd977f6dfb8912.tar.bz2 upstream-7530971113842f44e7d1a33dfbfd977f6dfb8912.zip |
package/kernel: add support for industrial-io and AD799x
Add support for industrial IO core and (still staging)
driver for AD799x, a high precision I2C ADC family.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38187
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 16f4235520..ab8ac11eb8 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1222,6 +1222,14 @@ CONFIG_HZ_100=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_IIO_BUFFER_CB is not set +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +# CONFIG_IIO_GPIO_TRIGGER is not set +# CONFIG_IIO_SIMPLE_DUMMY is not set +# CONFIG_IIO_ST_ACCEL_3AXIS is not set +# CONFIG_IIO_ST_GYRO_3AXIS is not set +# CONFIG_IIO_ST_MAGN_3AXIS is not set +# CONFIG_IIO_SYSFS_TRIGGER is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set # CONFIG_IMAGE_CMDLINE_HACK is not set |