From bb3934c3c287715ee758ded30414a8ab301aef29 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 9 Nov 2015 13:32:10 -0800 Subject: [REMOVAL] iwill/dk8x As announced in http://permalink.gmane.org/gmane.linux.bios/81918 I am removing all boards older than 10 years from the tree. Change-Id: I1913ca75aa6f2a2c6b97d49faaabc16afd2799f5 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/12371 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/iwill/dk8x/Kconfig | 51 ---------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 src/mainboard/iwill/dk8x/Kconfig (limited to 'src/mainboard/iwill/dk8x/Kconfig') diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig deleted file mode 100644 index f2660c659c..0000000000 --- a/src/mainboard/iwill/dk8x/Kconfig +++ /dev/null @@ -1,51 +0,0 @@ -if BOARD_IWILL_DK8X - -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - select CPU_AMD_SOCKET_940 - select NORTHBRIDGE_AMD_AMDK8 - select SOUTHBRIDGE_AMD_AMD8111 - select SOUTHBRIDGE_AMD_AMD8131 - select SUPERIO_WINBOND_W83627THG - select PARALLEL_CPU_INIT - select HAVE_OPTION_TABLE - select HAVE_PIRQ_TABLE - select HAVE_MP_TABLE - select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select BOARD_ROMSIZE_KB_512 - select RAMINIT_SYSINFO - select QRANK_DIMM_SUPPORT - -config MAINBOARD_DIR - string - default iwill/dk8x - -config APIC_ID_OFFSET - hex - default 0x0 - -config MAINBOARD_PART_NUMBER - string - default "DK8X" - -config MAX_CPUS - int - default 2 - -config MAX_PHYSICAL_CPUS - int - default 2 - -config HT_CHAIN_END_UNITID_BASE - hex - default 0x20 - -config HT_CHAIN_UNITID_BASE - hex - default 0x1 - -config IRQ_SLOT_COUNT - int - default 9 - -endif # BOARD_IWILL_DK8X -- cgit v1.2.3