aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/intel/crownbay/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/intel/crownbay/Kconfig')
-rw-r--r--roms/u-boot/board/intel/crownbay/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/roms/u-boot/board/intel/crownbay/Kconfig b/roms/u-boot/board/intel/crownbay/Kconfig
new file mode 100644
index 000000000..1eed227c7
--- /dev/null
+++ b/roms/u-boot/board/intel/crownbay/Kconfig
@@ -0,0 +1,26 @@
+if TARGET_CROWNBAY
+
+config SYS_BOARD
+ default "crownbay"
+
+config SYS_VENDOR
+ default "intel"
+
+config SYS_SOC
+ default "queensbay"
+
+config SYS_CONFIG_NAME
+ default "crownbay"
+
+config SYS_TEXT_BASE
+ default 0xfff00000
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select X86_RESET_VECTOR
+ select INTEL_QUEENSBAY
+ select BOARD_ROMSIZE_KB_1024
+ select BOARD_EARLY_INIT_F
+ select SPI_FLASH_SST
+
+endif