blob: 99beaa21bb44fceed10553c788438a2b50ed563e [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
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