aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/vt8454c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-08-25 14:51:25 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-08-25 14:51:25 +0000
commit20a1ae88404c6ca0e97191516ae9cda440568df5 (patch)
tree2578d1121a5a1d8205a47250e3852492e93418b1 /src/mainboard/via/vt8454c
parent673c831f217abd244e4c64a7223c0d2b6d2a44c6 (diff)
Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4576 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/vt8454c')
-rw-r--r--src/mainboard/via/vt8454c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig
index 7433e0f934..8507162739 100644
--- a/src/mainboard/via/vt8454c/Kconfig
+++ b/src/mainboard/via/vt8454c/Kconfig
@@ -5,7 +5,7 @@ config BOARD_VIA_VT8454C
select NORTHBRIDGE_VIA_CX700
# select SOUTHBRIDGE_INTEL_I82801GX
select SUPERIO_VIA_VT1211
- select PIRQ_TABLE
+ select HAVE_PIRQ_TABLE
# select MMCONF_SUPPORT
select USE_PRINTK_IN_CAR
help