diff options
| author | luwenpeng <[email protected]> | 2023-06-12 20:23:18 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-06-12 20:23:39 +0800 |
| commit | f30015805df4068d7f3697bd0ef98db5f514a9d5 (patch) | |
| tree | fae5bc09fbc59ad632e2eaba95f736aeaaa14629 | |
| parent | 0471b74e967235608c787718774d5c2ce97dab73 (diff) | |
[add] Display Common Config
* CONFIG_FB_BOOT_VESA_SUPPORT=y
* CONFIG_FB_VGA16=y
* CONFIG_FB_VESA=y
* CONFIG_FB_SIMPLE=y
* CONFIG_VGASTATE=y
| -rw-r--r-- | machine/geedge/TSG-X_NXR620G40_R01/kernel/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/machine/geedge/TSG-X_NXR620G40_R01/kernel/config b/machine/geedge/TSG-X_NXR620G40_R01/kernel/config index bd709019..6213c8c9 100644 --- a/machine/geedge/TSG-X_NXR620G40_R01/kernel/config +++ b/machine/geedge/TSG-X_NXR620G40_R01/kernel/config @@ -3,6 +3,7 @@ # # CONFIG_ACER_WMI is not set +CONFIG_VGASTATE=y CONFIG_ACPI_VIDEO=y CONFIG_ACPI_WMI=y # CONFIG_APPLE_GMUX is not set @@ -126,7 +127,7 @@ CONFIG_FB_NOTIFY=y # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y # CONFIG_FB_SIS is not set # CONFIG_FB_SM501 is not set # CONFIG_FB_SM712 is not set @@ -141,7 +142,7 @@ CONFIG_FB_TILEBLITTING=y # CONFIG_FB_UDL is not set # CONFIG_FB_UVESA is not set CONFIG_FB_VESA=y -# CONFIG_FB_VGA16 is not set +CONFIG_FB_VGA16=y # CONFIG_FB_VIA is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_VOODOO1 is not set |
