diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 913fcb13cf..167e40104d 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -712,8 +712,8 @@ define CONFIG_PCIBIOS_IRQ comment "PCIBIOS IRQ support" end define CONFIG_IOAPIC - default none - export used + default 0 + export always comment "IOAPIC support" end @@ -845,7 +845,7 @@ end # Misc device options ############################################### -define CONFIG_HAVE_FANCTL +define CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL default 0 export used comment "Include board specific FAN control initialization" @@ -1103,14 +1103,14 @@ define CONFIG_K8_MEM_BANK_B_ONLY end define CONFIG_VIDEO_MB - default none - export used + default 0 + export always comment "Integrated graphics with UMA has dynamic setup" end define CONFIG_GFXUMA - default none - export used + default 0 + export always comment "GFX UMA" end |