kconfig: Remove '# hidden' comments on promptless symbols

Same deal as in commit 41713244b3 ("kconfig: Remove '# Hidden' comments
on promptless symbols"). I forgot to do a case-insensitive search.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-12-23 12:07:30 +01:00 committed by Ioannis Glaropoulos
commit bd9962d8d9
4 changed files with 4 additions and 6 deletions

View file

@ -14,7 +14,7 @@ config ARCH
# #
config CPU_ATOM config CPU_ATOM
bool # hidden bool
select CPU_HAS_FPU select CPU_HAS_FPU
select ARCH_HAS_STACK_PROTECTION if X86_MMU select ARCH_HAS_STACK_PROTECTION if X86_MMU
select ARCH_HAS_USERSPACE if X86_MMU && !X86_64 select ARCH_HAS_USERSPACE if X86_MMU && !X86_64
@ -22,14 +22,14 @@ config CPU_ATOM
This option signifies the use of a CPU from the Atom family. This option signifies the use of a CPU from the Atom family.
config CPU_MINUTEIA config CPU_MINUTEIA
bool # hidden bool
select ARCH_HAS_STACK_PROTECTION if X86_MMU select ARCH_HAS_STACK_PROTECTION if X86_MMU
select ARCH_HAS_USERSPACE if X86_MMU && !X86_64 select ARCH_HAS_USERSPACE if X86_MMU && !X86_64
help help
This option signifies the use of a CPU from the Minute IA family. This option signifies the use of a CPU from the Minute IA family.
config CPU_APOLLO_LAKE config CPU_APOLLO_LAKE
bool # hidden bool
select CPU_HAS_FPU select CPU_HAS_FPU
select ARCH_HAS_STACK_PROTECTION if X86_MMU select ARCH_HAS_STACK_PROTECTION if X86_MMU
select ARCH_HAS_USERSPACE if X86_MMU && !X86_64 select ARCH_HAS_USERSPACE if X86_MMU && !X86_64

View file

@ -35,7 +35,7 @@ config EEPROM_NATIVE_POSIX
Enable Native POSIX EEPROM driver. Enable Native POSIX EEPROM driver.
config EEPROM_AT2X config EEPROM_AT2X
bool # hidden bool
help help
Enable support for Atmel AT2x (and compatible) I2C/SPI Enable support for Atmel AT2x (and compatible) I2C/SPI
EEPROMs. EEPROMs.

View file

@ -496,7 +496,6 @@ endmenu
config ARCH_HAS_CUSTOM_SWAP_TO_MAIN config ARCH_HAS_CUSTOM_SWAP_TO_MAIN
bool bool
# hidden
help help
It's possible that an architecture port cannot use _Swap() to swap to It's possible that an architecture port cannot use _Swap() to swap to
the _main() thread, but instead must do something custom. It must the _main() thread, but instead must do something custom. It must

View file

@ -49,7 +49,6 @@ module-help = Enables offload layer to output debug messages.
source "subsys/net/Kconfig.template.log_config.net" source "subsys/net/Kconfig.template.log_config.net"
endif # NET_OFFLOAD endif # NET_OFFLOAD
# Hidden option
config NET_RAW_MODE config NET_RAW_MODE
bool bool
help help