diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b685bf8831..715a2b8ef9 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1073,12 +1073,24 @@ define AMD_UCODE_PATCH_FILE comment "name of the microcode patch file" end +define K8_MEM_BANK_B_ONLY + default 0 + export always + comment "use AMD K8's memory bank B only to make a 64bit memory system and memory bank A is free, such as Filbert." +end + define CONFIG_VIDEO_MB default none export used comment "Integrated graphics with UMA has dynamic setup" end +define CONFIG_GFXUMA + default none + export used + comment "GFX UMA" +end + define CONFIG_SPLASH_GRAPHIC default 0 export used |