mb/lenovo/t420s: Reorder selects alphabetically
[coreboot.git] / src / mainboard / starlabs / labtop / variants / kbl / gma-mainboard.ads
blob8402b39a94986dee6304e034bd582ff48c163be9
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
11 ports : constant Port_List :=
12 (DP1, -- USB-C
13 HDMI1, -- USB-C
14 HDMI2, -- HDMI
15 eDP,
16 others => Disabled);
18 end GMA.Mainboard;