ARM: 9288/1: Kconfigs: fix spelling & grammar
Fix spelling (reported by codespell) and grammar in Arm Kconfig files. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: linux-arm-kernel@lists.infradead.org Cc: patches@armlinux.org.uk Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
This commit is contained in:
parent
b575b5a1e6
commit
cfb1076d15
|
@ -1276,8 +1276,8 @@ choice
|
||||||
depends on MACH_STM32MP157
|
depends on MACH_STM32MP157
|
||||||
select DEBUG_STM32_UART
|
select DEBUG_STM32_UART
|
||||||
help
|
help
|
||||||
Say Y here if you want kernel low-level debugging support
|
Say Y here if you want kernel low-level debugging support on
|
||||||
on STM32MP1 based platforms, wich default UART is wired on
|
STM32MP1-based platforms, where the default UART is wired to
|
||||||
UART4, but another UART instance can be selected by modifying
|
UART4, but another UART instance can be selected by modifying
|
||||||
CONFIG_DEBUG_UART_PHYS and CONFIG_DEBUG_UART_VIRT.
|
CONFIG_DEBUG_UART_PHYS and CONFIG_DEBUG_UART_VIRT.
|
||||||
|
|
||||||
|
|
|
@ -743,7 +743,7 @@ config SWP_EMULATE
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "CPU Endianess"
|
prompt "CPU Endianness"
|
||||||
default CPU_LITTLE_ENDIAN
|
default CPU_LITTLE_ENDIAN
|
||||||
|
|
||||||
config CPU_LITTLE_ENDIAN
|
config CPU_LITTLE_ENDIAN
|
||||||
|
|
Loading…
Reference in New Issue