From f45cff61c213c6874a4d38b903b65864354ba9ac Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 30 Aug 2014 19:09:18 +0200 Subject: [PATCH] projects/Cuboxi/linux: add CONFIG_FSL_OTP and CONFIG_LEDS_GPIO, thaks to 'vpeter' Signed-off-by: Stephan Raue --- projects/Cuboxi/linux/linux.arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Cuboxi/linux/linux.arm.conf b/projects/Cuboxi/linux/linux.arm.conf index ad443b4af8..553b4f742b 100644 --- a/projects/Cuboxi/linux/linux.arm.conf +++ b/projects/Cuboxi/linux/linux.arm.conf @@ -1594,7 +1594,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_FSL_LPUART is not set # CONFIG_SERIAL_ST_ASC is not set # CONFIG_TTY_PRINTK is not set -# CONFIG_FSL_OTP is not set +CONFIG_FSL_OTP=y # CONFIG_HVC_DCC is not set # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=y @@ -2965,7 +2965,7 @@ CONFIG_LEDS_CLASS=y # CONFIG_LEDS_LM3530 is not set # CONFIG_LEDS_LM3642 is not set # CONFIG_LEDS_PCA9532 is not set -# CONFIG_LEDS_GPIO is not set +CONFIG_LEDS_GPIO=y # CONFIG_LEDS_LP3944 is not set # CONFIG_LEDS_LP5521 is not set # CONFIG_LEDS_LP5523 is not set