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>
This commit is contained in:
parent
6668ae3677
commit
2f04e03e06
|
@ -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
|
||||
# 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 VGA_BIOS_ID
|
||||
string
|
||||
default "8086,5916"
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
||||
config MAINBOARD_FAMILY
|
||||
string
|
||||
default "BLADE_STEALTH"
|
||||
config MAINBOARD_FAMILY
|
||||
string
|
||||
default "BLADE_STEALTH"
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "H2U"
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "H2U"
|
||||
|
||||
config MAINBOARD_VERSION
|
||||
string
|
||||
default "1.0"
|
||||
config MAINBOARD_VERSION
|
||||
string
|
||||
default "1.0"
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default "razer/blade_stealth_kbl"
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default "razer/blade_stealth_kbl"
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
|
||||
config NO_POST
|
||||
default y
|
||||
|
|
Loading…
Reference in New Issue