diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-17 07:50:40 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-12-19 00:26:06 (GMT) |
commit | 58f542de30e3bae9845726af36e0e25b5b458e8c (patch) | |
tree | c394746027c60ee0d7495847c248044efef06023 /board/intel/crownbay | |
parent | 240a79d95cc13bdeb02af5cc3451735df24715aa (diff) | |
download | u-boot-58f542de30e3bae9845726af36e0e25b5b458e8c.tar.xz |
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/crownbay')
-rw-r--r-- | board/intel/crownbay/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/board/intel/crownbay/Kconfig b/board/intel/crownbay/Kconfig new file mode 100644 index 0000000..4709f9b --- /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 |