diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2011-08-03 09:14:59 -0500 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-08-09 20:11:01 +0200 |
commit | 1a2b318625684142d6f1081a9abc057de1804d8a (patch) | |
tree | a87e97f363a9e21d73ca7ee4da9ae732217b6e14 /src/mainboard/supermicro/h8qgi | |
parent | 9f6cbde8901401d8381f2b2da677450119620f77 (diff) |
Do not compile nuvoton superio for all board
The nuvoton WPCM450 code is compiled for all boards regardless of
whether or not they use it. Compile it only for boards needing it.
Change-Id: Iaf4cf2c479eb3238863f0771be799f02a8cc3421
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/129
Tested-by: build bot (Jenkins)
Reviewed-by: Kerry She <shekairui@gmail.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro/h8qgi')
-rwxr-xr-x | src/mainboard/supermicro/h8qgi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8qgi/Kconfig b/src/mainboard/supermicro/h8qgi/Kconfig index 286cb175c9..22760d2e03 100755 --- a/src/mainboard/supermicro/h8qgi/Kconfig +++ b/src/mainboard/supermicro/h8qgi/Kconfig @@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS select SOUTHBRIDGE_AMD_SR5650 select SOUTHBRIDGE_AMD_SP5100 select SUPERIO_WINBOND_W83627DHG + select SUPERIO_NUVOTON_WPCM450 select BOARD_HAS_FADT select HAVE_BUS_CONFIG select HAVE_OPTION_TABLE |