Kconfig whitespace cleanup: Change leading spaces to tabs
Change-Id: Icab6bd9f55f086da7b51ae463f34e29366d50e1a Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10764 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
ac83367a7b
commit
45895f1e7d
@ -20,7 +20,7 @@
|
|||||||
if BOARD_GOOGLE_FOSTER
|
if BOARD_GOOGLE_FOSTER
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select BOARD_ID_AUTO
|
select BOARD_ID_AUTO
|
||||||
select BOARD_ROMSIZE_KB_4096
|
select BOARD_ROMSIZE_KB_4096
|
||||||
select CHROMEOS_VBNV_FLASH
|
select CHROMEOS_VBNV_FLASH
|
||||||
@ -34,16 +34,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select SPI_FLASH_WINBOND
|
select SPI_FLASH_WINBOND
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/foster
|
default google/foster
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Foster"
|
default "Foster"
|
||||||
|
|
||||||
config DRAM_SIZE_MB
|
config DRAM_SIZE_MB
|
||||||
int
|
int
|
||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "BCT boot media"
|
prompt "BCT boot media"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
if BOARD_GOOGLE_SMAUG
|
if BOARD_GOOGLE_SMAUG
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select BOARD_ID_AUTO
|
select BOARD_ID_AUTO
|
||||||
select BOARD_ROMSIZE_KB_16384
|
select BOARD_ROMSIZE_KB_16384
|
||||||
select CHROMEOS_VBNV_EC
|
select CHROMEOS_VBNV_EC
|
||||||
@ -38,16 +38,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select RAM_CODE_SUPPORT
|
select RAM_CODE_SUPPORT
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/smaug
|
default google/smaug
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Smaug"
|
default "Smaug"
|
||||||
|
|
||||||
config DRAM_SIZE_MB
|
config DRAM_SIZE_MB
|
||||||
int
|
int
|
||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "BCT boot media"
|
prompt "BCT boot media"
|
||||||
|
@ -104,8 +104,8 @@ config TRUSTZONE_CARVEOUT_SIZE_MB
|
|||||||
|
|
||||||
# Default to 700MHz. This value is based on nv bootloader setting.
|
# Default to 700MHz. This value is based on nv bootloader setting.
|
||||||
config PLLX_KHZ
|
config PLLX_KHZ
|
||||||
int
|
int
|
||||||
default 700000
|
default 700000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config HAVE_MTC
|
config HAVE_MTC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user