Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Enrico Weigelt, metux IT consult and committed by
Paul Burton
371a4151 716850ab

+39 -40
+30 -31
arch/mips/Kconfig
··· 275 275 select BCM47XX_SPROM 276 276 select BCM47XX_SSB if !BCM47XX_BCMA 277 277 help 278 - Support for BCM47XX based boards 278 + Support for BCM47XX based boards 279 279 280 280 config BCM63XX 281 281 bool "Broadcom BCM63XX based boards" ··· 294 294 select MIPS_L1_CACHE_SHIFT_4 295 295 select CLKDEV_LOOKUP 296 296 help 297 - Support for BCM63XX based boards 297 + Support for BCM63XX based boards 298 298 299 299 config MIPS_COBALT 300 300 bool "Cobalt Server" ··· 373 373 select SYS_SUPPORTS_64BIT_KERNEL 374 374 select SYS_SUPPORTS_100HZ 375 375 help 376 - This a family of machines based on the MIPS R4030 chipset which was 377 - used by several vendors to build RISC/os and Windows NT workstations. 378 - Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and 379 - Olivetti M700-10 workstations. 376 + This a family of machines based on the MIPS R4030 chipset which was 377 + used by several vendors to build RISC/os and Windows NT workstations. 378 + Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and 379 + Olivetti M700-10 workstations. 380 380 381 381 config MACH_INGENIC 382 382 bool "Ingenic SoC based machines" ··· 572 572 bool "NXP STB220 board" 573 573 select SOC_PNX833X 574 574 help 575 - Support for NXP Semiconductors STB220 Development Board. 575 + Support for NXP Semiconductors STB220 Development Board. 576 576 577 577 config NXP_STB225 578 578 bool "NXP 225 board" 579 579 select SOC_PNX833X 580 580 select SOC_PNX8335 581 581 help 582 - Support for NXP Semiconductors STB225 Development Board. 582 + Support for NXP Semiconductors STB225 Development Board. 583 583 584 584 config PMC_MSP 585 585 bool "PMC-Sierra MSP chipsets" ··· 721 721 select SYS_SUPPORTS_64BIT_KERNEL 722 722 select SYS_SUPPORTS_BIG_ENDIAN 723 723 select MIPS_L1_CACHE_SHIFT_7 724 - help 725 - This is the SGI Indigo2 with R10000 processor. To compile a Linux 726 - kernel that runs on these, say Y here. 724 + help 725 + This is the SGI Indigo2 with R10000 processor. To compile a Linux 726 + kernel that runs on these, say Y here. 727 727 728 728 config SGI_IP32 729 729 bool "SGI IP32 (O2)" ··· 1174 1174 config SYS_SUPPORTS_RELOCATABLE 1175 1175 bool 1176 1176 help 1177 - Selected if the platform supports relocating the kernel. 1178 - The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF 1179 - to allow access to command line and entropy sources. 1177 + Selected if the platform supports relocating the kernel. 1178 + The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF 1179 + to allow access to command line and entropy sources. 1180 1180 1181 1181 config MIPS_CBPF_JIT 1182 1182 def_bool y ··· 2119 2119 # Set to y for ptrace access to watch registers. 2120 2120 # 2121 2121 config HARDWARE_WATCHPOINTS 2122 - bool 2123 - default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6 2122 + bool 2123 + default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6 2124 2124 2125 2125 menu "Kernel type" 2126 2126 ··· 2184 2184 bool "4kB" 2185 2185 depends on !CPU_LOONGSON2 && !CPU_LOONGSON3 2186 2186 help 2187 - This option select the standard 4kB Linux page size. On some 2188 - R3000-family processors this is the only available page size. Using 2189 - 4kB page size will minimize memory consumption and is therefore 2190 - recommended for low memory systems. 2187 + This option select the standard 4kB Linux page size. On some 2188 + R3000-family processors this is the only available page size. Using 2189 + 4kB page size will minimize memory consumption and is therefore 2190 + recommended for low memory systems. 2191 2191 2192 2192 config PAGE_SIZE_8KB 2193 2193 bool "8kB" ··· 2480 2480 depends on CPU_SB1 && CPU_SB1_PASS_2 2481 2481 default y 2482 2482 2483 - 2484 2483 choice 2485 2484 prompt "SmartMIPS or microMIPS ASE support" 2486 2485 ··· 2687 2688 bool "Randomize the address of the kernel image" 2688 2689 depends on RELOCATABLE 2689 2690 ---help--- 2690 - Randomizes the physical and virtual address at which the 2691 - kernel image is loaded, as a security feature that 2692 - deters exploit attempts relying on knowledge of the location 2693 - of kernel internals. 2691 + Randomizes the physical and virtual address at which the 2692 + kernel image is loaded, as a security feature that 2693 + deters exploit attempts relying on knowledge of the location 2694 + of kernel internals. 2694 2695 2695 - Entropy is generated using any coprocessor 0 registers available. 2696 + Entropy is generated using any coprocessor 0 registers available. 2696 2697 2697 - The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET. 2698 + The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET. 2698 2699 2699 - If unsure, say N. 2700 + If unsure, say N. 2700 2701 2701 2702 config RANDOMIZE_BASE_MAX_OFFSET 2702 2703 hex "Maximum kASLR offset" if EXPERT ··· 2826 2827 prompt "Timer frequency" 2827 2828 default HZ_250 2828 2829 help 2829 - Allows the configuration of the timer frequency. 2830 + Allows the configuration of the timer frequency. 2830 2831 2831 2832 config HZ_24 2832 2833 bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ ··· 3126 3127 default 15 3127 3128 3128 3129 config ARCH_MMAP_RND_COMPAT_BITS_MIN 3129 - default 8 3130 + default 8 3130 3131 3131 3132 config ARCH_MMAP_RND_COMPAT_BITS_MAX 3132 - default 15 3133 + default 15 3133 3134 3134 3135 config I8253 3135 3136 bool
+4 -4
arch/mips/bcm47xx/Kconfig
··· 15 15 select SSB_DRIVER_GPIO 16 16 default y 17 17 help 18 - Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. 18 + Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support. 19 19 20 - This will generate an image with support for SSB and MIPS32 R1 instruction set. 20 + This will generate an image with support for SSB and MIPS32 R1 instruction set. 21 21 22 22 config BCM47XX_BCMA 23 23 bool "BCMA Support for Broadcom BCM47XX" ··· 31 31 select BCMA_DRIVER_GPIO 32 32 default y 33 33 help 34 - Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. 34 + Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus. 35 35 36 - This will generate an image with support for BCMA and MIPS32 R2 instruction set. 36 + This will generate an image with support for BCMA and MIPS32 R2 instruction set. 37 37 38 38 endif
+1 -1
arch/mips/bcm63xx/boards/Kconfig
··· 5 5 default BOARD_BCM963XX 6 6 7 7 config BOARD_BCM963XX 8 - bool "Generic Broadcom 963xx boards" 8 + bool "Generic Broadcom 963xx boards" 9 9 select SSB 10 10 11 11 endchoice
+4 -4
arch/mips/pic32/Kconfig
··· 39 39 Select the devicetree. 40 40 41 41 config DTB_PIC32_NONE 42 - bool "None" 42 + bool "None" 43 43 44 44 config DTB_PIC32_MZDA_SK 45 - bool "PIC32MZDA Starter Kit" 46 - depends on PIC32MZDA 47 - select BUILTIN_DTB 45 + bool "PIC32MZDA Starter Kit" 46 + depends on PIC32MZDA 47 + select BUILTIN_DTB 48 48 49 49 endchoice 50 50