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 <wxt@rock-chips.com>
Change-Id: I7c1c416b58f618e1cee8f76608c24f750437bfa1
This commit is contained in:
Caesar Wang
2022-07-07 16:02:13 +08:00
parent 0b356f8ce8
commit e0c7d1b49f

View File

@@ -0,0 +1,2 @@
CONFIG_BCMDHD_SDIO=y
# CONFIG_BCMDHD_PCIE is not set