projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
[platform/kernel/u-boot.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