kconfig: remove leading whitespace in menu prompts
This removes all the leading whitespace kconfig now warns about. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
f001f7f896
commit
e55a3e8aed
|
@ -86,14 +86,14 @@ config MTD_REDBOOT_DIRECTORY_BLOCK
|
||||||
block and "-2" means the penultimate block.
|
block and "-2" means the penultimate block.
|
||||||
|
|
||||||
config MTD_REDBOOT_PARTS_UNALLOCATED
|
config MTD_REDBOOT_PARTS_UNALLOCATED
|
||||||
bool " Include unallocated flash regions"
|
bool "Include unallocated flash regions"
|
||||||
depends on MTD_REDBOOT_PARTS
|
depends on MTD_REDBOOT_PARTS
|
||||||
help
|
help
|
||||||
If you need to register each unallocated flash region as a MTD
|
If you need to register each unallocated flash region as a MTD
|
||||||
'partition', enable this option.
|
'partition', enable this option.
|
||||||
|
|
||||||
config MTD_REDBOOT_PARTS_READONLY
|
config MTD_REDBOOT_PARTS_READONLY
|
||||||
bool " Force read-only for RedBoot system images"
|
bool "Force read-only for RedBoot system images"
|
||||||
depends on MTD_REDBOOT_PARTS
|
depends on MTD_REDBOOT_PARTS
|
||||||
help
|
help
|
||||||
If you need to force read-only for 'RedBoot', 'RedBoot Config' and
|
If you need to force read-only for 'RedBoot', 'RedBoot Config' and
|
||||||
|
|
|
@ -212,7 +212,7 @@ config MTD_NETtel
|
||||||
Support for flash chips on NETtel/SecureEdge/SnapGear boards.
|
Support for flash chips on NETtel/SecureEdge/SnapGear boards.
|
||||||
|
|
||||||
config MTD_ALCHEMY
|
config MTD_ALCHEMY
|
||||||
tristate ' AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support'
|
tristate "AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support"
|
||||||
depends on SOC_AU1X00
|
depends on SOC_AU1X00
|
||||||
help
|
help
|
||||||
Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
|
Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
|
||||||
|
|
|
@ -1159,7 +1159,7 @@ config SCSI_NCR_Q720
|
||||||
you do not have this SCSI card, so say N.
|
you do not have this SCSI card, so say N.
|
||||||
|
|
||||||
config SCSI_NCR53C8XX_DEFAULT_TAGS
|
config SCSI_NCR53C8XX_DEFAULT_TAGS
|
||||||
int " default tagged command queue depth"
|
int "default tagged command queue depth"
|
||||||
depends on SCSI_ZALON || SCSI_NCR_Q720
|
depends on SCSI_ZALON || SCSI_NCR_Q720
|
||||||
default "8"
|
default "8"
|
||||||
---help---
|
---help---
|
||||||
|
@ -1185,7 +1185,7 @@ config SCSI_NCR53C8XX_DEFAULT_TAGS
|
||||||
There is no safe option other than using good SCSI devices.
|
There is no safe option other than using good SCSI devices.
|
||||||
|
|
||||||
config SCSI_NCR53C8XX_MAX_TAGS
|
config SCSI_NCR53C8XX_MAX_TAGS
|
||||||
int " maximum number of queued commands"
|
int "maximum number of queued commands"
|
||||||
depends on SCSI_ZALON || SCSI_NCR_Q720
|
depends on SCSI_ZALON || SCSI_NCR_Q720
|
||||||
default "32"
|
default "32"
|
||||||
---help---
|
---help---
|
||||||
|
@ -1202,7 +1202,7 @@ config SCSI_NCR53C8XX_MAX_TAGS
|
||||||
There is no safe option and the default answer is recommended.
|
There is no safe option and the default answer is recommended.
|
||||||
|
|
||||||
config SCSI_NCR53C8XX_SYNC
|
config SCSI_NCR53C8XX_SYNC
|
||||||
int " synchronous transfers frequency in MHz"
|
int "synchronous transfers frequency in MHz"
|
||||||
depends on SCSI_ZALON || SCSI_NCR_Q720
|
depends on SCSI_ZALON || SCSI_NCR_Q720
|
||||||
default "20"
|
default "20"
|
||||||
---help---
|
---help---
|
||||||
|
@ -1236,7 +1236,7 @@ config SCSI_NCR53C8XX_SYNC
|
||||||
terminations and SCSI conformant devices.
|
terminations and SCSI conformant devices.
|
||||||
|
|
||||||
config SCSI_NCR53C8XX_PROFILE
|
config SCSI_NCR53C8XX_PROFILE
|
||||||
bool " enable profiling"
|
bool "enable profiling"
|
||||||
depends on SCSI_ZALON || SCSI_NCR_Q720
|
depends on SCSI_ZALON || SCSI_NCR_Q720
|
||||||
help
|
help
|
||||||
This option allows you to enable profiling information gathering.
|
This option allows you to enable profiling information gathering.
|
||||||
|
@ -1247,7 +1247,7 @@ config SCSI_NCR53C8XX_PROFILE
|
||||||
The normal answer therefore is N.
|
The normal answer therefore is N.
|
||||||
|
|
||||||
config SCSI_NCR53C8XX_NO_DISCONNECT
|
config SCSI_NCR53C8XX_NO_DISCONNECT
|
||||||
bool " not allow targets to disconnect"
|
bool "not allow targets to disconnect"
|
||||||
depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0
|
depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0
|
||||||
help
|
help
|
||||||
This option is only provided for safety if you suspect some SCSI
|
This option is only provided for safety if you suspect some SCSI
|
||||||
|
|
|
@ -838,6 +838,6 @@ config SOUND_SH_DAC_AUDIO
|
||||||
depends on SOUND_PRIME && CPU_SH3
|
depends on SOUND_PRIME && CPU_SH3
|
||||||
|
|
||||||
config SOUND_SH_DAC_AUDIO_CHANNEL
|
config SOUND_SH_DAC_AUDIO_CHANNEL
|
||||||
int " DAC channel"
|
int "DAC channel"
|
||||||
default "1"
|
default "1"
|
||||||
depends on SOUND_SH_DAC_AUDIO
|
depends on SOUND_SH_DAC_AUDIO
|
||||||
|
|
Loading…
Reference in New Issue