2025-05-10 21:49:39 +08:00

31 lines
625 B
Plaintext

#
comment "PCBA depends on linux kernel"
depends on RK_KERNEL_CFG = ""
if RK_KERNEL_CFG != ""
menu "PCBA test (buildroot)"
config RK_PCBA_BASE_CFG
string "buildroot PCBA base cfg (rockchip_<cfg>_pcba_defconfig)"
default "px30" if RK_CHIP_FAMILY = "rk3358"
default RK_CHIP if RK_CHIP = "rk3126c" || RK_CHIP = "rk3128" || \
RK_CHIP_FAMILY = "rk3566_rk3568" || RK_CHIP_FAMILY = "OK3568-C"
default RK_CHIP_FAMILY
help
Base name of buildroot defconfig for PCBA.
Set "" for no PCBA.
if RK_PCBA_BASE_CFG != ""
config RK_PCBA_CFG
string
default "rockchip_${RK_PCBA_BASE_CFG}_pcba"
endif
endmenu # PCBA
endif