1if TARGET_GALILEO
2
3config SYS_BOARD
4	default "galileo"
5
6config SYS_VENDOR
7	default "intel"
8
9config SYS_SOC
10	default "quark"
11
12config TEXT_BASE
13	default 0xfff10000
14
15config BOARD_SPECIFIC_OPTIONS # dummy
16	def_bool y
17	select X86_RESET_VECTOR
18	select INTEL_QUARK
19	select BOARD_ROMSIZE_KB_1024
20	select SPI_FLASH_WINBOND
21
22endif
23