arch: mips: Kconfig: pedantic formatting

Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-kernel@vger.kernel.org
Cc: hauke@hauke-m.de
Cc: zajec5@gmail.com
Cc: f.fainelli@gmail.com
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-mips@vger.kernel.org
This commit is contained in:
Enrico Weigelt, metux IT consult 2019-03-11 16:54:27 +01:00 committed by Paul Burton
parent 716850ab10
commit 371a415153
No known key found for this signature in database
GPG key ID: 3EA79FACB57500DD
4 changed files with 39 additions and 40 deletions

View file

@ -275,7 +275,7 @@ config BCM47XX
select BCM47XX_SPROM select BCM47XX_SPROM
select BCM47XX_SSB if !BCM47XX_BCMA select BCM47XX_SSB if !BCM47XX_BCMA
help help
Support for BCM47XX based boards Support for BCM47XX based boards
config BCM63XX config BCM63XX
bool "Broadcom BCM63XX based boards" bool "Broadcom BCM63XX based boards"
@ -294,7 +294,7 @@ config BCM63XX
select MIPS_L1_CACHE_SHIFT_4 select MIPS_L1_CACHE_SHIFT_4
select CLKDEV_LOOKUP select CLKDEV_LOOKUP
help help
Support for BCM63XX based boards Support for BCM63XX based boards
config MIPS_COBALT config MIPS_COBALT
bool "Cobalt Server" bool "Cobalt Server"
@ -373,10 +373,10 @@ config MACH_JAZZ
select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_100HZ select SYS_SUPPORTS_100HZ
help help
This a family of machines based on the MIPS R4030 chipset which was This a family of machines based on the MIPS R4030 chipset which was
used by several vendors to build RISC/os and Windows NT workstations. used by several vendors to build RISC/os and Windows NT workstations.
Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
Olivetti M700-10 workstations. Olivetti M700-10 workstations.
config MACH_INGENIC config MACH_INGENIC
bool "Ingenic SoC based machines" bool "Ingenic SoC based machines"
@ -572,14 +572,14 @@ config NXP_STB220
bool "NXP STB220 board" bool "NXP STB220 board"
select SOC_PNX833X select SOC_PNX833X
help help
Support for NXP Semiconductors STB220 Development Board. Support for NXP Semiconductors STB220 Development Board.
config NXP_STB225 config NXP_STB225
bool "NXP 225 board" bool "NXP 225 board"
select SOC_PNX833X select SOC_PNX833X
select SOC_PNX8335 select SOC_PNX8335
help help
Support for NXP Semiconductors STB225 Development Board. Support for NXP Semiconductors STB225 Development Board.
config PMC_MSP config PMC_MSP
bool "PMC-Sierra MSP chipsets" bool "PMC-Sierra MSP chipsets"
@ -721,9 +721,9 @@ config SGI_IP28
select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_BIG_ENDIAN
select MIPS_L1_CACHE_SHIFT_7 select MIPS_L1_CACHE_SHIFT_7
help help
This is the SGI Indigo2 with R10000 processor. To compile a Linux This is the SGI Indigo2 with R10000 processor. To compile a Linux
kernel that runs on these, say Y here. kernel that runs on these, say Y here.
config SGI_IP32 config SGI_IP32
bool "SGI IP32 (O2)" bool "SGI IP32 (O2)"
@ -1174,9 +1174,9 @@ config HOLES_IN_ZONE
config SYS_SUPPORTS_RELOCATABLE config SYS_SUPPORTS_RELOCATABLE
bool bool
help help
Selected if the platform supports relocating the kernel. Selected if the platform supports relocating the kernel.
The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
to allow access to command line and entropy sources. to allow access to command line and entropy sources.
config MIPS_CBPF_JIT config MIPS_CBPF_JIT
def_bool y def_bool y
@ -2119,8 +2119,8 @@ config MIPS_PGD_C0_CONTEXT
# Set to y for ptrace access to watch registers. # Set to y for ptrace access to watch registers.
# #
config HARDWARE_WATCHPOINTS config HARDWARE_WATCHPOINTS
bool bool
default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6 default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
menu "Kernel type" menu "Kernel type"
@ -2184,10 +2184,10 @@ config PAGE_SIZE_4KB
bool "4kB" bool "4kB"
depends on !CPU_LOONGSON2 && !CPU_LOONGSON3 depends on !CPU_LOONGSON2 && !CPU_LOONGSON3
help help
This option select the standard 4kB Linux page size. On some This option select the standard 4kB Linux page size. On some
R3000-family processors this is the only available page size. Using R3000-family processors this is the only available page size. Using
4kB page size will minimize memory consumption and is therefore 4kB page size will minimize memory consumption and is therefore
recommended for low memory systems. recommended for low memory systems.
config PAGE_SIZE_8KB config PAGE_SIZE_8KB
bool "8kB" bool "8kB"
@ -2480,7 +2480,6 @@ config SB1_PASS_2_1_WORKAROUNDS
depends on CPU_SB1 && CPU_SB1_PASS_2 depends on CPU_SB1 && CPU_SB1_PASS_2
default y default y
choice choice
prompt "SmartMIPS or microMIPS ASE support" prompt "SmartMIPS or microMIPS ASE support"
@ -2688,16 +2687,16 @@ config RANDOMIZE_BASE
bool "Randomize the address of the kernel image" bool "Randomize the address of the kernel image"
depends on RELOCATABLE depends on RELOCATABLE
---help--- ---help---
Randomizes the physical and virtual address at which the Randomizes the physical and virtual address at which the
kernel image is loaded, as a security feature that kernel image is loaded, as a security feature that
deters exploit attempts relying on knowledge of the location deters exploit attempts relying on knowledge of the location
of kernel internals. of kernel internals.
Entropy is generated using any coprocessor 0 registers available. Entropy is generated using any coprocessor 0 registers available.
The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET. The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
If unsure, say N. If unsure, say N.
config RANDOMIZE_BASE_MAX_OFFSET config RANDOMIZE_BASE_MAX_OFFSET
hex "Maximum kASLR offset" if EXPERT hex "Maximum kASLR offset" if EXPERT
@ -2827,7 +2826,7 @@ choice
prompt "Timer frequency" prompt "Timer frequency"
default HZ_250 default HZ_250
help help
Allows the configuration of the timer frequency. Allows the configuration of the timer frequency.
config HZ_24 config HZ_24
bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
@ -3127,10 +3126,10 @@ config ARCH_MMAP_RND_BITS_MAX
default 15 default 15
config ARCH_MMAP_RND_COMPAT_BITS_MIN config ARCH_MMAP_RND_COMPAT_BITS_MIN
default 8 default 8
config ARCH_MMAP_RND_COMPAT_BITS_MAX config ARCH_MMAP_RND_COMPAT_BITS_MAX
default 15 default 15
config I8253 config I8253
bool bool

