]> git.sur5r.net Git - u-boot/blob - arch/x86/Kconfig
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
[u-boot] / 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