From 7457a385a05ff0b6c82eeecbe8e4f3878d09e6f6 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 16 Nov 2014 04:44:48 +1100 Subject: mainboard/amd/torpedo/Kconfig: Clean up formatting Change-Id: Ifdfb78e39280af5017034b57e63c33b461b9b531 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/7474 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/mainboard/amd/torpedo/Kconfig | 61 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig index b4d6f5e346..9f9106f4a7 100644 --- a/src/mainboard/amd/torpedo/Kconfig +++ b/src/mainboard/amd/torpedo/Kconfig @@ -20,52 +20,52 @@ if BOARD_AMD_TORPEDO config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - select DIMM_DDR3 - select DIMM_UNREGISTERED - select CPU_AMD_AGESA_FAMILY12 - select NORTHBRIDGE_AMD_AGESA_FAMILY12 - select SOUTHBRIDGE_AMD_CIMX_SB900 - select SUPERIO_SMSC_KBC1100 - select HAVE_OPTION_TABLE - select HAVE_PIRQ_TABLE - select HAVE_MP_TABLE - select HAVE_ACPI_TABLES - select BOARD_ROMSIZE_KB_2048 - select ENABLE_APIC_EXT_ID - select GFXUMA + def_bool y + select DIMM_DDR3 + select DIMM_UNREGISTERED + select CPU_AMD_AGESA_FAMILY12 + select NORTHBRIDGE_AMD_AGESA_FAMILY12 + select SOUTHBRIDGE_AMD_CIMX_SB900 + select SUPERIO_SMSC_KBC1100 + select HAVE_OPTION_TABLE + select HAVE_PIRQ_TABLE + select HAVE_MP_TABLE + select HAVE_ACPI_TABLES + select BOARD_ROMSIZE_KB_2048 + select ENABLE_APIC_EXT_ID + select GFXUMA config MAINBOARD_DIR - string - default amd/torpedo + string + default amd/torpedo config MAINBOARD_PART_NUMBER - string - default "Torpedo" + string + default "Torpedo" config HW_MEM_HOLE_SIZEK - hex - default 0x200000 + hex + default 0x200000 config MAX_CPUS - int - default 4 + int + default 4 config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n + bool + default n config HT_CHAIN_END_UNITID_BASE - hex - default 0x1 + hex + default 0x1 config HT_CHAIN_UNITID_BASE - hex - default 0x0 + hex + default 0x0 config IRQ_SLOT_COUNT - int - default 11 + int + default 11 config ONBOARD_VGA_IS_PRIMARY bool @@ -155,4 +155,3 @@ config ONBOARD_LIGHTSENSOR default n endif # BOARD_AMD_TORPEDO - -- cgit v1.2.3