Clean up some #ifdef CONFIG_*

Change HAVE_FAN_CTL to be specific to the SuperIO that supports it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-10-19 16:21:30 +00:00
commit ec0ee64da7
16 changed files with 44 additions and 49 deletions

View 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