From 446c5dcd14cd551ad8ad35101ab2cdd2bdd78757 Mon Sep 17 00:00:00 2001 From: Michael Tasche Date: Thu, 3 Dec 2015 17:07:01 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/12632 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/esd/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/esd/Kconfig (limited to 'src/mainboard/esd/Kconfig') 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 -- cgit v1.2.3