From 29b1adc0e0e9bd2bf7c13bdb5dc3f19a0e9cb06a Mon Sep 17 00:00:00 2001 From: Yordan Dimitrov Date: Tue, 22 May 2018 13:41:01 +0100 Subject: Enable I2C-TINY-USB and LEDS-BLINKM drivers for AGL demonstrator To extent the demonstrator we need to support an I2C adaptor and RGB LED. Change-Id: I1816ee9a7acf4699d1639b4954422df9ca8f452e Signed-off-by: Yordan Dimitrov --- meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg (limited to 'meta-agl-bsp/recipes-kernel/linux/linux') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg new file mode 100644 index 000000000..f5a3819c7 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux/i2c-led.cfg @@ -0,0 +1,3 @@ +# enabling I2C and LED for demonstrator +CONFIG_I2C_TINY_USB=y +CONFIG_LEDS_BLINKM=y \ No newline at end of file -- cgit 1.2.3-korg