]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/google/chromebook_link/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[karo-tx-uboot.git] / board / google / chromebook_link / Kconfig
1 if TARGET_CHROMEBOOK_LINK
2
3 config SYS_BOARD
4         default "chromebook_link"
5
6 config SYS_VENDOR
7         default "google"
8
9 config SYS_SOC
10         default "ivybridge"
11
12 config SYS_CONFIG_NAME
13         default "chromebook_link"
14
15 config BOARD_SPECIFIC_OPTIONS # dummy
16         def_bool y
17         select CPU_INTEL_SOCKET_RPGA989
18         select NORTHBRIDGE_INTEL_IVYBRIDGE
19         select SOUTHBRIDGE_INTEL_C216
20         select HAVE_ACPI_RESUME
21         select MARK_GRAPHICS_MEM_WRCOMB
22         select BOARD_ROMSIZE_KB_8192
23
24 config MMCONF_BASE_ADDRESS
25         hex
26         default 0xf0000000
27
28 config EARLY_POST_CROS_EC
29         bool "Enable early post to Chrome OS EC"
30         default y
31
32 endif