blob: d6992d9ac8dde6caf6e9928ecdfaf3970f2ae37e [file] [log] [blame]
if VENDOR_SAMSUNG
choice
prompt "Mainboard model"
config BOARD_SAMSUNG_LUMPY
bool "Lumpy"
config BOARD_SAMSUNG_STUMPY
bool "Stumpy"
endchoice
source "src/mainboard/samsung/lumpy/Kconfig"
source "src/mainboard/samsung/stumpy/Kconfig"
config MAINBOARD_VENDOR
string
default "SAMSUNG"
endif # VENDOR_SAMSUNG