diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-09 13:28:49 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 20:17:17 +0100 |
commit | 7804bb002f35a643944c8c02fce8fc25cbba0de5 (patch) | |
tree | fe196ffe2d10b7a6ca3faa328acd67bbd74063cd /src/mainboard/arima/hdama/Kconfig | |
parent | 158abf973764c638f7ef2a3e7854d8a4d905031f (diff) |
[REMOVAL] arima/hdama
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: Ic71d8a9137f0bd2a0cc7571a43f9dddb50168d8d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12368
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/arima/hdama/Kconfig')
-rw-r--r-- | src/mainboard/arima/hdama/Kconfig | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/src/mainboard/arima/hdama/Kconfig b/src/mainboard/arima/hdama/Kconfig deleted file mode 100644 index 66177f5418..0000000000 --- a/src/mainboard/arima/hdama/Kconfig +++ /dev/null @@ -1,53 +0,0 @@ -if BOARD_ARIMA_HDAMA - -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_NSC_PC87360 - select HAVE_PIRQ_TABLE - select HAVE_OPTION_TABLE - select HAVE_MP_TABLE - select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select BOARD_ROMSIZE_KB_512 - select QRANK_DIMM_SUPPORT - -config MAINBOARD_DIR - string - default arima/hdama - -config APIC_ID_OFFSET - hex - default 0x0 - -config MAINBOARD_PART_NUMBER - string - default "HDAMA" - -config HW_MEM_HOLE_SIZEK - hex - default 0x0 - -config MAX_CPUS - int - default 4 - -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_ARIMA_HDAMA |