diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index bc70a90710..012dffe89f 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1016,6 +1016,12 @@ define CONFIG_VIDEO_MB comment "Integrated graphics with UMA has dynamic setup" end +define CONFIG_SPLASH_GRAPHIC + default 0 + export used + comment "Paint a splash screen" +end + define CONFIG_GX1_VIDEO default 0 export used |