summaryrefslogtreecommitdiff
path: root/recipes-kernel
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
commite04fe9c2766b6a10f1f37d1bfb388a9821011455 (patch)
treecba32058a36d798b9816ab77fcf34390aab65683 /recipes-kernel
parenta5c35789945032cab2e5bd0a1aaa5ab8fd74e8dc (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>
Diffstat (limited to 'recipes-kernel')
-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