diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-19 16:21:30 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-19 16:21:30 +0000 |
commit | ec0ee64da7aa7e569da7d55ef86804d9b7fbea1b (patch) | |
tree | b90a7f3399c77007c9fc80bc9ff475dd3ff65dad /src/config | |
parent | a29ad5cb09c1fd983bbace35185148630c62de5d (diff) |
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
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 |