From 2f04e03e06152a8a27ed19832208372462aa7ce0 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Jul 2021 11:06:17 +0200 Subject: mb/razer/blade_stealth_kbl/Kconfig: Fix up indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0ffae7408f11f4f517204a0a670845c11b3601a8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/56549 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Frans Hendriks Reviewed-by: Felix Singer Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/razer/blade_stealth_kbl/Kconfig | 64 +++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/razer/blade_stealth_kbl/Kconfig b/src/mainboard/razer/blade_stealth_kbl/Kconfig index 3e9f462879cf..9c7d7fde50d4 100644 --- a/src/mainboard/razer/blade_stealth_kbl/Kconfig +++ b/src/mainboard/razer/blade_stealth_kbl/Kconfig @@ -16,38 +16,38 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_TABLES select DRIVERS_GENERIC_CBFS_SERIAL - # For now no way to choose the correct the available RAM - config BOARD_RAZER_BLADE_STEALTH_KBL_16GB - bool "16GB RAM (4x MT52L1G32D4PG)" - default n - - config VGA_BIOS_ID - string - default "8086,5916" - - config IRQ_SLOT_COUNT - int - default 18 - - config MAINBOARD_FAMILY - string - default "BLADE_STEALTH" - - config MAINBOARD_PART_NUMBER - string - default "H2U" - - config MAINBOARD_VERSION - string - default "1.0" - - config MAINBOARD_DIR - string - default "razer/blade_stealth_kbl" - - config MAX_CPUS - int - default 4 +# For now no way to choose the correct the available RAM +config BOARD_RAZER_BLADE_STEALTH_KBL_16GB + bool "16GB RAM (4x MT52L1G32D4PG)" + default n + +config VGA_BIOS_ID + string + default "8086,5916" + +config IRQ_SLOT_COUNT + int + default 18 + +config MAINBOARD_FAMILY + string + default "BLADE_STEALTH" + +config MAINBOARD_PART_NUMBER + string + default "H2U" + +config MAINBOARD_VERSION + string + default "1.0" + +config MAINBOARD_DIR + string + default "razer/blade_stealth_kbl" + +config MAX_CPUS + int + default 4 config NO_POST default y -- cgit v1.2.3