summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-05-13 12:21:40 +0530
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commit15fb81f44719a00a62be83cefb4ba46227f8e03d (patch)
tree5f483821d6cf98acc5c6c088097802f5cdff1972
parentcd160ee1b7f3b922179259f6063c4321f77cffc0 (diff)
colibri_vf: update defconfig to enable IIO sysfs trigger
While we enable CONFIG_IIO_SYSFS_TRIGGER in kernel source defconfig this is not enabled in defconfig being used in OpenEmbedded. This results in sysfs triggers not being enabled by default in an image build with OpenEmbedded. This is already observed with our last release 2.6 Beta1 image. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-4.4/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-4.4/defconfig b/recipes-kernel/linux/linux-toradex-4.4/defconfig
index 3e1dc35..c576ea8 100644
--- a/recipes-kernel/linux/linux-toradex-4.4/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.4/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