xref: /openbmc/u-boot/board/dfi/dfi-bt700/Kconfig (revision beb4d65e)
1if TARGET_DFI_BT700
2
3config SYS_BOARD
4	default "dfi-bt700"
5
6config SYS_VENDOR
7	default "dfi"
8
9config SYS_SOC
10	default "baytrail"
11
12config SYS_CONFIG_NAME
13	default "dfi-bt700"
14
15config SYS_TEXT_BASE
16	default 0xfff00000 if !EFI_STUB
17	default 0x01110000 if EFI_STUB
18
19config BOARD_SPECIFIC_OPTIONS # dummy
20	def_bool y
21	select X86_RESET_VECTOR if !EFI_STUB
22	select INTEL_BAYTRAIL
23	select BOARD_ROMSIZE_KB_8192
24
25config PCIE_ECAM_BASE
26	default 0xe0000000
27
28endif
29