mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
Kconfig: Use spaces not tabs in Kconfig entires
While the Kconfig language seems to accept either form of whitespace, we use a space throughout the project, except in these spots. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a3e7a3640b
commit
809c4f242f
@ -141,7 +141,7 @@ if ARCH_EXYNOS7
|
|||||||
choice
|
choice
|
||||||
prompt "EXYNOS7 board select"
|
prompt "EXYNOS7 board select"
|
||||||
|
|
||||||
config TARGET_ESPRESSO7420
|
config TARGET_ESPRESSO7420
|
||||||
bool "ESPRESSO7420 board"
|
bool "ESPRESSO7420 board"
|
||||||
select ARM64
|
select ARM64
|
||||||
select ARMV8_MULTIENTRY
|
select ARMV8_MULTIENTRY
|
||||||
|
@ -87,12 +87,12 @@ choice
|
|||||||
help
|
help
|
||||||
Select the type of DDR (DDR3 or LPDDR2) used on your design
|
Select the type of DDR (DDR3 or LPDDR2) used on your design
|
||||||
|
|
||||||
config DDR3
|
config DDR3
|
||||||
bool "DDR3"
|
bool "DDR3"
|
||||||
help
|
help
|
||||||
Select this if your board design uses DDR3.
|
Select this if your board design uses DDR3.
|
||||||
|
|
||||||
config LPDDR2
|
config LPDDR2
|
||||||
bool "LPDDR2"
|
bool "LPDDR2"
|
||||||
help
|
help
|
||||||
Select this if your board design uses LPDDR2.
|
Select this if your board design uses LPDDR2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user