From 3db12da7cdabfa682a4ebbd95fb3287c84248d7b Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Mon, 1 Apr 2019 00:33:07 -0300 Subject: zynq: replace CAN kconfig options by device packages The options are managed on a generic way by the can kmod packages Additionally, select can packages only for devices that currently has CAN enabled, which is only the ZC702 Signed-off-by: Luis Araneda --- target/linux/zynq/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/zynq/image/Makefile') diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile index aac9953b45..d8a882313b 100644 --- a/target/linux/zynq/image/Makefile +++ b/target/linux/zynq/image/Makefile @@ -74,6 +74,7 @@ define Device/xlnx_zynq-zc702 $(call Device/FitImageGzip) DEVICE_TITLE := ZC702 Development Board DEVICE_DTS := zynq-zc702 + DEVICE_PACKAGES:=kmod-can kmod-can-xilinx-can endef TARGET_DEVICES += xlnx_zynq-zc702 -- cgit v1.2.3