From 9b70cb624387999787683bd5279f11f922debf7e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 30 Mar 2010 08:20:37 +0000 Subject: fix ms9652_fam10 Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5324 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/msi/ms9652_fam10/Kconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 7b71295741..5e45051d45 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -42,9 +42,11 @@ config GENERATE_PIRQ_TABLE default y depends on BOARD_MSI_MS9652_FAM10 -config CONFIG_IRQ_SLOT_COUNT - hex - default 0x0b +# Define to 0 because the IRQ slot count is +# determined dynamically for this board. +config IRQ_SLOT_COUNT + int + default 0 depends on BOARD_MSI_MS9652_FAM10 config HAVE_OPTION_TABLE -- cgit v1.2.3