From 15fb81f44719a00a62be83cefb4ba46227f8e03d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 13 May 2016 12:21:40 +0530 Subject: 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 Signed-off-by: Stefan Agner --- recipes-kernel/linux/linux-toradex-4.4/defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3