446c5dcd14
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>
16 lines
208 B
Text
16 lines
208 B
Text
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
|