diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-09 13:32:10 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 20:23:07 +0100 |
commit | bb3934c3c287715ee758ded30414a8ab301aef29 (patch) | |
tree | 0a757ea33ab74c72d925d66a361af08210b7aa62 /src/mainboard/iwill/dk8x/Kconfig | |
parent | b38e9a962e061d119089b2a52133d8f1bbed2ffb (diff) | |
download | coreboot-bb3934c3c287715ee758ded30414a8ab301aef29.tar.xz |
[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 <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12371
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/iwill/dk8x/Kconfig')
-rw-r--r-- | src/mainboard/iwill/dk8x/Kconfig | 51 |
1 files changed, 0 insertions, 51 deletions
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 |