aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/Kconfig
diff options
context:
space:
mode:
authorKerry Sheh <shekairui@gmail.com>2012-01-19 13:18:36 +0800
committerMarc Jones <marcj303@gmail.com>2012-02-07 00:06:07 +0100
commit01f7ab93359ae0fee5784d35effbcbe0b596df18 (patch)
treeb7dbaeda0626de4680a1772c39c13691f6b66453 /src/mainboard/amd/inagua/Kconfig
parent91be49b2d0635b3d666125790c59b057f956b2c0 (diff)
Inagua: Synchronize AMD/inagua mainboard.
AMD/persimmon mainboard code is derived from AMD/inagua mainbard. Persimmom update a lot in the last few month, sync these modification to inagua. Change-Id: Ia038e5a2b9550fe81bb075f31e30b98354758e9e Signed-off-by: Kerry Sheh <shekairui@gmail.com> Signed-off-by: Kerry Sheh <kerry.she@amd.com> Reviewed-on: http://review.coreboot.org/542 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/inagua/Kconfig')
-rw-r--r--src/mainboard/amd/inagua/Kconfig25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 4bb0d60168..b0c5f1a906 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -22,8 +22,6 @@ if BOARD_AMD_INAGUA
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select ARCH_X86
- select DIMM_DDR3
- select DIMM_UNREGISTERED
select CPU_AMD_AGESA_FAMILY14
select NORTHBRIDGE_AMD_AGESA_FAMILY14_ROOT_COMPLEX
select NORTHBRIDGE_AMD_AGESA_FAMILY14
@@ -81,18 +79,6 @@ config MEM_TRAIN_SEQ
int
default 2
-config SB_HT_CHAIN_ON_BUS0
- int
- default 1
-
-config HT_CHAIN_END_UNITID_BASE
- hex
- default 0x1
-
-config HT_CHAIN_UNITID_BASE
- hex
- default 0x0
-
config IRQ_SLOT_COUNT
int
default 11
@@ -147,19 +133,10 @@ config VGA_BIOS_ID
depends on VGA_BIOS
default "1002,9802"
-config AHCI_ROM
+config SB800_AHCI_ROM
bool
default n
-#config AHCI_ROM_FILE
-# string "AHCI ROM path and filename"
-# depends on AHCI_ROM
-# default "rom/ahci/sb800.bin"
-
-config AHCI_ROM_ID
- string "AHCI device PCI IDs"
- depends on AHCI_ROM
- default "1002,4391"
endif # BOARD_AMD_INAGUA