xref: /openbmc/u-boot/board/congatec/Kconfig (revision e8f80a5a)
182ceba2cSStefan Roese# SPDX-License-Identifier: GPL-2.0+
282ceba2cSStefan Roese#
3*83d290c5STom Rini# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
482ceba2cSStefan Roese
582ceba2cSStefan Roeseif VENDOR_CONGATEC
682ceba2cSStefan Roese
782ceba2cSStefan Roesechoice
882ceba2cSStefan Roese	prompt "Mainboard model"
982ceba2cSStefan Roese	optional
1082ceba2cSStefan Roese
1182ceba2cSStefan Roeseconfig TARGET_CONGA_QEVAL20_QA3_E3845
1282ceba2cSStefan Roese	bool "congatec QEVAL 2.0 & conga-QA3/E3845"
13e5ec4815STom Rini	select BOARD_LATE_INIT
14fedb428cSSimon Glass	imply SCSI
1582ceba2cSStefan Roese	help
1682ceba2cSStefan Roese	  This is the congatec Qseven 2.0 evaluation carrier board
1782ceba2cSStefan Roese	  (conga-QEVAL) equipped with the conga-QA3/E3845-4G SoM.
1882ceba2cSStefan Roese	  It contains an Atom E3845 with Ethernet, micro-SD, USB 2,
1982ceba2cSStefan Roese	  USB 3, SATA, serial console and HDMI 1.3 video out.
2082ceba2cSStefan Roese	  It requires some binary blobs - see README.x86 for details.
2182ceba2cSStefan Roese
2282ceba2cSStefan Roese	  Note that PCIE_ECAM_BASE is set up by the FSP so the value used
2382ceba2cSStefan Roese	  by U-Boot matches that value.
2482ceba2cSStefan Roese
2514a937ffSStefan Roeseconfig TARGET_THEADORABLE_X86_CONGA_QA3_E3845
2614a937ffSStefan Roese	bool "theadorable-x86 baseboard & conga-QA3/E3845"
2714a937ffSStefan Roese	help
2814a937ffSStefan Roese	  This is the theadorable-x86 baseboard board equipped with the
2914a937ffSStefan Roese	  conga-QA3/E3845-4G SoM. It contains an Atom E3845 with Ethernet,
3014a937ffSStefan Roese	  micro-SD, USB 2, USB 3, SATA, serial console and HDMI 1.3 video
3114a937ffSStefan Roese	  out. It requires some binary blobs - see README.x86 for details.
3214a937ffSStefan Roese
3314a937ffSStefan Roese	  Note that PCIE_ECAM_BASE is set up by the FSP so the value used
3414a937ffSStefan Roese	  by U-Boot matches that value.
3514a937ffSStefan Roese
3682ceba2cSStefan Roeseendchoice
3782ceba2cSStefan Roese
3882ceba2cSStefan Roesesource "board/congatec/conga-qeval20-qa3-e3845/Kconfig"
3982ceba2cSStefan Roese
4082ceba2cSStefan Roeseendif
41