diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 14:51:25 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 14:51:25 +0000 |
commit | 20a1ae88404c6ca0e97191516ae9cda440568df5 (patch) | |
tree | 2578d1121a5a1d8205a47250e3852492e93418b1 /src/mainboard/msi | |
parent | 673c831f217abd244e4c64a7223c0d2b6d2a44c6 (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/msi')
-rw-r--r-- | src/mainboard/msi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/Kconfig b/src/mainboard/msi/Kconfig index ee636338b9..885b15dd79 100644 --- a/src/mainboard/msi/Kconfig +++ b/src/mainboard/msi/Kconfig @@ -29,7 +29,7 @@ config BOARD_MSI_MS6178 select NORTHBRIDGE_INTEL_I82810 select SOUTHBRIDGE_INTEL_I82801XX select SUPERIO_WINBOND_W83627HF - select PIRQ_TABLE + select HAVE_PIRQ_TABLE help MSI MS-6178 mainboard. |