* [PATCH] Cleanup Kconfig files
@ 2012-11-24 18:53 Alexander Shiyan
2012-11-26 8:16 ` Sascha Hauer
0 siblings, 1 reply; 5+ messages in thread
From: Alexander Shiyan @ 2012-11-24 18:53 UTC (permalink / raw)
To: barebox
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>
---
arch/arm/Kconfig | 6 ++--
arch/arm/cpu/Kconfig | 7 ++--
arch/arm/mach-at91/Kconfig | 4 +-
arch/arm/mach-imx/Kconfig | 8 ++--
arch/arm/mach-mxs/Kconfig | 6 ++--
arch/arm/mach-omap/Kconfig | 39 ++++++++++++----------
arch/arm/mach-samsung/Kconfig | 16 ++++-----
arch/blackfin/Kconfig | 2 +-
arch/mips/Kconfig | 25 +++++++-------
arch/nios2/Kconfig | 5 +--
arch/openrisc/Kconfig | 2 +-
arch/ppc/mach-mpc85xx/Kconfig | 2 +-
arch/x86/Kconfig | 29 +++++++---------
arch/x86/boot/Kconfig | 2 +-
arch/x86/mach-i386/Kconfig | 2 +-
commands/Kconfig | 31 ++++++++---------
common/Kconfig | 73 +++++++++++++++++++++--------------------
crypto/Kconfig | 2 +-
drivers/Kconfig | 2 +-
drivers/ata/Kconfig | 2 +-
drivers/dma/Kconfig | 2 +-
drivers/eeprom/Kconfig | 6 ++--
drivers/gpio/Kconfig | 2 +-
drivers/i2c/Kconfig | 2 +-
drivers/input/Kconfig | 4 +-
drivers/mci/Kconfig | 4 +-
drivers/misc/Kconfig | 2 +-
drivers/mtd/Kconfig | 2 +-
drivers/mtd/devices/Kconfig | 8 ++--
drivers/mtd/nand/Kconfig | 8 ++--
drivers/mtd/ubi/Kconfig | 2 +-
drivers/net/Kconfig | 2 +-
drivers/net/phy/Kconfig | 2 +-
drivers/nor/Kconfig | 6 ++--
drivers/serial/Kconfig | 4 +-
drivers/spi/Kconfig | 2 +-
drivers/usb/Kconfig | 2 +-
drivers/usb/gadget/Kconfig | 2 +-
drivers/video/Kconfig | 2 +-
drivers/watchdog/Kconfig | 2 +-
fs/Kconfig | 2 +-
lib/Kconfig | 6 ++--
lib/gui/Kconfig | 2 +-
net/Kconfig | 2 +-
44 files changed, 169 insertions(+), 174 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3afd885..01fe9de 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -19,7 +19,7 @@ config ARM_LINUX
config HAVE_MACH_ARM_HEAD
bool
-menu "System Type "
+menu "System Type"
choice
prompt "ARM system type"
@@ -71,7 +71,7 @@ config ARCH_NOMADIK
select CPU_ARM926T
select CLOCKSOURCE_NOMADIK
help
- Support for the Nomadik platform by ST-Ericsson
+ Support for the Nomadik platform by ST-Ericsson
config ARCH_OMAP
bool "TI OMAP"
@@ -153,7 +153,7 @@ config THUMB2_BAREBOX
endmenu
-menu "Arm specific settings "
+menu "Arm specific settings"
config CMD_ARM_CPUINFO
bool "cpuinfo command"
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index d8a5fb1..86bc174 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -4,7 +4,7 @@ config CPU_32
bool
default y
-# Select CPU types depending on the architecture selected. This selects
+# Select CPU types depending on the architecture selected. This selects
# which CPUs we support in the kernel image, and the compiler instruction
# optimiser behaviour.
@@ -27,14 +27,13 @@ config CPU_ARM920T
Say Y if you want support for the ARM920T processor.
Otherwise, say N.
-
# ARM926T
config CPU_ARM926T
bool
select CPU_32v5
help
- This is a variant of the ARM920. It has slightly different
- instruction sequences for cache and TLB operations. Curiously,
+ This is a variant of the ARM920. It has slightly different
+ instruction sequences for cache and TLB operations. Curiously,
there is no documentation on it at the ARM corporate website.
Say Y if you want support for the ARM926T processor.
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 3a985f7..b01d84b 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -121,8 +121,8 @@ choice
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>
@@ -390,7 +390,7 @@ config CALAO_MOB_TNY_MD2
depends on SUPPORT_CALAO_MOB_TNY_MD2
config CALAO_MB_QIL_A9260
- bool "MB-QIL A9260 Motherboard Board support"
+ bool "MB-QIL A9260 Motherboard Board support"
depends on MACH_QIL_A9260
endif
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 3f4b452..11d2767 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -500,7 +500,7 @@ endif
# ----------------------------------------------------------
-menu "Board specific settings "
+menu "Board specific settings"
if MACH_PCM037
choice
@@ -561,13 +561,13 @@ endchoice
endif
endmenu
-menu "i.MX specific settings "
+menu "i.MX specific settings"
config IMX_IIM
tristate "IIM fusebox device"
depends on !ARCH_IMX21 && !ARCH_IMX21
help
- Device driver for the IC Identification Module (IIM) fusebox. Use the
+ Device driver for the IC Identification Module (IIM) fusebox. Use the
regular md/mw commands to program and read the fusebox.
Fuses are grouped in "rows", 8 bits per row. When using md/mw commands,
@@ -588,7 +588,7 @@ config IMX_IIM_FUSE_BLOW
Before being actually able to blow the fuses, you need to explicitely
enable it:
- imx_iim0.permanent_write_enable=1
+ imx_iim0.permanent_write_enable=1
endmenu
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index ff295f1..853d81a 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -84,7 +84,7 @@ endchoice
endif
-menu "i.MX specific settings "
+menu "i.MX specific settings"
config MXS_OCOTP
tristate "OCOTP device"
@@ -105,7 +105,7 @@ config MXS_OCOTP_WRITABLE
Before being actually able to blow the bits, you need to explicitely
enable writing:
- ocotp0.permanent_write_enable=1
+ ocotp0.permanent_write_enable=1
config MXS_CMD_BCB
depends on NAND_MXS
@@ -117,7 +117,7 @@ config MXS_CMD_BCB
endmenu
-menu "Board specific settings "
+menu "Board specific settings"
if MACH_TX28
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 81f6127..acf70b9 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -12,7 +12,7 @@
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
@@ -59,7 +59,7 @@ config OMAP3_CLOCK_CONFIG
config OMAP_GPMC
prompt "Support for GPMC configuration"
bool
- depends on (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
+ depends on (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4)
default y
help
Enable this if you use Texas Instrument's General purpose Memory
@@ -115,14 +115,14 @@ config MACH_BEAGLE
select HAVE_NOSHELL
select HAVE_DEFAULT_ENVIRONMENT_NEW
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using Beagle Board
config MACH_OMAP3EVM
bool "Texas Instrument's OMAP3 EVM"
select HAVE_NOSHELL
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using OMAP3EVM
config MACH_PANDA
@@ -155,7 +155,7 @@ config MACH_PCAAL1
bool "Phytec phyCARD-A-L1"
select HAVE_NOSHELL
depends on ARCH_OMAP3
- help
+ help
Say Y here if you are using a phyCARD-A-L1 PCA-A-L1
config MACH_PCAAXL2
@@ -169,21 +169,24 @@ config MACH_PCAAXL2
endchoice
if MACH_OMAP3EVM
- choice
+
+choice
prompt "Select UART"
- config OMAP3EVM_UART1
- bool "Use UART1"
- depends on MACH_OMAP3EVM
- help
- Say Y here if you would like to use UART1 as console.
-
- config OMAP3EVM_UART3
- bool "Use UART3"
- depends on MACH_OMAP3EVM
- help
- Say Y here if you would like to use UART3 as console.
- endchoice
+config OMAP3EVM_UART1
+ bool "Use UART1"
+ depends on MACH_OMAP3EVM
+ help
+ Say Y here if you would like to use UART1 as console.
+
+config OMAP3EVM_UART3
+ bool "Use UART3"
+ depends on MACH_OMAP3EVM
+ help
+ Say Y here if you would like to use UART3 as console.
+
+endchoice
+
endif
config MACH_OMAP_ADVANCED_MUX
diff --git a/arch/arm/mach-samsung/Kconfig b/arch/arm/mach-samsung/Kconfig
index 3a4d910..4c7412a 100644
--- a/arch/arm/mach-samsung/Kconfig
+++ b/arch/arm/mach-samsung/Kconfig
@@ -13,17 +13,16 @@ config ARCH_TEXT_BASE
default 0x23e00000 if MACH_TINY210
config BOARDINFO
- default "Mini 2440" if MACH_MINI2440
- default "Mini 6410" if MACH_MINI6410
- default "Tiny 6410" if MACH_TINY6410
+ default "Mini 2440" if MACH_MINI2440
+ default "Mini 6410" if MACH_MINI6410
+ default "Tiny 6410" if MACH_TINY6410
default "Digi A9M2440" if MACH_A9M2440
default "Digi A9M2410" if MACH_A9M2410
- default "Tiny 210" if MACH_TINY210
+ default "Tiny 210" if MACH_TINY210
config ARCH_BAREBOX_MAX_BARE_INIT_SIZE
hex
default 0x1ff0 if ARCH_S5PCxx
-# TODO
default 0x2000 if ARCH_S3C64xx
if ARCH_S3C24xx
@@ -71,7 +70,7 @@ config MACH_MINI2440
endchoice
-menu "Board specific settings "
+menu "Board specific settings"
choice
prompt "A9M2440 baseboard"
@@ -118,7 +117,7 @@ config MACH_TINY6410
endchoice
-menu "Board specific settings "
+menu "Board specific settings"
source arch/arm/boards/friendlyarm-tiny6410/Kconfig
@@ -149,8 +148,7 @@ endchoice
endif
-
-menu "S3C Features "
+menu "S3C Features"
config S3C_LOWLEVEL_INIT
bool
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 1c58ba8..5d8a2e2 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -29,7 +29,7 @@ config MACH_IPE337
endchoice
-choice
+choice
prompt "Select your board options"
depends on MACH_IPE337
default MACH_IPE337_V2
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 7a1eeac..6c16c2d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -62,8 +62,8 @@ source arch/mips/mach-xburst/Kconfig
endmenu
#
-# Endianess selection. Sufficiently obscure so many users don't know what to
-# answer,so we try hard to limit the available choices. Also the use of a
+# Endianess selection. Sufficiently obscure so many users don't know what to
+# 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
@@ -98,8 +98,8 @@ config CPU_MIPS32_R1
select CPU_SUPPORTS_32BIT_KERNEL
help
Choose this option to build a barebox for release 1 or later of the
- MIPS32 architecture. Most modern embedded systems with a 32-bit
- MIPS processor are based on a MIPS32 processor. If you know the
+ MIPS32 architecture. Most modern embedded systems with a 32-bit
+ MIPS processor are based on a MIPS32 processor. If you know the
specific type of processor in your system, choose those that one
otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Release 2 of the MIPS32 architecture is available since several
@@ -113,8 +113,8 @@ config CPU_MIPS32_R2
select CPU_SUPPORTS_32BIT_KERNEL
help
Choose this option to build a barebox for release 2 or later of the
- MIPS32 architecture. Most modern embedded systems with a 32-bit
- MIPS processor are based on a MIPS32 processor. If you know the
+ MIPS32 architecture. Most modern embedded systems with a 32-bit
+ MIPS processor are based on a MIPS32 processor. If you know the
specific type of processor in your system, choose those that one
otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
@@ -125,8 +125,8 @@ config CPU_MIPS64_R1
select CPU_SUPPORTS_64BIT_KERNEL
help
Choose this option to build a barebox for release 1 or later of the
- MIPS64 architecture. Many modern embedded systems with a 64-bit
- MIPS processor are based on a MIPS64 processor. If you know the
+ MIPS64 architecture. Many modern embedded systems with a 64-bit
+ MIPS processor are based on a MIPS64 processor. If you know the
specific type of processor in your system, choose those that one
otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Release 2 of the MIPS64 architecture is available since several
@@ -141,14 +141,13 @@ config CPU_MIPS64_R2
select CPU_SUPPORTS_64BIT_KERNEL
help
Choose this option to build a barebox for release 2 or later of the
- MIPS64 architecture. Many modern embedded systems with a 64-bit
- MIPS processor are based on a MIPS64 processor. If you know the
+ MIPS64 architecture. Many modern embedded systems with a 64-bit
+ MIPS processor are based on a MIPS64 processor. If you know the
specific type of processor in your system, choose those that one
otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
endchoice
-
config SYS_HAS_CPU_MIPS32_R1
bool
@@ -199,7 +198,7 @@ choice
help
You should only select this option if you have a workload that
actually benefits from 64-bit processing or if your machine has
- large memory. You will only be presented a single option in this
+ large memory. You will only be presented a single option in this
menu if your system does not support both 32-bit and 64-bit modes.
config 32BIT
@@ -216,7 +215,7 @@ config 64BIT
endchoice
-menu "MIPS specific settings "
+menu "MIPS specific settings"
config CMD_MIPS_CPUINFO
bool "cpuinfo command"
diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig
index e1af0c0..c49f6e9 100644
--- a/arch/nios2/Kconfig
+++ b/arch/nios2/Kconfig
@@ -16,13 +16,12 @@ choice
prompt "Select your board"
config GENERIC
- bool "Generic "
+ bool "Generic"
select NIOS2
-
endchoice
-menu "Board configuration "
+menu "Board configuration"
config EARLY_PRINTF
default n
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index bcfd67f..47ee3fe 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -16,7 +16,7 @@ choice
prompt "Select your board"
config GENERIC
- bool "Generic "
+ bool "Generic"
select OPENRISC
endchoice
diff --git a/arch/ppc/mach-mpc85xx/Kconfig b/arch/ppc/mach-mpc85xx/Kconfig
index b2af05e..b3738c7 100644
--- a/arch/ppc/mach-mpc85xx/Kconfig
+++ b/arch/ppc/mach-mpc85xx/Kconfig
@@ -17,7 +17,7 @@ choice
config P2020RDB
bool "P2020RDB"
help
- Say Y here if you are using the Freescale P2020RDB
+ Say Y here if you are using the Freescale P2020RDB
endchoice
endif
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 711bbfe..9bb93db 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1,6 +1,3 @@
-#
-#
-#
config ARCH_TEXT_BASE
hex
default 0x00007c00 if MACH_X86_GENERIC
@@ -39,20 +36,20 @@ endchoice
choice
prompt "Bring up type"
- config X86_BIOS_BRINGUP
- prompt "16 bit BIOS"
- bool
- help
- Barebox will act as a BIOS based bootloader. This includes
- some 16 bit real mode code and some restrictions everyone knows
- from BIOS based systems.
+config X86_BIOS_BRINGUP
+ prompt "16 bit BIOS"
+ bool
+ help
+ Barebox will act as a BIOS based bootloader. This includes
+ some 16 bit real mode code and some restrictions everyone knows
+ from BIOS based systems.
- config X86_NATIVE_BRINGUP
- bool "native"
- help
- Barebox will act as a native bootloader. This includes all the
- required initialization needed to bring up a piece of hardware.
- Note: Not implemented yet
+config X86_NATIVE_BRINGUP
+ bool "native"
+ help
+ Barebox will act as a native bootloader. This includes all the
+ required initialization needed to bring up a piece of hardware.
+ Note: Not implemented yet
endchoice
diff --git a/arch/x86/boot/Kconfig b/arch/x86/boot/Kconfig
index cdb82e4..8dba00d 100644
--- a/arch/x86/boot/Kconfig
+++ b/arch/x86/boot/Kconfig
@@ -1,6 +1,6 @@
if X86_BIOS_BRINGUP
-menu "BIOS boot source "
+menu "BIOS boot source"
config X86_HDBOOT
bool "HD boot"
diff --git a/arch/x86/mach-i386/Kconfig b/arch/x86/mach-i386/Kconfig
index 11f6aa6..cb12b9c 100644
--- a/arch/x86/mach-i386/Kconfig
+++ b/arch/x86/mach-i386/Kconfig
@@ -1,5 +1,5 @@
-menu "Board specific settings "
+menu "Board specific settings"
if X86_BOOTLOADER
diff --git a/commands/Kconfig b/commands/Kconfig
index ac9b797..75ebfb8 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -12,9 +12,9 @@ config HAS_POWEROFF
if COMMAND_SUPPORT
-menu "commands "
+menu "commands"
-menu "scripting "
+menu "scripting"
config CMD_EDIT
tristate
@@ -107,7 +107,7 @@ endif
config CMD_TIME
bool "time"
- help
+ help
Just like the unix time command this command allows to measure the
execution time of a command. Note: barebox does not use interrupts,
so the system timer can overrun during the execution of the command
@@ -130,7 +130,7 @@ config CMD_GLOBAL
endmenu
-menu "file commands "
+menu "file commands"
config CMD_LS
tristate
@@ -237,7 +237,7 @@ config CMD_FILETYPE
endmenu
-menu "console "
+menu "console"
config CMD_CLEAR
tristate
@@ -257,7 +257,7 @@ config CMD_ECHO_E
endmenu
-menu "memory "
+menu "memory"
config CMD_LOADB
select CRC16
@@ -306,8 +306,8 @@ config CMD_CRC_CMP
prompt "compare 2 files crc"
config CMD_DIGEST
- tristate
- select DIGEST
+ tristate
+ select DIGEST
config CMD_MD5SUM
tristate
@@ -335,7 +335,7 @@ config CMD_SHA224SUM
endmenu
-menu "flash "
+menu "flash"
config CMD_FLASH
tristate
@@ -349,8 +349,7 @@ config CMD_UBI
endmenu
-
-menu "booting "
+menu "booting"
config CMD_BOOTM
tristate
@@ -424,8 +423,8 @@ config CMD_BOOTU
depends on ARM
prompt "bootu"
help
- compile in the 'bootu' command to start raw (uncompressed)
- Linux images
+ compile in the 'bootu' command to start raw (uncompressed)
+ Linux images
config FLEXIBLE_BOOTARGS
bool
@@ -479,7 +478,7 @@ config CMD_OFTREE_PROBE
endmenu
-menu "testing "
+menu "testing"
config CMD_NANDTEST
tristate
@@ -500,7 +499,7 @@ config CMD_MTEST_ALTERNATIVE
endmenu
-menu "video command "
+menu "video command"
if VIDEO
@@ -659,7 +658,7 @@ config CMD_CLK
menuconfig CMD_WD
bool
depends on WATCHDOG
- prompt "wd command "
+ prompt "wd command"
help
The 'wd' command which allows to start, stop and trigger the onboard
watchdog.
diff --git a/common/Kconfig b/common/Kconfig
index d60db80..cc88175 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -61,7 +61,7 @@ config STDDEV
config BAREBOX_UPDATE
bool
-menu "General Settings "
+menu "General Settings"
config LOCALVERSION
string "Local version - append to the version string"
@@ -69,7 +69,7 @@ config LOCALVERSION
Append an extra string to the end of your version string.
The string you set here will be appended after the contents of
any files with a filename matching localversion* in your
- object and source tree, in that order. Your total string can
+ object and source tree, in that order. Your total string can
be a maximum of 64 characters.
config LOCALVERSION_AUTO
@@ -81,7 +81,7 @@ config LOCALVERSION_AUTO
top of tree revision.
A string of the format -gxxxxxxxx will be added to the localversion
- if a git-based tree is found. The string generated by this will be
+ if a git-based tree is found. The string generated by this will be
appended after any matching localversion* files, and after the value
set in CONFIG_LOCALVERSION.
@@ -106,7 +106,7 @@ config MEMINFO
config ENVIRONMENT_VARIABLES
bool "environment variables support"
-menu "memory layout "
+menu "memory layout"
config HAVE_PBL_IMAGE
bool
@@ -196,7 +196,7 @@ config MEMORY_LAYOUT_DEFAULT
bool "use default memory layout"
help
select this option to use bareboxs standard memory layout:
-
+
stack
-----
malloc heap
@@ -301,7 +301,7 @@ config MACH_DO_LOWLEVEL_INIT
config PROMPT
string
- prompt "barebox command prompt"
+ prompt "barebox command prompt "
default "barebox:"
config BAUDRATE
@@ -331,33 +331,34 @@ config MAXARGS
choice
prompt "Select your shell"
- config SHELL_HUSH
- bool "hush parser"
- select ENVIRONMENT_VARIABLES
- select COMMAND_SUPPORT
- select PARAMETER
- select BINFMT
- select STDDEV
- help
- Enable hush support. This is the most advanced shell available
- for barebox.
-
- config SHELL_SIMPLE
- bool "Simple parser"
- select ENVIRONMENT_VARIABLES
- select COMMAND_SUPPORT
- select PARAMETER
- select STDDEV
- help
- simple shell. No if/then, no return values from commands, no loops
-
- config SHELL_NONE
- depends on HAVE_NOSHELL
- bool "no shell (noninteractive build)"
- help
- No shell at all. This means no shell is started and your board has
- to provide a run_shell() function which is started at the end of
- the barebox startup process.
+config SHELL_HUSH
+ bool "hush parser"
+ select ENVIRONMENT_VARIABLES
+ select COMMAND_SUPPORT
+ select PARAMETER
+ select BINFMT
+ select STDDEV
+ help
+ Enable hush support. This is the most advanced shell available
+ for barebox.
+
+config SHELL_SIMPLE
+ bool "Simple parser"
+ select ENVIRONMENT_VARIABLES
+ select COMMAND_SUPPORT
+ select PARAMETER
+ select STDDEV
+ help
+ simple shell. No if/then, no return values from commands, no loops
+
+config SHELL_NONE
+ depends on HAVE_NOSHELL
+ bool "no shell (noninteractive build)"
+ help
+ No shell at all. This means no shell is started and your board has
+ to provide a run_shell() function which is started at the end of
+ the barebox startup process.
+
endchoice
config GLOB
@@ -409,8 +410,8 @@ config MENU
prompt "Menu Framework"
depends on PROCESS_ESCAPE_SEQUENCE
help
- a menu framework that allow us to create list menu to simplify
- barebox and make it more user-frendly
+ a menu framework that allow us to create list menu to simplify
+ barebox and make it more user-frendly
config PASSWORD
bool
@@ -635,7 +636,7 @@ config RESET_SOURCE
endmenu
-menu "Debugging "
+menu "Debugging"
config DEBUG_INFO
bool
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a6fc1b8..4bd8dcf 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -8,7 +8,7 @@ config CRC7
bool
menuconfig DIGEST
- bool "Digest "
+ bool "Digest"
if DIGEST
diff --git a/drivers/Kconfig b/drivers/Kconfig
index f6446e8..988ec9e 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -1,4 +1,4 @@
-menu "Drivers "
+menu "Drivers"
source "drivers/serial/Kconfig"
source "drivers/net/Kconfig"
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index fe6f5e6..2e80c3e 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -2,7 +2,7 @@ menuconfig DISK
select BLOCK
select PARTITION
select PARTITION_DISK
- bool "Disk support "
+ bool "Disk support"
help
Add support for disk like drives like harddisks, CDROMs, SD cards and
CF cards.
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index ec6c894..a30fa37 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -4,5 +4,5 @@ config MXS_APBH_DMA
tristate "MXS APBH DMA ENGINE"
depends on ARCH_IMX23 || ARCH_IMX28
help
- Experimental!
+ Experimental!
endmenu
diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig
index ce9cfe7..0e36c82 100644
--- a/drivers/eeprom/Kconfig
+++ b/drivers/eeprom/Kconfig
@@ -14,11 +14,11 @@ config EEPROM_AT24
help
Enable this driver to get read/write support to most I2C EEPROMs,
after you configure the driver to know about each EEPROM on
- your target board. Use these generic chip names, instead of
+ your target board. Use these generic chip names, instead of
vendor-specific ones like at24c64 or 24lc02:
- 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
- 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024
+ 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
+ 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024
Unless you like data loss puzzles, always be sure that any chip
you configure as a 24c32 (32 kbit) or larger is NOT really a
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index e8eeb6d..89be684 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -4,7 +4,7 @@ config GPIOLIB
if GPIOLIB
-menu "GPIO "
+menu "GPIO"
config GPIO_BCM2835
bool "GPIO support for BCM2835"
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 038e2ee..0c6aec3 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -1,5 +1,5 @@
menuconfig I2C
- bool "I2C drivers "
+ bool "I2C drivers"
if I2C
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 846483c..a6f1f47 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -13,7 +13,7 @@ config KEYBOARD_GPIO
to GPIO pins of various CPUs (and some other chips).
Say Y here if your device has buttons connected
- directly to such GPIO pins. Your board-specific
+ directly to such GPIO pins. Your board-specific
setup logic must also provide a platform device,
with configuration data saying which GPIOs are used.
@@ -26,7 +26,7 @@ config KEYBOARD_IMX_KEYPAD
to the IMX keypad matrix.
Say Y here if your device has buttons connected
- to the IMX keypad matrix. Your board-specific
+ to the IMX keypad matrix. Your board-specific
setup logic must also provide a 'matrix_keymap_data' structure,
defining the used keys.
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 5c0ca4d..6876117 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -1,5 +1,5 @@
menuconfig MCI
- bool "MCI drivers "
+ bool "MCI drivers"
select DISK
help
Add support for MCI drivers, used to handle MMC and SD cards
@@ -92,7 +92,7 @@ config MCI_SPI
depends on SPI
help
Some systems access MMC/SD/SDIO cards using a SPI controller
- instead of using a "native" MMC/SD/SDIO controller. This has a
+ instead of using a "native" MMC/SD/SDIO controller. This has a
disadvantage of being relatively high overhead, but a compensating
advantage of working on many systems without dedicated MMC/SD/SDIO
controllers.
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 699046b..606490b 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -3,7 +3,7 @@
#
menuconfig MISC_DEVICES
- bool "Misc devices "
+ bool "Misc devices"
help
Add support for misc strange devices
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 0a4ca31..9450f5d 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -1,5 +1,5 @@
menuconfig MTD
- bool "Memory Technology Device (MTD) support"
+ bool "Memory Technology Device (MTD) support"
if MTD
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 679ea80..61278a2 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -15,7 +15,7 @@ config MTD_DATAFLASH_WRITE_VERIFY
help
This adds an extra check when data is written to the flash.
It may help if you are verifying chip setup (timings etc) on
- your board. There is a rare possibility that even though the
+ your board. There is a rare possibility that even though the
device thinks the write was successful, a bit could have been
flipped accidentally due to device wear or something else.
@@ -24,9 +24,9 @@ config MTD_M25P80
depends on SPI
help
This enables access to most modern SPI flash chips, used for
- program and data storage. Series supported include Atmel AT26DF,
- Spansion S25SL, SST 25VF, ST M25P, and Winbond W25X. Other chips
- are supported as well. See the driver source for the current list,
+ program and data storage. Series supported include Atmel AT26DF,
+ Spansion S25SL, SST 25VF, ST M25P, and Winbond W25X. Other chips
+ are supported as well. See the driver source for the current list,
or to add other chips.
Note that the original DataFlash chips (AT45 series, not AT26DF),
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index d96ef9e..aa3ea34 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,5 +1,5 @@
menuconfig NAND
- bool "NAND support "
+ bool "NAND support"
select MTD_NAND_IDS
help
This enables support for accessing all type of NAND flash
@@ -63,8 +63,8 @@ config NAND_OMAP_GPMC
tristate "NAND Flash Support for GPMC based OMAP platforms"
depends on OMAP_GPMC
help
- Support for NAND flash using GPMC. GPMC is a common memory
- interface found on Texas Instrument's OMAP platforms
+ Support for NAND flash using GPMC. GPMC is a common memory
+ interface found on Texas Instrument's OMAP platforms
config NAND_ATMEL
bool
@@ -77,7 +77,7 @@ config NAND_ATMEL_PMECC
depends on NAND_ATMEL
select NAND_ECC_HW
help
- Support for PMECC present on the SoC sam9x5 and sam9n12
+ Support for PMECC present on the SoC sam9x5 and sam9n12
config NAND_S3C24XX
bool
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index 2cf474a..6df954c 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -1,5 +1,5 @@
config UBI
- bool "UBI support "
+ bool "UBI support"
select PARTITION_NEED_MTD
select CRC32
help
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b3e5a83..43d5984 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -22,7 +22,7 @@ config ARCH_HAS_FEC_IMX
config PHYLIB
bool
-menu "Network drivers "
+menu "Network drivers"
depends on NET
source "drivers/net/phy/Kconfig"
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 616b539..9250305 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -2,7 +2,7 @@
# PHY Layer Configuration
#
-menu "phylib "
+menu "phylib"
if PHYLIB
diff --git a/drivers/nor/Kconfig b/drivers/nor/Kconfig
index a3c0223..c8ce24f 100644
--- a/drivers/nor/Kconfig
+++ b/drivers/nor/Kconfig
@@ -1,7 +1,7 @@
-menu "flash drivers "
+menu "flash drivers"
menuconfig DRIVER_CFI
- bool "CFI "
+ bool "CFI"
help
If you have NOR Flash devices connected to your system and wish
to use them say yes here.
@@ -19,7 +19,7 @@ config DRIVER_CFI_AMD
bool "support AMD flash chips"
config DRIVER_CFI_BANK_WIDTH_1
- bool "Support 8-bit buswidth"
+ bool "Support 8-bit buswidth"
depends on DRIVER_CFI
default y
help
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 32b033f..a8be9cd 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1,4 +1,4 @@
-menu "serial drivers "
+menu "serial drivers"
config DRIVER_SERIAL_ARM_DCC
depends on ARM
@@ -8,7 +8,7 @@ config SERIAL_AMBA_PL011
bool "ARM AMBA PL011 serial port support"
depends on ARM_AMBA
help
- This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
+ This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
an Integrator/PP2, Integrator/CP or Versatile platform, say Y here.
If unsure, say N.
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index b003290..10b8fea 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1,4 +1,4 @@
-menu "SPI drivers "
+menu "SPI drivers"
config SPI
bool "Enable SPI driver support"
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 254b196..acdb4c6 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -1,5 +1,5 @@
menuconfig USB
- bool "USB support "
+ bool "USB support"
if USB
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 465121c..6501d42 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -1,6 +1,6 @@
menuconfig USB_GADGET
depends on USB_HAVE_GADGET_DRIVER
- bool "USB gadget support "
+ bool "USB gadget support"
config USB_HAVE_GADGET_DRIVER
bool
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 4aa92c5..f09ffdf 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1,5 +1,5 @@
menuconfig VIDEO
- bool "Video drivers "
+ bool "Video drivers"
help
Add support for framebuffer and splash screens
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index ba33617..2e2900c 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -3,7 +3,7 @@ config WATCHDOG_IMX_RESET_SOURCE
bool
menuconfig WATCHDOG
- bool "Watchdog support "
+ bool "Watchdog support"
help
Many platforms support a watchdog to keep track of a working machine.
This framework provides routines to handle these watchdogs.
diff --git a/fs/Kconfig b/fs/Kconfig
index 0ab69d7..c26c3c4 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1,5 +1,5 @@
-menu "Filesystem support "
+menu "Filesystem support"
config FS
bool
diff --git a/lib/Kconfig b/lib/Kconfig
index 13ecab0..5966386 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -1,4 +1,4 @@
-menu "Library routines "
+menu "Library routines"
config PARAMETER
bool
@@ -30,10 +30,10 @@ config OFTREE
bool
config BCH
- bool
+ bool
config BITREV
- bool
+ bool
config QSORT
bool
diff --git a/lib/gui/Kconfig b/lib/gui/Kconfig
index 8fd12fb..da71bae 100644
--- a/lib/gui/Kconfig
+++ b/lib/gui/Kconfig
@@ -1,4 +1,4 @@
-menu "Library gui routines "
+menu "Library gui routines"
config IMAGE_RENDERER
bool
diff --git a/net/Kconfig b/net/Kconfig
index 00fffb3..acd92ff 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -1,5 +1,5 @@
menuconfig NET
- bool "Networking Support "
+ bool "Networking Support"
if NET
--
1.7.8.6
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Cleanup Kconfig files
2012-11-24 18:53 [PATCH] Cleanup Kconfig files Alexander Shiyan
@ 2012-11-26 8:16 ` Sascha Hauer
2012-11-26 14:00 ` Re[2]: " Alexander Shiyan
2012-12-08 6:51 ` Alexander Shiyan
0 siblings, 2 replies; 5+ messages in thread
From: Sascha Hauer @ 2012-11-26 8:16 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sat, Nov 24, 2012 at 10:53:29PM +0400, Alexander Shiyan wrote:
> 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.
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 3afd885..01fe9de 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -19,7 +19,7 @@ config ARM_LINUX
> config HAVE_MACH_ARM_HEAD
> bool
>
> -menu "System Type "
> +menu "System Type"
These whitespaces are present on purpose. They are there for aligning
the arrows in menus in make menuconfig. I tend to say that this is a
good change anyway, because counting the spaces to align line lengths
is something which hurts during review (and I can't remember having
done this before).
If nobody objects I'll apply it. If somebody objects, I probably say him
that he should provide a patch for Kconfig instead.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: [PATCH] Cleanup Kconfig files
2012-11-26 8:16 ` Sascha Hauer
@ 2012-11-26 14:00 ` Alexander Shiyan
2012-12-08 6:51 ` Alexander Shiyan
1 sibling, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2012-11-26 14:00 UTC (permalink / raw)
To: Sascha Hauer; +Cc: barebox
> On Sat, Nov 24, 2012 at 10:53:29PM +0400, Alexander Shiyan wrote:
> > 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.
> >
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index 3afd885..01fe9de 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -19,7 +19,7 @@ config ARM_LINUX
> > config HAVE_MACH_ARM_HEAD
> > bool
> >
> > -menu "System Type "
> > +menu "System Type"
>
> These whitespaces are present on purpose. They are there for aligning
> the arrows in menus in make menuconfig. I tend to say that this is a
> good change anyway, because counting the spaces to align line lengths
> is something which hurts during review (and I can't remember having
> done this before).
>
> If nobody objects I'll apply it. If somebody objects, I probably say him
> that he should provide a patch for Kconfig instead.
I can remade some parts if necessary since this output is produced
via cleanup program. Also, is necessary, I can remade this patch for
the "next" branch.
---
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Cleanup Kconfig files
2012-11-26 8:16 ` Sascha Hauer
2012-11-26 14:00 ` Re[2]: " Alexander Shiyan
@ 2012-12-08 6:51 ` Alexander Shiyan
2012-12-08 11:16 ` Sascha Hauer
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Shiyan @ 2012-12-08 6:51 UTC (permalink / raw)
To: Sascha Hauer; +Cc: barebox
On Mon, 26 Nov 2012 09:16:02 +0100
Sascha Hauer <s.hauer@pengutronix.de> wrote:
> On Sat, Nov 24, 2012 at 10:53:29PM +0400, Alexander Shiyan wrote:
> > 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.
...
> If nobody objects I'll apply it. If somebody objects, I probably say him
> that he should provide a patch for Kconfig instead.
I re-submit the updated cleanup patch based on v2012.12.0.
--
Alexander Shiyan <shc_work@mail.ru>
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Cleanup Kconfig files
2012-12-08 6:51 ` Alexander Shiyan
@ 2012-12-08 11:16 ` Sascha Hauer
0 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2012-12-08 11:16 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sat, Dec 08, 2012 at 10:51:28AM +0400, Alexander Shiyan wrote:
> On Mon, 26 Nov 2012 09:16:02 +0100
> Sascha Hauer <s.hauer@pengutronix.de> wrote:
>
> > On Sat, Nov 24, 2012 at 10:53:29PM +0400, Alexander Shiyan wrote:
> > > 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.
> ...
> > If nobody objects I'll apply it. If somebody objects, I probably say him
> > that he should provide a patch for Kconfig instead.
>
> I re-submit the updated cleanup patch based on v2012.12.0.
Thanks
Sascha
>
> --
> Alexander Shiyan <shc_work@mail.ru>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-08 11:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-24 18:53 [PATCH] Cleanup Kconfig files Alexander Shiyan
2012-11-26 8:16 ` Sascha Hauer
2012-11-26 14:00 ` Re[2]: " Alexander Shiyan
2012-12-08 6:51 ` Alexander Shiyan
2012-12-08 11:16 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox