summaryrefslogtreecommitdiffstats
path: root/board/intel
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-17 15:50:40 +0800
committerSimon Glass <sjg@chromium.org>2014-12-18 17:26:06 -0700
commit58f542de30e3bae9845726af36e0e25b5b458e8c (patch)
treec394746027c60ee0d7495847c248044efef06023 /board/intel
parent240a79d95cc13bdeb02af5cc3451735df24715aa (diff)
downloadtalos-obmc-uboot-58f542de30e3bae9845726af36e0e25b5b458e8c.tar.gz
talos-obmc-uboot-58f542de30e3bae9845726af36e0e25b5b458e8c.zip
x86: Add queensbay and crownbay Kconfig files
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/intel')
-rw-r--r--board/intel/crownbay/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/board/intel/crownbay/Kconfig b/board/intel/crownbay/Kconfig
new file mode 100644
index 0000000000..4709f9b55d
--- /dev/null
+++ b/board/intel/crownbay/Kconfig
@@ -0,0 +1,20 @@
+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 BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select INTEL_QUEENSBAY
+ select BOARD_ROMSIZE_KB_1024
+
+endif
OpenPOWER on IntegriCloud