blob: 7d3e8c2ed7c5bd23660e137c50322efa8ccdbce7 [file] [log] [blame]
if VENDOR_APPLE
choice
prompt "Mainboard model"
config BOARD_APPLE_MACBOOK11
bool "Macbook1,1"
help
Consult wiki for details.
config BOARD_APPLE_MACBOOK21
bool "Macbook2,1"
help
Consult wiki for details.
endchoice
source "src/mainboard/apple/macbook11/Kconfig"
source "src/mainboard/apple/macbook21/Kconfig"
config MAINBOARD_VENDOR
string
default "Apple"
endif # VENDOR_APPLE