]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-imx
[karo-tx-uboot.git] / arch / x86 / Kconfig
1 menu "x86 architecture"
2         depends on X86
3
4 config SYS_ARCH
5         default "x86"
6
7 config USE_PRIVATE_LIBGCC
8         default y
9
10 choice
11         prompt "Target select"
12
13 config TARGET_COREBOOT
14         bool "Support coreboot"
15
16 endchoice
17
18 source "board/chromebook-x86/coreboot/Kconfig"
19
20 endmenu