diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:06:17 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-07-25 08:51:14 +0000 |
commit | 2f04e03e06152a8a27ed19832208372462aa7ce0 (patch) | |
tree | 19ed7d5148b0e1aa09f18dd084a782bb1e7f9b2d /src/mainboard/razer | |
parent | 6668ae3677315c31d6d27803708230e0ce6c6ff0 (diff) |
mb/razer/blade_stealth_kbl/Kconfig: Fix up indentation
Change-Id: I0ffae7408f11f4f517204a0a670845c11b3601a8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56549
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/razer')
-rw-r--r-- | src/mainboard/razer/blade_stealth_kbl/Kconfig | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/Kconfig b/src/mainboard/razer/blade_stealth_kbl/Kconfig index 3e9f462879..9c7d7fde50 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 |