blob: 686f7d44db26b9533c413bd9c9e44dda45934e6a [file] [log] [blame]
Angel Ponsc67e4db2020-03-18 23:26:07 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
Patrick Rudolph05284b62019-06-04 15:56:44 +02002
3with HW.GFX.GMA;
4with HW.GFX.GMA.Display_Probing;
5
6use HW.GFX.GMA;
7use HW.GFX.GMA.Display_Probing;
8
9private package GMA.Mainboard is
10
11 ports : constant Port_List :=
12 (DP2,
13 HDMI2,
14 Analog,
15 others => Disabled);
16
17end GMA.Mainboard;