diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-12-05 13:43:01 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-12-11 12:10:00 +0000 |
commit | f424f00fd514b171e55ca90da3133822f523b7b9 (patch) | |
tree | cf986afcfeb2992dd7366bdf0ef7739565c9f77f /meta-rcar-gen2/recipes-kernel/linux | |
parent | b67bcedadae03ea320ee95cda59993b994b09a5d (diff) |
Add VCAN=y to renesas kernel for demo
This is needed for the CAN support.
Change-Id: Ib29a98c554588468e7ed96041f7773e0ab020530
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index 75f2146..c80e59a 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -184,6 +184,7 @@ do_configure_bluetooth() { do_configure_append_porter() { # Enable CAN kernel_configure_variable CAN y + kernel_configure_variable VCAN y kernel_configure_variable CAN_RCAR y yes '' | oe_runmake oldconfig |