Clean up some #ifdef CONFIG_*
[coreboot.git] / src / config / Options.lb
index 913fcb13cf66f4b16bec7cd18f60bb5bdda4c212..167e40104d3a671c5dcfc8d153a16be9b9dce1cc 100644 (file)
@@ -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