summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-03-11 10:45:36 +0530
committerStefan Agner <stefan.agner@toradex.com>2016-03-11 10:52:21 -0800
commitbf1ede44537320845aa411e62c20d86f02e19222 (patch)
tree9bdbce34322e6471fc21c2ecd580d008688cdf3f /arch/arm/configs
parenta892c86d9498144ca1306f6a308a68b96d5aef88 (diff)
ARM: configs: colibri_vf: Add IIO_SYSFS_TRIGGER for use with ADC driver
Currently buffer support is enabled and provided by the Vybrid ADC driver but no generic trigger support is compiled in the kernel to actually use the feature and kernel compilation is required. Add the IIO_SYSFS_TIGGER option so users can use the buffer/continuous sampling functionality provided by the ADC driver out of the box. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/colibri_vf_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/colibri_vf_defconfig b/arch/arm/configs/colibri_vf_defconfig
index 3e1dc35c248b..c576ea893340 100644
--- a/arch/arm/configs/colibri_vf_defconfig
+++ b/arch/arm/configs/colibri_vf_defconfig
@@ -272,6 +272,7 @@ CONFIG_ARM_TIMER_SP804=y
CONFIG_SOC_BUS_VF610=y
CONFIG_EXTCON_USB_GPIO=y
CONFIG_IIO=y
+CONFIG_IIO_SYSFS_TRIGGER=y
CONFIG_VF610_ADC=y
CONFIG_VF610_DAC=y
CONFIG_PWM=y