20 lines
265 B
Text
20 lines
265 B
Text
|
if VENDOR_APPLE
|
||
|
|
||
|
choice
|
||
|
prompt "Mainboard model"
|
||
|
|
||
|
config BOARD_APPLE_MACBOOK21
|
||
|
bool "Macbook2,1"
|
||
|
help
|
||
|
Consult wiki for details.
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "src/mainboard/apple/macbook21/Kconfig"
|
||
|
|
||
|
config MAINBOARD_VENDOR
|
||
|
string
|
||
|
default "Apple"
|
||
|
|
||
|
endif # VENDOR_APPLE
|