diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 11:22:19 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 21:14:53 +0100 |
commit | 63d5088bb6fd68f4384adf806d72116b80f30189 (patch) | |
tree | fe61fc8584dee01d61b596db623767d9ffe0845c /src/mainboard/iwill/dk8s2/Kconfig | |
parent | 029f3550ef4798e0890f6d7f918f4f8aa3a567e5 (diff) |
[REMOVAL] iwill/dk8s2
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: I4a942150590fb69ff97279ff2b48b3be83abafa4
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12372
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/iwill/dk8s2/Kconfig')
-rw-r--r-- | src/mainboard/iwill/dk8s2/Kconfig | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig deleted file mode 100644 index 6b54645214..0000000000 --- a/src/mainboard/iwill/dk8s2/Kconfig +++ /dev/null @@ -1,52 +0,0 @@ -if BOARD_IWILL_DK8S2 - -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_W83627HF - select PARALLEL_CPU_INIT - select HAVE_PIRQ_TABLE - select HAVE_OPTION_TABLE - select HAVE_MP_TABLE - select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select DRIVERS_ATI_RAGEXL - select BOARD_ROMSIZE_KB_512 - select RAMINIT_SYSINFO - select QRANK_DIMM_SUPPORT - -config MAINBOARD_DIR - string - default iwill/dk8s2 - -config APIC_ID_OFFSET - hex - default 0x0 - -config MAINBOARD_PART_NUMBER - string - default "DK8S2" - -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 12 - -endif # BOARD_IWILL_DK8S2 |