Make "KBuild report" a bit happier

- drop some unused options from "newconfig"
- filter some Kconfig only options from the report
- drop targets directory of a non existent mainboard.

(trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4981 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-12-17 18:47:50 +00:00
committed by Stefan Reinauer
parent 48ca7b2d08
commit 1a4d90078a
3 changed files with 3 additions and 39 deletions

View File

@@ -264,12 +264,6 @@ define CONFIG_RESET
export always
comment "Hardware reset vector address"
end
define CONFIG_EXCEPTION_VECTORS
default {CONFIG_ROMBASE+0x100}
format "0x%x"
export always
comment "Address of exception vector table"
end
define CONFIG_STACK_SIZE
default 0x2000
format "0x%x"
@@ -845,11 +839,6 @@ define CONFIG_UDELAY_LAPIC
export used
comment "Implement udelay with the x86 Local APIC"
end
define CONFIG_FAKE_SPDROM
default 0
export always
comment "Use this to fake spd rom values"
end
define CONFIG_GENERATE_ACPI_TABLES
default 0