]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/google/chromebox_panther/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / board / google / chromebox_panther / Kconfig
1 if TARGET_CHROMEBOX_PANTHER
2
3 config SYS_BOARD
4 default "chromebox_panther"
5
6 config SYS_VENDOR
7 default "google"
8
9 config SYS_SOC
10 default "ivybridge"
11
12 config SYS_CONFIG_NAME
13 default "chromebox_panther"
14
15 config SYS_TEXT_BASE
16 default 0xfff00000
17
18 # Panther actually uses haswell, not ivybridge, so this is just a placeholder
19 config BOARD_SPECIFIC_OPTIONS # dummy
20 def_bool y
21 select X86_RESET_VECTOR
22 select NORTHBRIDGE_INTEL_IVYBRIDGE
23 select BOARD_ROMSIZE_KB_8192
24
25 config SYS_CAR_ADDR
26 hex
27 default 0xff7e0000
28
29 config SYS_CAR_SIZE
30 hex
31 default 0x20000
32
33 endif