aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/Kconfig
blob: 7d3e8c2ed7c5bd23660e137c50322efa8ccdbce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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