aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/Kconfig')
-rw-r--r--board/coreboot/coreboot/Kconfig28
1 files changed, 4 insertions, 24 deletions
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig
index cfa1d50ee4..5bd6465d98 100644
--- a/board/coreboot/coreboot/Kconfig
+++ b/board/coreboot/coreboot/Kconfig
@@ -9,35 +9,15 @@ config SYS_VENDOR
9config SYS_SOC 9config SYS_SOC
10 default "coreboot" 10 default "coreboot"
11 11
12config SYS_CONFIG_NAME
13 default "coreboot"
14
12config SYS_TEXT_BASE 15config SYS_TEXT_BASE
13 default 0x01110000 16 default 0x01110000
14 17
15config BOARD_SPECIFIC_OPTIONS # dummy 18config BOARD_SPECIFIC_OPTIONS # dummy
16 def_bool y 19 def_bool y
17 imply SPI_FLASH_ATMEL 20 select BOARD_EARLY_INIT_R
18 imply SPI_FLASH_EON
19 imply SPI_FLASH_GIGADEVICE
20 imply SPI_FLASH_MACRONIX
21 imply SPI_FLASH_SPANSION
22 imply SPI_FLASH_STMICRO
23 imply SPI_FLASH_SST
24 imply SPI_FLASH_WINBOND
25
26comment "coreboot-specific options"
27
28config SYS_CONFIG_NAME
29 string "Board configuration file"
30 default "qemu-x86"
31 help
32 This option selects the board configuration file in include/configs/
33 directory to be used to build U-Boot for coreboot.
34
35config DEFAULT_DEVICE_TREE
36 string "Board Device Tree Source (dts) file"
37 default "qemu-x86_i440fx"
38 help
39 This option selects the board Device Tree Source (dts) file in
40 arch/x86/dts/ directory to be used to build U-Boot for coreboot.
41 21
42config SYS_CAR_ADDR 22config SYS_CAR_ADDR
43 hex "Board specific Cache-As-RAM (CAR) address" 23 hex "Board specific Cache-As-RAM (CAR) address"