blob: 34b9c8a8f7648455176ac58f676a59ef4315d4cd [file] [log] [blame]
config KHADAS_VIM
bool "Support Khadas VIM board"
default n
config KHADAS_VIM3
bool "Support Khadas VIM3 board"
default n
config KHADAS_VIM3L
bool "Support Khadas VIM3L board"
default n
config ZIRCON_BOOT_IMAGE
bool "Build Zircon compatible boot image"
default n
config AML_GPT
bool "Use aml gpt table"
default n
config AML_V2_FACTORY_BURN
bool "support factory usb burning"
default n
config KHADAS_VIM2
bool "Support Khadas VIM2 board"
default n
if KHADAS_VIM
source "board/khadas/kvim/Kconfig"
endif
if KHADAS_VIM3
source "board/khadas/kvim3/Kconfig"
endif
if KHADAS_VIM3L
source "board/khadas/kvim3l/Kconfig"
endif
if KHADAS_VIM2
source "board/khadas/kvim2/Kconfig"
endif