aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/esd/Kconfig
diff options
context:
space:
mode:
authorMichael Tasche <michael.tasche@esd.eu>2015-12-03 17:07:01 +0100
committerMartin Roth <martinroth@google.com>2015-12-04 18:58:26 +0100
commit446c5dcd14cd551ad8ad35101ab2cdd2bdd78757 (patch)
tree255c17a80fe4bc4d1086bc59d333b44749d931ab /src/mainboard/esd/Kconfig
parent4d166f93807f7079f27c659562462c94c27e345f (diff)
esd/atom15: import esd atom15 board
This patch adds esd atom15 board with Intel Atom E3815 SoC. Change-Id: I430a40ad8ab3316d34ec5567329370f69db3f15e Signed-off-by: Michael Tasche <michael.tasche@esd.eu> Reviewed-on: https://review.coreboot.org/12632 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/esd/Kconfig')
-rw-r--r--src/mainboard/esd/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/esd/Kconfig b/src/mainboard/esd/Kconfig
new file mode 100644
index 0000000000..3b9eb5818a
--- /dev/null
+++ b/src/mainboard/esd/Kconfig
@@ -0,0 +1,16 @@
+if VENDOR_ESD
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/esd/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/esd/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ string
+ default "esd"
+
+endif # VENDOR_ESD