xref: /openbmc/u-boot/board/congatec/Kconfig (revision 82ceba2c)
1*82ceba2cSStefan Roese#
2*82ceba2cSStefan Roese# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3*82ceba2cSStefan Roese#
4*82ceba2cSStefan Roese# SPDX-License-Identifier:	GPL-2.0+
5*82ceba2cSStefan Roese#
6*82ceba2cSStefan Roese
7*82ceba2cSStefan Roeseif VENDOR_CONGATEC
8*82ceba2cSStefan Roese
9*82ceba2cSStefan Roesechoice
10*82ceba2cSStefan Roese	prompt "Mainboard model"
11*82ceba2cSStefan Roese	optional
12*82ceba2cSStefan Roese
13*82ceba2cSStefan Roeseconfig TARGET_CONGA_QEVAL20_QA3_E3845
14*82ceba2cSStefan Roese	bool "congatec QEVAL 2.0 & conga-QA3/E3845"
15*82ceba2cSStefan Roese	help
16*82ceba2cSStefan Roese	  This is the congatec Qseven 2.0 evaluation carrier board
17*82ceba2cSStefan Roese	  (conga-QEVAL) equipped with the conga-QA3/E3845-4G SoM.
18*82ceba2cSStefan Roese	  It contains an Atom E3845 with Ethernet, micro-SD, USB 2,
19*82ceba2cSStefan Roese	  USB 3, SATA, serial console and HDMI 1.3 video out.
20*82ceba2cSStefan Roese	  It requires some binary blobs - see README.x86 for details.
21*82ceba2cSStefan Roese
22*82ceba2cSStefan Roese	  Note that PCIE_ECAM_BASE is set up by the FSP so the value used
23*82ceba2cSStefan Roese	  by U-Boot matches that value.
24*82ceba2cSStefan Roese
25*82ceba2cSStefan Roeseendchoice
26*82ceba2cSStefan Roese
27*82ceba2cSStefan Roesesource "board/congatec/conga-qeval20-qa3-e3845/Kconfig"
28*82ceba2cSStefan Roese
29*82ceba2cSStefan Roeseendif
30