Log: this should get the VIA VT8454c in shape with Kconfig Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/northbridge/via/cx700/Kconfig
==== --- trunk/src/northbridge/via/cx700/Kconfig Fri Feb 5 15:32:00 2010 (r5087) +++ trunk/src/northbridge/via/cx700/Kconfig Fri Feb 5 17:10:01 2010 (r5088) @@ -1,5 +1,9 @@ config NORTHBRIDGE_VIA_CX700 bool
- select HAVE_HIGH_TABLES
- select HAVE_HARD_RESET
- select IOAPIC
- select SMP
It's surprising to select SMP based on the northbridge. Isn't that usually selected in the processor or the mainboard?
Myles