View file

@ -15,9 +15,9 @@ config BCM47XX_SSB
select SSB_DRIVER_GPIO select SSB_DRIVER_GPIO
default y default y
help help
Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
This will generate an image with support for SSB and MIPS32 R1 instruction set. This will generate an image with support for SSB and MIPS32 R1 instruction set.
config BCM47XX_BCMA config BCM47XX_BCMA
bool "BCMA Support for Broadcom BCM47XX" bool "BCMA Support for Broadcom BCM47XX"
@ -31,8 +31,8 @@ config BCM47XX_BCMA
select BCMA_DRIVER_GPIO select BCMA_DRIVER_GPIO
default y default y
help help
Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
This will generate an image with support for BCMA and MIPS32 R2 instruction set. This will generate an image with support for BCMA and MIPS32 R2 instruction set.
endif endif

View file

@ -5,7 +5,7 @@ choice
default BOARD_BCM963XX default BOARD_BCM963XX
config BOARD_BCM963XX config BOARD_BCM963XX
bool "Generic Broadcom 963xx boards" bool "Generic Broadcom 963xx boards"
select SSB select SSB
endchoice endchoice

View file

@ -39,12 +39,12 @@ choice
Select the devicetree. Select the devicetree.
config DTB_PIC32_NONE config DTB_PIC32_NONE
bool "None" bool "None"
config DTB_PIC32_MZDA_SK config DTB_PIC32_MZDA_SK
bool "PIC32MZDA Starter Kit" bool "PIC32MZDA Starter Kit"
depends on PIC32MZDA depends on PIC32MZDA
select BUILTIN_DTB select BUILTIN_DTB
endchoice endchoice