Port persimmon r6593 to e350m1: Remove unused Kconfig options
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Marshall Buschman <mbuschman@lucidmachines.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6635 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2334c8d2b7
commit
f8e33e356f
|
@ -22,8 +22,6 @@ if BOARD_ASROCK_E350M1
|
|||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
select ARCH_X86
|
||||
select DIMM_DDR3
|
||||
select DIMM_UNREGISTERED
|
||||
select CPU_AMD_AGESA_WRAPPER_FAMILY14
|
||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
@ -42,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select AMDMCT
|
||||
select HAVE_ACPI_TABLES
|
||||
select BOARD_ROMSIZE_KB_4096
|
||||
select ENABLE_APIC_EXT_ID
|
||||
select TINY_BOOTBLOCK
|
||||
select GFXUMA
|
||||
|
||||
|
@ -86,18 +83,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
|
||||
|
|
Loading…
Reference in New Issue