On 12/18/09 5:56 PM, Peter Stuge wrote:
Patrick Georgi wrote:
+++ src/mainboard/kontron/986lcd-m/Kconfig (working copy) @@ -6,15 +6,22 @@ select NORTHBRIDGE_INTEL_I945 select SOUTHBRIDGE_INTEL_I82801GX select SUPERIO_WINBOND_W83627THG
- select HAVE_PIRQ_TABLE
- select HAVE_MP_TABLE
- select GENERATE_ACPI_TABLES
- select GENERATE_PIRQ_TABLE
- select GENERATE_MP_TABLE
Hmm? Shouldn't GENERATE_ be set by the user.. ?
The user should never have to worry about that stuff. We should not expect the user to manually enable ACPI and PIRQ before he has a chance to get a bootable system with coreboot.
Stefan