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/kontron/Kconfig | |
parent | 673c831f217abd244e4c64a7223c0d2b6d2a44c6 (diff) | |
download | coreboot-20a1ae88404c6ca0e97191516ae9cda440568df5.tar.xz |
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/kontron/Kconfig')
-rw-r--r-- | src/mainboard/kontron/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/Kconfig b/src/mainboard/kontron/Kconfig index dd5be6704d..eec11dccbf 100644 --- a/src/mainboard/kontron/Kconfig +++ b/src/mainboard/kontron/Kconfig @@ -10,7 +10,7 @@ config BOARD_KONTRON_986LCD_M select NORTHBRIDGE_INTEL_I945 select SOUTHBRIDGE_INTEL_I82801GX select SUPERIO_WINBOND_W83627THG - select PIRQ_TABLE + select HAVE_PIRQ_TABLE select MMCONF_SUPPORT select USE_PRINTK_IN_CAR help |