]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/intel/Kconfig
powerpc/board: SPL: Enable malloc flag in global data.
[karo-tx-uboot.git] / board / intel / Kconfig
index 7fe21b983a4a4a3dd97160ed6b6ec1576d44ba02..4d341aa7991f0ed8a94b04638d95dcc276c7d8b3 100644 (file)
@@ -8,6 +8,23 @@ if VENDOR_INTEL
 
 choice
        prompt "Mainboard model"
+       optional
+
+config TARGET_BAYLEYBAY
+       bool "Bayley Bay"
+       help
+         This is the Intel Bayley Bay Customer Reference Board. It contains an
+         Intel quad-core Atom Processor E3800 with dual-channel DDR3L SODIMM
+         4GB memory, HDMI/DP/VGA display, HD audio, SATA, USB2, USB3, SD, eMMC,
+         PCIe and some other sensor interfaces.
+
+config TARGET_COUGARCANYON2
+       bool "Cougar Canyon 2"
+       help
+         This is the Intel Cougar Canyon 2 Customer Reference Board. It
+         is built on the Chief River platform with Intel Ivybridge Processor
+         and Panther Point chipset. The board has 4GB RAM, with some other
+         peripheral connectors for PCIe/SATA/USB2/USB3/LAN/UART/PS2/VGA/HDMI.
 
 config TARGET_CROWNBAY
        bool "Crown Bay"
@@ -44,6 +61,8 @@ config TARGET_MINNOWMAX
 
 endchoice
 
+source "board/intel/bayleybay/Kconfig"
+source "board/intel/cougarcanyon2/Kconfig"
 source "board/intel/crownbay/Kconfig"
 source "board/intel/galileo/Kconfig"
 source "board/intel/minnowmax/Kconfig"