xref: /openbmc/u-boot/board/congatec/Kconfig (revision 14a937ff)
182ceba2cSStefan Roese#
282ceba2cSStefan Roese# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
382ceba2cSStefan Roese#
482ceba2cSStefan Roese# SPDX-License-Identifier:	GPL-2.0+
582ceba2cSStefan Roese#
682ceba2cSStefan Roese
782ceba2cSStefan Roeseif VENDOR_CONGATEC
882ceba2cSStefan Roese
982ceba2cSStefan Roesechoice
1082ceba2cSStefan Roese	prompt "Mainboard model"
1182ceba2cSStefan Roese	optional
1282ceba2cSStefan Roese
1382ceba2cSStefan Roeseconfig TARGET_CONGA_QEVAL20_QA3_E3845
1482ceba2cSStefan Roese	bool "congatec QEVAL 2.0 & conga-QA3/E3845"
15e5ec4815STom Rini	select BOARD_LATE_INIT
16fedb428cSSimon Glass	imply SCSI
1782ceba2cSStefan Roese	help
1882ceba2cSStefan Roese	  This is the congatec Qseven 2.0 evaluation carrier board
1982ceba2cSStefan Roese	  (conga-QEVAL) equipped with the conga-QA3/E3845-4G SoM.
2082ceba2cSStefan Roese	  It contains an Atom E3845 with Ethernet, micro-SD, USB 2,
2182ceba2cSStefan Roese	  USB 3, SATA, serial console and HDMI 1.3 video out.
2282ceba2cSStefan Roese	  It requires some binary blobs - see README.x86 for details.
2382ceba2cSStefan Roese
2482ceba2cSStefan Roese	  Note that PCIE_ECAM_BASE is set up by the FSP so the value used
2582ceba2cSStefan Roese	  by U-Boot matches that value.
2682ceba2cSStefan Roese
27*14a937ffSStefan Roeseconfig TARGET_THEADORABLE_X86_CONGA_QA3_E3845
28*14a937ffSStefan Roese	bool "theadorable-x86 baseboard & conga-QA3/E3845"
29*14a937ffSStefan Roese	help
30*14a937ffSStefan Roese	  This is the theadorable-x86 baseboard board equipped with the
31*14a937ffSStefan Roese	  conga-QA3/E3845-4G SoM. It contains an Atom E3845 with Ethernet,
32*14a937ffSStefan Roese	  micro-SD, USB 2, USB 3, SATA, serial console and HDMI 1.3 video
33*14a937ffSStefan Roese	  out. It requires some binary blobs - see README.x86 for details.
34*14a937ffSStefan Roese
35*14a937ffSStefan Roese	  Note that PCIE_ECAM_BASE is set up by the FSP so the value used
36*14a937ffSStefan Roese	  by U-Boot matches that value.
37*14a937ffSStefan Roese
3882ceba2cSStefan Roeseendchoice
3982ceba2cSStefan Roese
4082ceba2cSStefan Roesesource "board/congatec/conga-qeval20-qa3-e3845/Kconfig"
4182ceba2cSStefan Roese
4282ceba2cSStefan Roeseendif
43