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
parent a29ad5cb09
commit ec0ee64da7
16 changed files with 44 additions and 49 deletions

View File

@ -37,7 +37,7 @@
#include <cpu/x86/mtrr.h>
#include <cpu/x86/cache.h>
#ifdef CONFIG_GFXUMA
#if CONFIG_GFXUMA
extern uint64_t uma_memory_base, uma_memory_size;
#endif