summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
blob: 8fc619a3c099c12b4937c6cff452238d51638372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu "x86 architecture"
	depends on X86

config SYS_ARCH
	string
	default "x86"

choice
	prompt "Target select"

config TARGET_COREBOOT
	bool "Support coreboot"

endchoice

source "board/chromebook-x86/coreboot/Kconfig"

endmenu
OpenPOWER on IntegriCloud