Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | b1ad6c6 | 2016-08-15 13:50:49 +0200 | [diff] [blame] | 2 | # |
| 3 | # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> |
Stefan Roese | b1ad6c6 | 2016-08-15 13:50:49 +0200 | [diff] [blame] | 4 | |
| 5 | if VENDOR_DFI |
| 6 | |
| 7 | choice |
| 8 | prompt "Mainboard model" |
Stefan Roese | b1ad6c6 | 2016-08-15 13:50:49 +0200 | [diff] [blame] | 9 | |
Stefan Roese | 6b08679 | 2017-08-08 11:52:12 +0200 | [diff] [blame] | 10 | config TARGET_Q7X_151_DFI_BT700 |
| 11 | bool "DFI BT700 BayTrail on DFI Q7X-151 baseboard" |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 12 | imply SCSI |
Stefan Roese | b1ad6c6 | 2016-08-15 13:50:49 +0200 | [diff] [blame] | 13 | help |
| 14 | This is the DFI Q7X-151 baseboard equipped with the |
| 15 | DFI BayTrail Bt700 SoM. It contains an Atom E3845 with |
| 16 | Ethernet (in non-PCIe-x4 configuration), micro-SD, USB 2, |
| 17 | USB 3, SATA, serial console and DisplayPort video out. |
| 18 | It requires some binary blobs - see README.x86 for details. |
| 19 | |
| 20 | Note that PCIE_ECAM_BASE is set up by the FSP so the value used |
| 21 | by U-Boot matches that value. |
| 22 | |
Stefan Roese | 6b08679 | 2017-08-08 11:52:12 +0200 | [diff] [blame] | 23 | config TARGET_THEADORABLE_X86_DFI_BT700 |
| 24 | bool "DFI BT700 BayTrail on theadorable-x86 baseboard" |
| 25 | imply SCSI |
| 26 | help |
| 27 | This is the theadorable-x86 baseboard equipped with the |
| 28 | DFI BayTrail Bt700 SoM. It contains an Atom E3845 with |
| 29 | Ethernet (in non-PCIe-x4 configuration), micro-SD, USB 2, |
| 30 | USB 3, SATA, serial console and DisplayPort video out. |
| 31 | It requires some binary blobs - see README.x86 for details. |
| 32 | |
| 33 | Note that PCIE_ECAM_BASE is set up by the FSP so the value used |
| 34 | by U-Boot matches that value. |
| 35 | |
Stefan Roese | b1ad6c6 | 2016-08-15 13:50:49 +0200 | [diff] [blame] | 36 | endchoice |
| 37 | |
| 38 | source "board/dfi/dfi-bt700/Kconfig" |
| 39 | |
| 40 | endif |