]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/coreboot/coreboot/Kconfig
x86: Move CONFIG_SYS_CAR_xxx to Kconfig
[people/ms/u-boot.git] / board / coreboot / coreboot / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_COREBOOT
2
3config SYS_BOARD
dd84058d
MY
4 default "coreboot"
5
6config SYS_VENDOR
fe5b9b44 7 default "coreboot"
dd84058d
MY
8
9config SYS_SOC
dd84058d
MY
10 default "coreboot"
11
c57522f6
BM
12comment "coreboot-specific options"
13
dd84058d 14config SYS_CONFIG_NAME
c57522f6 15 string "Board configuration file"
dd84058d 16 default "coreboot"
c57522f6
BM
17 help
18 This option selects the board configuration file in include/configs/
19 directory to be used to build U-Boot for coreboot.
20
21config DEFAULT_DEVICE_TREE
22 string "Board Device Tree Source (dts) file"
23 default "link"
24 help
25 This option selects the board Device Tree Source (dts) file in
26 arch/x86/dts/ directory to be used to build U-Boot for coreboot.
dd84058d 27
24ef0428
BM
28config SYS_CAR_ADDR
29 hex "Board specific Cache-As-RAM (CAR) address"
30 default 0x19200000
31 help
32 This option specifies the board specific Cache-As-RAM (CAR) address.
33
34config SYS_CAR_SIZE
35 hex "Board specific Cache-As-RAM (CAR) size"
36 default 0x4000
37 help
38 This option specifies the board specific Cache-As-RAM (CAR) size.
39
dd84058d 40endif