]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/google/chromebook_samus/Kconfig
f2b94815636ce2ca1ad34181470f0957d1927730
[people/ms/u-boot.git] / board / google / chromebook_samus / Kconfig
1 if TARGET_CHROMEBOOK_SAMUS
2
3 config SYS_BOARD
4 default "chromebook_samus"
5
6 config SYS_VENDOR
7 default "google"
8
9 config SYS_SOC
10 default "broadwell"
11
12 config SYS_CONFIG_NAME
13 default "chromebook_samus"
14
15 config SYS_TEXT_BASE
16 default 0xffe00000
17
18 config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
20 select X86_RESET_VECTOR
21 select INTEL_BROADWELL
22 select HAVE_INTEL_ME
23 select BOARD_ROMSIZE_KB_8192
24
25 config PCIE_ECAM_BASE
26 default 0xf0000000
27
28 config EARLY_POST_CROS_EC
29 bool "Enable early post to Chrome OS EC"
30 default y
31
32 config SYS_CAR_ADDR
33 hex
34 default 0xff7c0000
35
36 config SYS_CAR_SIZE
37 hex
38 default 0x40000
39
40 endif