Kconfig: Replace spaces with tabs and missing newline

Trivial Kconfig cleanup. Use tabs instead of spaces and every Kconfig
entry should be separated by newline.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Michal Simek 2018-07-23 15:55:12 +02:00 committed by Tom Rini
parent 563273dfa9
commit 6e7bdde4fe
3 changed files with 15 additions and 14 deletions

View file

@ -169,7 +169,7 @@ config ARM_ERRATA_833471
bool bool
config ARM_ERRATA_845369 config ARM_ERRATA_845369
bool bool
config ARM_ERRATA_852421 config ARM_ERRATA_852421
bool bool
@ -683,7 +683,7 @@ config ARCH_MX31
select CPU_ARM1136 select CPU_ARM1136
config ARCH_MX7ULP config ARCH_MX7ULP
bool "NXP MX7ULP" bool "NXP MX7ULP"
select CPU_V7A select CPU_V7A
select ROM_UNIFIED_SECTIONS select ROM_UNIFIED_SECTIONS
imply MXC_GPIO imply MXC_GPIO
@ -709,7 +709,7 @@ config ARCH_MX6
if ARCH_MX6 if ARCH_MX6
config SPL_LDSCRIPT config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds" default "arch/arm/mach-omap2/u-boot-spl.lds"
endif endif
config ARCH_MX5 config ARCH_MX5
@ -1488,8 +1488,8 @@ source "arch/arm/Kconfig.debug"
endmenu endmenu
config SPL_LDSCRIPT config SPL_LDSCRIPT
default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if (ARCH_MX23 || ARCH_MX28) && !SPL_FRAMEWORK default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if (ARCH_MX23 || ARCH_MX28) && !SPL_FRAMEWORK
default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136 default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136
default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64 default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64

View file

@ -301,11 +301,11 @@ config TARGET_MX6SLEVK
select SUPPORT_SPL select SUPPORT_SPL
config TARGET_MX6SLLEVK config TARGET_MX6SLLEVK
bool "mx6sll evk" bool "mx6sll evk"
select BOARD_LATE_INIT select BOARD_LATE_INIT
select MX6SLL select MX6SLL
select DM select DM
select DM_THERMAL select DM_THERMAL
config TARGET_MX6SXSABRESD config TARGET_MX6SXSABRESD
bool "mx6sxsabresd" bool "mx6sxsabresd"
@ -317,11 +317,11 @@ config TARGET_MX6SXSABRESD
select BOARD_EARLY_INIT_F select BOARD_EARLY_INIT_F
config TARGET_MX6SXSABREAUTO config TARGET_MX6SXSABREAUTO
bool "mx6sxsabreauto" bool "mx6sxsabreauto"
select BOARD_LATE_INIT select BOARD_LATE_INIT
select MX6SX select MX6SX
select DM select DM
select DM_THERMAL select DM_THERMAL
select BOARD_EARLY_INIT_F select BOARD_EARLY_INIT_F
config TARGET_MX6UL_9X9_EVK config TARGET_MX6UL_9X9_EVK

View file

@ -1012,11 +1012,12 @@ config CMD_USB_SDP
help help
Enables the command "sdp" which is used to have U-Boot emulating the Enables the command "sdp" which is used to have U-Boot emulating the
Serial Download Protocol (SDP) via USB. Serial Download Protocol (SDP) via USB.
config CMD_ROCKUSB config CMD_ROCKUSB
bool "rockusb" bool "rockusb"
depends on USB_FUNCTION_ROCKUSB depends on USB_FUNCTION_ROCKUSB
help help
Rockusb protocol is widely used by Rockchip SoC based devices. It can Rockusb protocol is widely used by Rockchip SoC based devices. It can
read/write info, image to/from devices. This enable rockusb command read/write info, image to/from devices. This enable rockusb command
support to communication with rockusb device. for more detail about support to communication with rockusb device. for more detail about
this command, please read doc/README.rockusb. this command, please read doc/README.rockusb.
@ -1489,7 +1490,7 @@ config CMD_BLOB
the original data. the original data.
Sub-commands: Sub-commands:
blob enc - encapsulating data as a cryptgraphic blob blob enc - encapsulating data as a cryptgraphic blob
blob dec - decapsulating cryptgraphic blob to get the data blob dec - decapsulating cryptgraphic blob to get the data
Syntax: Syntax: