From bf5a7dc3121fa75d40099662b67c9795a2c61983 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 13 Nov 2012 11:32:56 -0800 Subject: Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig This patch is the beginning of a Kconfig cleanup series - drop CONFIG_HAVE_BUS_CONFIG and add get_bus_conf.c if it exists in the mainboard directory - drop duplicate ACPI_SSDTX_NUM from mainboard Kconfig if it only defines the defaul value of 0 - Add mptable.c, fadt.c, reset.c and ssdtX.asl when they exist, not based on some Kconfig magic Signed-off-by: Stefan Reinauer Change-Id: Ia14a7116dad6a724af7e531920fee9a51fd0b200 Reviewed-on: http://review.coreboot.org/1832 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/Kconfig.deprecated_options | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/Kconfig.deprecated_options') diff --git a/src/Kconfig.deprecated_options b/src/Kconfig.deprecated_options index 3cfb5ddc32..21d73233e9 100644 --- a/src/Kconfig.deprecated_options +++ b/src/Kconfig.deprecated_options @@ -24,16 +24,6 @@ config BOARD_HAS_FADT FADT in fadt.c. Long-term, those should be moved to appropriate chipset components (eg. southbridge). -# There ought to be a better place to put data than code. Also, make this -# (or a similar) framework more universally usable, so all boards benefit -# from sharing data between the various tables. -config HAVE_BUS_CONFIG - bool - default n - help - This variable specifies whether a given board has a get_bus_conf.c - file containing information about bus routing. - # Will be removed (alongside with the PS/2 init code) once payloads # reliably support PS/2 init themselves. config DRIVERS_PS2_KEYBOARD -- cgit v1.2.3