mb/google/brya: Create rull variant
[coreboot2.git] / src / mainboard / lenovo / x131e / gma-mainboard.ads
blob8ca598befcdc70bf592e0226d0a4b3822ea126b9
1 -- SPDX-License-Identifier: GPL-2.0-only
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 (HDMI1,
13 Analog,
14 LVDS,
15 others => Disabled);
17 end GMA.Mainboard;