diff options
author | Andrey Gusakov <andrey.gusakov@cogentembedded.com> | 2018-03-26 15:32:29 +0300 |
---|---|---|
committer | Andrey Gusakov <andrey.gusakov@cogentembedded.com> | 2018-03-26 15:32:29 +0300 |
commit | afe0749cc4b9e61b3643a0a16f639f50606c4e96 (patch) | |
tree | 356f1493f52b1b04d3fbc5eb2a6f58f018a34ac7 /meta-rcar-gen3-adas | |
parent | 3ff7e5c8369180d3e399a67a2170700fe902d5a5 (diff) |
VB2: enable Kvaset USB/CAN
Diffstat (limited to 'meta-rcar-gen3-adas')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/ulcb.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/ulcb.cfg b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/ulcb.cfg index 49f841f..5442f19 100644 --- a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/ulcb.cfg +++ b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/ulcb.cfg @@ -1,5 +1,6 @@ CONFIG_CAN=y CONFIG_CAN_PEAK_USB=y +CONFIG_CAN_KVASER_USB=y CONFIG_CAN_BCM=y CONFIG_CAN_RAW=y CONFIG_CAN_DEV=y |