blob: 8fc619a3c099c12b4937c6cff452238d51638372 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "x86 architecture"
2 depends on X86
3
4config SYS_ARCH
5 string
6 default "x86"
7
8choice
9 prompt "Target select"
10
11config TARGET_COREBOOT
12 bool "Support coreboot"
13
14endchoice
15
16source "board/chromebook-x86/coreboot/Kconfig"
17
18endmenu