diff options
author | Dominik Sliwa <dominik.sliwa@toradex.com> | 2017-12-22 09:28:33 +0000 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-12-23 22:15:42 +0100 |
commit | 541183fde7bcb6a0778cc6294d342e496d7878ee (patch) | |
tree | 1c2d0847e667d2d418f8e996dceb1c1e8d19fd90 | |
parent | 330f7cce43ea5ba56f722683e7fdfe73cd311fa7 (diff) |
linux-toradex: colibri-im6: apalis-imx6: update defconfigs
Adding LEDS_TRIGGERS.
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig | 7 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig index a8120c7..23bb6a1 100644 --- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig +++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig @@ -276,6 +276,13 @@ CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PWM=y +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=y +CONFIG_LEDS_TRIGGER_GPIO=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_RTC_CLASS=y CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_RTC_DRV_DS1307=y diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig index 9a11517..3dc5755 100644 --- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig +++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig @@ -268,6 +268,13 @@ CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PWM=y +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=y +CONFIG_LEDS_TRIGGER_GPIO=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_RTC_CLASS=y CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_RTC_DRV_DS1307=y |