Jetpack/u-boot/arch/arm/mach-davinci/Kconfig
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

40 lines
645 B
Plaintext

if ARCH_DAVINCI
choice
prompt "DaVinci board select"
optional
config TARGET_IPAM390
bool "IPAM390 board"
select SUPPORT_SPL
config TARGET_DA850EVM
bool "DA850 EVM board"
select SUPPORT_SPL
config TARGET_EA20
bool "EA20 board"
config TARGET_OMAPL138_LCDK
bool "OMAPL138 LCDK"
select SUPPORT_SPL
config TARGET_CALIMAIN
bool "Calimain board"
config TARGET_LEGOEV3
bool "LEGO MINDSTORMS EV3"
endchoice
config SYS_SOC
default "davinci"
source "board/Barix/ipam390/Kconfig"
source "board/davinci/da8xxevm/Kconfig"
source "board/davinci/ea20/Kconfig"
source "board/omicron/calimain/Kconfig"
source "board/lego/ev3/Kconfig"
endif