From e0c7d1b49fe3d12cd7870fa7d9a5c35539d55463 Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Thu, 7 Jul 2022 16:02:13 +0800 Subject: [PATCH] arm64/configs: add rk3399_linux.config on rockchip platform CONFIG_BCMDHD_PCIE and CONFIG_BCMDHD_SDIO can only be selected from two configurations, since that bcmdhd driver cannot be compatible with it at present. SDIO interfaces are widely used by default, at least on our EVB boards. Tested on RK3399 EVB IND boards: export CROSS_COMPILE=aarch64-linux-gnu- make ARCH=arm64 rockchip_linux_defconfig rk3399_linux.config make ARCH=arm64 rk3399-evb-ind-lpddr4-linux.img -j8 Signed-off-by: Caesar Wang Change-Id: I7c1c416b58f618e1cee8f76608c24f750437bfa1 --- arch/arm64/configs/rk3399_linux.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm64/configs/rk3399_linux.config diff --git a/arch/arm64/configs/rk3399_linux.config b/arch/arm64/configs/rk3399_linux.config new file mode 100644 index 000000000000..05f35714ca12 --- /dev/null +++ b/arch/arm64/configs/rk3399_linux.config @@ -0,0 +1,2 @@ +CONFIG_BCMDHD_SDIO=y +# CONFIG_BCMDHD_PCIE is not set