mainboard/amd/torpedo/Kconfig: Clean up formatting
Change-Id: Ifdfb78e39280af5017034b57e63c33b461b9b531 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7474 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Alexandru Gagniuc
parent
b219da8dcf
commit
7457a385a0
@@ -20,52 +20,52 @@
|
|||||||
if BOARD_AMD_TORPEDO
|
if BOARD_AMD_TORPEDO
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select DIMM_DDR3
|
select DIMM_DDR3
|
||||||
select DIMM_UNREGISTERED
|
select DIMM_UNREGISTERED
|
||||||
select CPU_AMD_AGESA_FAMILY12
|
select CPU_AMD_AGESA_FAMILY12
|
||||||
select NORTHBRIDGE_AMD_AGESA_FAMILY12
|
select NORTHBRIDGE_AMD_AGESA_FAMILY12
|
||||||
select SOUTHBRIDGE_AMD_CIMX_SB900
|
select SOUTHBRIDGE_AMD_CIMX_SB900
|
||||||
select SUPERIO_SMSC_KBC1100
|
select SUPERIO_SMSC_KBC1100
|
||||||
select HAVE_OPTION_TABLE
|
select HAVE_OPTION_TABLE
|
||||||
select HAVE_PIRQ_TABLE
|
select HAVE_PIRQ_TABLE
|
||||||
select HAVE_MP_TABLE
|
select HAVE_MP_TABLE
|
||||||
select HAVE_ACPI_TABLES
|
select HAVE_ACPI_TABLES
|
||||||
select BOARD_ROMSIZE_KB_2048
|
select BOARD_ROMSIZE_KB_2048
|
||||||
select ENABLE_APIC_EXT_ID
|
select ENABLE_APIC_EXT_ID
|
||||||
select GFXUMA
|
select GFXUMA
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default amd/torpedo
|
default amd/torpedo
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Torpedo"
|
default "Torpedo"
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x200000
|
default 0x200000
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config HT_CHAIN_END_UNITID_BASE
|
config HT_CHAIN_END_UNITID_BASE
|
||||||
hex
|
hex
|
||||||
default 0x1
|
default 0x1
|
||||||
|
|
||||||
config HT_CHAIN_UNITID_BASE
|
config HT_CHAIN_UNITID_BASE
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
|
||||||
config ONBOARD_VGA_IS_PRIMARY
|
config ONBOARD_VGA_IS_PRIMARY
|
||||||
bool
|
bool
|
||||||
@@ -155,4 +155,3 @@ config ONBOARD_LIGHTSENSOR
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
endif # BOARD_AMD_TORPEDO
|
endif # BOARD_AMD_TORPEDO
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user