summaryrefslogtreecommitdiff
path: root/src/mainboard/apple/Kconfig
blob: 09eb2b55ba641d6dcf955fec577b5f501b5bec67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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