9
0
Fork 0

Cleanup Kconfig files

This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format, removing
extraneous lines and spaces. No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2012-12-08 10:51:19 +04:00 committed by Sascha Hauer
parent 1cab895549
commit 4c20f9af97
46 changed files with 138 additions and 142 deletions

View File

@ -27,7 +27,6 @@ config CPU_ARM920T
Say Y if you want support for the ARM920T processor.
Otherwise, say N.
# ARM926T
config CPU_ARM926T
bool

View File

@ -116,13 +116,12 @@ config SUPPORT_CALAO_MOB_TNY_MD2
if ARCH_AT91RM9200
choice
prompt "AT91RM9200 Board Type"
config MACH_AT91RM9200EK
bool "Atmel AT91RM9200-EK Evaluation Kit"
help
select HAVE_AT91_DATAFLASH_CARD
help
Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
<http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
@ -135,7 +134,6 @@ endif
if ARCH_AT91SAM9260
choice
prompt "AT91SAM9260 Board Type"
config MACH_AT91SAM9260EK
@ -218,7 +216,6 @@ endif
if ARCH_AT91SAM9G20
choice
prompt "AT91SAM9G20 Board Type"
config MACH_AT91SAM9G20EK

View File

@ -197,7 +197,6 @@ endchoice
if ARCH_IMX1
choice
prompt "i.MX1 Board Type"
config MACH_SCB9328
@ -216,7 +215,6 @@ endif
if ARCH_IMX21
choice
prompt "i.MX21 Board Type"
config MACH_IMX21ADS
@ -236,7 +234,6 @@ endif
if ARCH_IMX25
choice
prompt "i.MX25 Board Type"
config MACH_EUKREA_CPUIMX25
@ -270,7 +267,6 @@ endif
if ARCH_IMX27
choice
prompt "i.MX27 Board Type"
config MACH_EUKREA_CPUIMX27
@ -329,7 +325,6 @@ endif
if ARCH_IMX31
choice
prompt "i.MX31 Board Type"
config MACH_PCM037
@ -350,7 +345,6 @@ endif
if ARCH_IMX35
choice
prompt "i.MX35 Board Type"
config MACH_EUKREA_CPUIMX35
@ -397,7 +391,6 @@ endif
if ARCH_IMX51
choice
prompt "i.MX51 Board Type"
config MACH_FREESCALE_MX51_PDK
@ -442,7 +435,6 @@ endif
if ARCH_IMX53
choice
prompt "i.MX53 Board Type"
config MACH_FREESCALE_MX53_LOCO
@ -471,6 +463,7 @@ config MACH_TX53
endchoice
if MACH_TX53
choice
prompt "TX53 board revision"
config TX53_REV_1011
@ -478,6 +471,7 @@ config TX53_REV_1011
config TX53_REV_XX30
bool "8030 / 1030"
endchoice
endif
endif
@ -485,7 +479,6 @@ endif
if ARCH_IMX6
choice
prompt "i.MX6 Board Type"
config MACH_MX6Q_ARM2
@ -503,6 +496,7 @@ endif
menu "Board specific settings"
if MACH_PCM037
choice
prompt "SDRAM Bank0"
config PCM037_SDRAM_BANK0_128MB
@ -520,9 +514,11 @@ config PCM037_SDRAM_BANK1_128MB
config PCM037_SDRAM_BANK1_256MB
bool "256MB"
endchoice
endif
if MACH_EUKREA_CPUIMX27
choice
prompt "SDRAM Size"
config EUKREA_CPUIMX27_SDRAM_128MB
@ -530,6 +526,7 @@ config EUKREA_CPUIMX27_SDRAM_128MB
config EUKREA_CPUIMX27_SDRAM_256MB
bool "256 MB"
endchoice
choice
prompt "NOR Flash Size"
config EUKREA_CPUIMX27_NOR_32MB
@ -537,6 +534,7 @@ config EUKREA_CPUIMX27_NOR_32MB
config EUKREA_CPUIMX27_NOR_64MB
bool "> 32 MB"
endchoice
choice
prompt "Quad UART Port"
depends on DRIVER_SERIAL_NS16550
@ -549,8 +547,11 @@ config EUKREA_CPUIMX27_QUART3
config EUKREA_CPUIMX27_QUART4
bool "Q4"
endchoice
endif
if MACH_FREESCALE_MX25_3STACK
choice
prompt "SDRAM Type"
config FREESCALE_MX25_3STACK_SDRAM_64MB_DDR2
@ -558,7 +559,9 @@ config FREESCALE_MX25_3STACK_SDRAM_64MB_DDR2
config FREESCALE_MX25_3STACK_SDRAM_128MB_MDDR
bool "128 MB (mDDR)"
endchoice
endif
endmenu
menu "i.MX specific settings"

View File

@ -40,7 +40,6 @@ config NETX_COOKIE
default 16 if MACH_NXHX
choice
prompt "Netx Board Type"
config MACH_NXDB500

View File

@ -169,6 +169,7 @@ config MACH_PCAAXL2
endchoice
if MACH_OMAP3EVM
choice
prompt "Select UART"
@ -183,7 +184,9 @@ if MACH_OMAP3EVM
depends on MACH_OMAP3EVM
help
Say Y here if you would like to use UART3 as console.
endchoice
endif
config MACH_OMAP_ADVANCED_MUX

View File

@ -35,7 +35,6 @@ config CPU_S3C2440
bool
choice
prompt "S3C24xx Board Type"
config MACH_A9M2410
@ -98,7 +97,6 @@ config CPU_S3C6410
bool
choice
prompt "S3C64xx Board Type"
config MACH_MINI6410
@ -135,7 +133,6 @@ config CPU_S5PV210
bool
choice
prompt "S5PCxx board type"
config MACH_TINY210
@ -149,7 +146,6 @@ endchoice
endif
menu "S3C Features"
config S3C_LOWLEVEL_INIT

View File

@ -66,6 +66,7 @@ endmenu
# answer,so we try hard to limit the available choices. Also the use of a
# choice statement should be more obvious to the user.
#
choice
prompt "Endianess selection"
help
@ -148,7 +149,6 @@ config CPU_MIPS64_R2
endchoice
config SYS_HAS_CPU_MIPS32_R1
bool

View File

@ -19,7 +19,6 @@ config GENERIC
bool "Generic"
select NIOS2
endchoice
menu "Board configuration"

View File

@ -50,4 +50,5 @@ config MACH_PHYCORE_MPC5200B_TINY_REV
old board you should set this option to 1
endmenu
endif

View File

@ -20,6 +20,7 @@ config P2020RDB
Say Y here if you are using the Freescale P2020RDB
endchoice
endif
if P2020RDB

View File

@ -40,8 +40,7 @@ choice
prompt "Bring up type"
config X86_BIOS_BRINGUP
prompt "16 bit BIOS"
bool
bool "16 bit BIOS"
help
Barebox will act as a BIOS based bootloader. This includes
some 16 bit real mode code and some restrictions everyone knows

View File

@ -349,7 +349,6 @@ config CMD_UBI
endmenu
menu "booting"
config CMD_BOOTM