amd/torpedo: Remove unused Kconfig options
These are not used with cimx/sb900 vendorcode. Change-Id: I489ee80c739b31edac649491497162c65316996e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5537 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
29c3e367da
commit
9816392337
|
@ -41,10 +41,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default amd/torpedo
|
default amd/torpedo
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Torpedo"
|
default "Torpedo"
|
||||||
|
@ -57,18 +53,10 @@ config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config MAX_PHYSICAL_CPUS
|
|
||||||
int
|
|
||||||
default 1
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SB_HT_CHAIN_ON_BUS0
|
|
||||||
int
|
|
||||||
default 1
|
|
||||||
|
|
||||||
config HT_CHAIN_END_UNITID_BASE
|
config HT_CHAIN_END_UNITID_BASE
|
||||||
hex
|
hex
|
||||||
default 0x1
|
default 0x1
|
||||||
|
|
Loading…
Reference in New Issue