George McCollister | 215099a | 2016-06-21 12:07:33 -0500 | [diff] [blame] | 1 | if VENDOR_ADVANTECH |
| 2 | |
| 3 | choice |
| 4 | prompt "Mainboard model" |
| 5 | optional |
| 6 | |
| 7 | config TARGET_SOM_DB5800_SOM_6867 |
| 8 | bool "Advantech SOM-DB5800 & SOM-6867" |
| 9 | help |
| 10 | Advantech SOM-DB5800 COM Express development board with SOM-6867 |
| 11 | installed. |
| 12 | |
| 13 | SOM-6867 is a COM Express Type 6 Compact Module with either an Intel |
| 14 | Atom E3845 or Celeron N2920 processor. |
| 15 | |
| 16 | SOM-DB5800 is a COM Express Development board with: |
| 17 | 10/100/1000 Ethernet |
| 18 | PCIe slots |
| 19 | 4x USB ports |
| 20 | HDMI/DisplayPort/DVI, LVDS, VGA |
| 21 | SATA ports |
| 22 | ALC892 HD Audio Codec |
| 23 | |
| 24 | endchoice |
| 25 | |
| 26 | source "board/advantech/som-db5800-som-6867/Kconfig" |
| 27 | |
| 28 | endif |