blob: 979467c7fbfc20d971286879978f85ad8eaf37fd [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
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