ext: Kconfig: Remove redundant 'default n' properties

Bool symbols implicitly default to 'n'.

A 'default n' could make sense e.g. in a Kconfig.defconfig file, if you
wanted to override a 'default y' on the base definition of the symbol,
but it doesn't seem to be used like that on any of these symbols.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-06-15 20:33:53 +02:00 committed by Anas Nashif
commit fb6f9b78c9
18 changed files with 0 additions and 166 deletions

View file

@ -6,11 +6,9 @@
config HAS_SEGGER_RTT config HAS_SEGGER_RTT
bool bool
default n
config SEGGER_SYSTEMVIEW config SEGGER_SYSTEMVIEW
bool bool
prompt "Segger SystemView support" prompt "Segger SystemView support"
default n
depends on HAS_SEGGER_RTT depends on HAS_SEGGER_RTT
select RTT_CONSOLE select RTT_CONSOLE

View file

@ -10,6 +10,5 @@
# before selecting the Altera HAL. # before selecting the Altera HAL.
menuconfig HAS_ALTERA_HAL menuconfig HAS_ALTERA_HAL
bool "Altera HAL drivers support" bool "Altera HAL drivers support"
default n
depends on NIOS2 depends on NIOS2
depends on NEWLIB_LIBC depends on NEWLIB_LIBC

View file

@ -7,7 +7,6 @@
config LIBMETAL config LIBMETAL
bool bool
prompt "libmetal Support" prompt "libmetal Support"
default n
help help
This option enables the libmetal HAL abstraction layer This option enables the libmetal HAL abstraction layer

View file

@ -15,19 +15,16 @@ if HAS_IMX_HAL
config HAS_IMX_RDC config HAS_IMX_RDC
bool bool
default n
help help
Set if the RDC module is present in the SoC. Set if the RDC module is present in the SoC.
config HAS_IMX_CCM config HAS_IMX_CCM
bool bool
default n
help help
Set if the CCM module is present in the SoC. Set if the CCM module is present in the SoC.
config HAS_IMX_GPIO config HAS_IMX_GPIO
bool bool
default n
help help
Set if the GPIO module is present in the SoC. Set if the GPIO module is present in the SoC.

View file

@ -14,63 +14,53 @@ if HAS_MCUX
config HAS_MCUX_ADC16 config HAS_MCUX_ADC16
bool bool
default n
help help
Set if the 16-bit ADC (ADC16) module is present in the SoC. Set if the 16-bit ADC (ADC16) module is present in the SoC.
config HAS_MCUX_CCM config HAS_MCUX_CCM
bool bool
default n
help help
Set if the clock control module (CCM) module is present in the SoC. Set if the clock control module (CCM) module is present in the SoC.
config HAS_MCUX_FTM config HAS_MCUX_FTM
bool bool
default n
help help
Set if the FlexTimer (FTM) module is present in the SoC. Set if the FlexTimer (FTM) module is present in the SoC.
config HAS_MCUX_IGPIO config HAS_MCUX_IGPIO
bool bool
default n
help help
Set if the iMX GPIO (IGPIO) module is present in the SoC. Set if the iMX GPIO (IGPIO) module is present in the SoC.
config HAS_MCUX_LPSCI config HAS_MCUX_LPSCI
bool bool
default n
help help
Set if the low power uart (LPSCI) module is present in the SoC. Set if the low power uart (LPSCI) module is present in the SoC.
config HAS_MCUX_LPUART config HAS_MCUX_LPUART
bool bool
default n
help help
Set if the low power uart (LPUART) module is present in the SoC. Set if the low power uart (LPUART) module is present in the SoC.
config HAS_MCUX_RNGA config HAS_MCUX_RNGA
bool bool
default n
help help
Set if the random number generator accelerator (RNGA) module is Set if the random number generator accelerator (RNGA) module is
present in the SoC. present in the SoC.
config HAS_MCUX_RTC config HAS_MCUX_RTC
bool bool
default n
help help
Set if the real time clock (RTC) modules is present in the SoC. Set if the real time clock (RTC) modules is present in the SoC.
config HAS_MCUX_SIM config HAS_MCUX_SIM
bool bool
default n
help help
Set if the system integration module (SIM) module is present in the Set if the system integration module (SIM) module is present in the
SoC. SoC.
config HAS_MCUX_TRNG config HAS_MCUX_TRNG
bool bool
default n
help help
Set if the true random number generator (TRNG) module is present in Set if the true random number generator (TRNG) module is present in
the SoC. the SoC.

View file

@ -11,7 +11,6 @@ config HAS_QMSI
menuconfig QMSI menuconfig QMSI
bool "QMSI driver support" bool "QMSI driver support"
default n
depends on HAS_QMSI depends on HAS_QMSI
help help
automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN
@ -21,14 +20,12 @@ if HAS_QMSI
config QMSI_BUILTIN config QMSI_BUILTIN
bool "Enable QMSI drivers through integrated sources" bool "Enable QMSI drivers through integrated sources"
default n
select QMSI select QMSI
help help
Link with local QMSI sources instead of external library. Link with local QMSI sources instead of external library.
config QMSI_LIBRARY config QMSI_LIBRARY
bool "Enable QMSI drivers using external library" bool "Enable QMSI drivers using external library"
default n
select QMSI select QMSI
help help
This option enables QMSI device drivers. These drivers are actually shim This option enables QMSI device drivers. These drivers are actually shim
@ -46,7 +43,6 @@ config QMSI_INSTALL_PATH
config SOC_WATCH config SOC_WATCH
bool "Enable SoCWatch drivers and related instrumentation" bool "Enable SoCWatch drivers and related instrumentation"
default n
depends on KERNEL_EVENT_LOGGER depends on KERNEL_EVENT_LOGGER
help help
This option enables the SoCWatch driver and related instrumentation. This option enables the SoCWatch driver and related instrumentation.

View file

@ -13,455 +13,342 @@ if HAS_STM32CUBE
config USE_STM32_HAL_ADC config USE_STM32_HAL_ADC
bool bool
default n
config USE_STM32_HAL_ADC_EX config USE_STM32_HAL_ADC_EX
bool bool
default n
config USE_STM32_HAL_CAN config USE_STM32_HAL_CAN
bool bool
default n
config USE_STM32_HAL_CEC config USE_STM32_HAL_CEC
bool bool
default n
config USE_STM32_HAL_COMP config USE_STM32_HAL_COMP
bool bool
default n
config USE_STM32_HAL_CORTEX config USE_STM32_HAL_CORTEX
bool bool
default n
config USE_STM32_HAL_CRC config USE_STM32_HAL_CRC
bool bool
default n
config USE_STM32_HAL_CRC_EX config USE_STM32_HAL_CRC_EX
bool bool
default n
config USE_STM32_HAL_CRYPT config USE_STM32_HAL_CRYPT
bool bool
default n
config USE_STM32_HAL_CRYPT_EX config USE_STM32_HAL_CRYPT_EX
bool bool
default n
config USE_STM32_HAL_DAC config USE_STM32_HAL_DAC
bool bool
default n
config USE_STM32_HAL_DAC_EX config USE_STM32_HAL_DAC_EX
bool bool
default n
config USE_STM32_HAL_DCMI config USE_STM32_HAL_DCMI
bool bool
default n
config USE_STM32_HAL_DCMI_EX config USE_STM32_HAL_DCMI_EX
bool bool
default n
config USE_STM32_HAL_DFSDM config USE_STM32_HAL_DFSDM
bool bool
default n
config USE_STM32_HAL_DFSDM_EX config USE_STM32_HAL_DFSDM_EX
bool bool
default n
config USE_STM32_HAL_DMA config USE_STM32_HAL_DMA
bool bool
default n
config USE_STM32_HAL_DMA2D config USE_STM32_HAL_DMA2D
bool bool
default n
config USE_STM32_HAL_DMA_EX config USE_STM32_HAL_DMA_EX
bool bool
default n
config USE_STM32_HAL_DSI config USE_STM32_HAL_DSI
bool bool
default n
config USE_STM32_HAL_ETH config USE_STM32_HAL_ETH
bool bool
default n
config USE_STM32_HAL_FIREWALL config USE_STM32_HAL_FIREWALL
bool bool
default n
config USE_STM32_HAL_FLASH config USE_STM32_HAL_FLASH
bool bool
default n
config USE_STM32_HAL_FLASH_EX config USE_STM32_HAL_FLASH_EX
bool bool
default n
config USE_STM32_HAL_FLASH_RAMFUNC config USE_STM32_HAL_FLASH_RAMFUNC
bool bool
default n
config USE_STM32_HAL_FMPI2C config USE_STM32_HAL_FMPI2C
bool bool
default n
config USE_STM32_HAL_FMPI2C_EX config USE_STM32_HAL_FMPI2C_EX
bool bool
default n
config USE_STM32_HAL_GFXMMU config USE_STM32_HAL_GFXMMU
bool bool
default n
config USE_STM32_HAL_GPIO config USE_STM32_HAL_GPIO
bool bool
default n
config USE_STM32_HAL_GPIO_EX config USE_STM32_HAL_GPIO_EX
bool bool
default n
config USE_STM32_HAL_HASH config USE_STM32_HAL_HASH
bool bool
default n
config USE_STM32_HAL_HASH_EX config USE_STM32_HAL_HASH_EX
bool bool
default n
config USE_STM32_HAL_HCD config USE_STM32_HAL_HCD
bool bool
default n
config USE_STM32_HAL_HRTIM config USE_STM32_HAL_HRTIM
bool bool
default n
config USE_STM32_HAL_I2C config USE_STM32_HAL_I2C
bool bool
default n
config USE_STM32_HAL_I2C_EX config USE_STM32_HAL_I2C_EX
bool bool
default n
config USE_STM32_HAL_I2S config USE_STM32_HAL_I2S
bool bool
default n
config USE_STM32_HAL_I2S_EX config USE_STM32_HAL_I2S_EX
bool bool
default n
config USE_STM32_HAL_IRDA config USE_STM32_HAL_IRDA
bool bool
default n
config USE_STM32_HAL_IWDG config USE_STM32_HAL_IWDG
bool bool
default n
config USE_STM32_HAL_JPEG config USE_STM32_HAL_JPEG
bool bool
default n
config USE_STM32_HAL_LCD config USE_STM32_HAL_LCD
bool bool
default n
config USE_STM32_HAL_LPTIM config USE_STM32_HAL_LPTIM
bool bool
default n
config USE_STM32_HAL_LTDC config USE_STM32_HAL_LTDC
bool bool
default n
config USE_STM32_HAL_LTDC_EX config USE_STM32_HAL_LTDC_EX
bool bool
default n
config USE_STM32_HAL_MDIOS config USE_STM32_HAL_MDIOS
bool bool
default n
config USE_STM32_HAL_MMC config USE_STM32_HAL_MMC
bool bool
default n
config USE_STM32_HAL_NAND config USE_STM32_HAL_NAND
bool bool
default n
config USE_STM32_HAL_NOR config USE_STM32_HAL_NOR
bool bool
default n
config USE_STM32_HAL_OPAMP config USE_STM32_HAL_OPAMP
bool bool
default n
config USE_STM32_HAL_OPAMP_EX config USE_STM32_HAL_OPAMP_EX
bool bool
default n
config USE_STM32_HAL_OSPI config USE_STM32_HAL_OSPI
bool bool
default n
config USE_STM32_HAL_PCCARD config USE_STM32_HAL_PCCARD
bool bool
default n
config USE_STM32_HAL_PCD config USE_STM32_HAL_PCD
bool bool
default n
config USE_STM32_HAL_PCD_EX config USE_STM32_HAL_PCD_EX
bool bool
default n
config USE_STM32_HAL_PWR config USE_STM32_HAL_PWR
bool bool
default n
config USE_STM32_HAL_PWR_EX config USE_STM32_HAL_PWR_EX
bool bool
default n
config USE_STM32_HAL_QSPI config USE_STM32_HAL_QSPI
bool bool
default n
config USE_STM32_HAL_RCC config USE_STM32_HAL_RCC
bool bool
default n
config USE_STM32_HAL_RCC_EX config USE_STM32_HAL_RCC_EX
bool bool
default n
config USE_STM32_HAL_RNG config USE_STM32_HAL_RNG
bool bool
default n
config USE_STM32_HAL_RTC config USE_STM32_HAL_RTC
bool bool
default n
config USE_STM32_HAL_RTC_EX config USE_STM32_HAL_RTC_EX
bool bool
default n
config USE_STM32_HAL_SAI config USE_STM32_HAL_SAI
bool bool
default n
config USE_STM32_HAL_SAI_EX config USE_STM32_HAL_SAI_EX
bool bool
default n
config USE_STM32_HAL_SD config USE_STM32_HAL_SD
bool bool
default n
config USE_STM32_HAL_SDADC config USE_STM32_HAL_SDADC
bool bool
default n
config USE_STM32_HAL_SD_EX config USE_STM32_HAL_SD_EX
bool bool
default n
config USE_STM32_HAL_SDRAM config USE_STM32_HAL_SDRAM
bool bool
default n
config USE_STM32_HAL_SMARTCARD config USE_STM32_HAL_SMARTCARD
bool bool
default n
config USE_STM32_HAL_SMARTCARD_EX config USE_STM32_HAL_SMARTCARD_EX
bool bool
default n
config USE_STM32_HAL_SMBUS config USE_STM32_HAL_SMBUS
bool bool
default n
config USE_STM32_HAL_SPDIFRX config USE_STM32_HAL_SPDIFRX
bool bool
default n
config USE_STM32_HAL_SPI config USE_STM32_HAL_SPI
bool bool
default n
config USE_STM32_HAL_SPI_EX config USE_STM32_HAL_SPI_EX
bool bool
default n
config USE_STM32_HAL_SRAM config USE_STM32_HAL_SRAM
bool bool
default n
config USE_STM32_HAL_SWPMI config USE_STM32_HAL_SWPMI
bool bool
default n
config USE_STM32_HAL_TIM config USE_STM32_HAL_TIM
bool bool
default n
config USE_STM32_HAL_TIME_EX config USE_STM32_HAL_TIME_EX
bool bool
default n
config USE_STM32_HAL_TIM_EX config USE_STM32_HAL_TIM_EX
bool bool
default n
config USE_STM32_HAL_TSC config USE_STM32_HAL_TSC
bool bool
default n
config USE_STM32_HAL_UART config USE_STM32_HAL_UART
bool bool
default n
config USE_STM32_HAL_UART_EX config USE_STM32_HAL_UART_EX
bool bool
default n
config USE_STM32_HAL_USART config USE_STM32_HAL_USART
bool bool
default n
config USE_STM32_HAL_USART_EX config USE_STM32_HAL_USART_EX
bool bool
default n
config USE_STM32_HAL_WWDG config USE_STM32_HAL_WWDG
bool bool
default n
config USE_STM32_LL_ADC config USE_STM32_LL_ADC
bool bool
default n
config USE_STM32_LL_COMP config USE_STM32_LL_COMP
bool bool
default n
config USE_STM32_LL_CRC config USE_STM32_LL_CRC
bool bool
default n
config USE_STM32_LL_CRS config USE_STM32_LL_CRS
bool bool
default n
config USE_STM32_LL_DAC config USE_STM32_LL_DAC
bool bool
default n
config USE_STM32_LL_DMA config USE_STM32_LL_DMA
bool bool
default n
config USE_STM32_LL_DMA2D config USE_STM32_LL_DMA2D
bool bool
default n
config USE_STM32_LL_EXTI config USE_STM32_LL_EXTI
bool bool
default n
config USE_STM32_LL_FMC config USE_STM32_LL_FMC
bool bool
default n
config USE_STM32_LL_FSMC config USE_STM32_LL_FSMC
bool bool
default n
config USE_STM32_LL_GPIO config USE_STM32_LL_GPIO
bool bool
default n
config USE_STM32_LL_HRTIM config USE_STM32_LL_HRTIM
bool bool
default n
config USE_STM32_LL_I2C config USE_STM32_LL_I2C
bool bool
default n
config USE_STM32_LL_LPTIM config USE_STM32_LL_LPTIM
bool bool
default n
config USE_STM32_LL_LPUART config USE_STM32_LL_LPUART
bool bool
default n
config USE_STM32_LL_OPAMP config USE_STM32_LL_OPAMP
bool bool
default n
config USE_STM32_LL_PWR config USE_STM32_LL_PWR
bool bool
default n
config USE_STM32_LL_RCC config USE_STM32_LL_RCC
bool bool
default n
config USE_STM32_LL_RNG config USE_STM32_LL_RNG
bool bool
default n
config USE_STM32_LL_RTC config USE_STM32_LL_RTC
bool bool
default n
config USE_STM32_LL_SDMMC config USE_STM32_LL_SDMMC
bool bool
default n
config USE_STM32_LL_SPI config USE_STM32_LL_SPI
bool bool
default n
config USE_STM32_LL_SWPMI config USE_STM32_LL_SWPMI
bool bool
default n
config USE_STM32_LL_TIM config USE_STM32_LL_TIM
bool bool
default n
config USE_STM32_LL_USART config USE_STM32_LL_USART
bool bool
default n
config USE_STM32_LL_USB config USE_STM32_LL_USB
bool bool
default n
config USE_STM32_LL_UTILS config USE_STM32_LL_UTILS
bool bool
default n
endif endif

View file

@ -8,7 +8,6 @@ config HAS_CC3220SDK
# Selecting ERRNO lets host driver use Zephyr's __errno # Selecting ERRNO lets host driver use Zephyr's __errno
config SIMPLELINK_HOST_DRIVER config SIMPLELINK_HOST_DRIVER
bool "Build the SimpleLink WiFi Host Driver" bool "Build the SimpleLink WiFi Host Driver"
default n
depends on HAS_CC3220SDK depends on HAS_CC3220SDK
depends on MULTITHREADING depends on MULTITHREADING
select NEWLIB_LIBC select NEWLIB_LIBC

View file

@ -20,7 +20,6 @@
menuconfig MBEDTLS menuconfig MBEDTLS
bool bool
prompt "mbedTLS Support" prompt "mbedTLS Support"
default n
help help
This option enables the mbedTLS cryptography library. This option enables the mbedTLS cryptography library.
@ -70,7 +69,6 @@ config MBEDTLS_SSL_MAX_CONTENT_LEN
config MBEDTLS_DEBUG config MBEDTLS_DEBUG
bool "mbed TLS debug activation" bool "mbed TLS debug activation"
depends on MBEDTLS_BUILTIN depends on MBEDTLS_BUILTIN
default n
help help
Enable debugging activation for mbed TLS configuration. If you use Enable debugging activation for mbed TLS configuration. If you use
mbedTLS/Zephyr integration (e.g. net_app), this will activate debug mbedTLS/Zephyr integration (e.g. net_app), this will activate debug
@ -99,7 +97,6 @@ config MBEDTLS_DEBUG_LEVEL
config MBEDTLS_TEST config MBEDTLS_TEST
bool "Compile internal self test functions" bool "Compile internal self test functions"
depends on MBEDTLS_BUILTIN depends on MBEDTLS_BUILTIN
default n
help help
Enable self test function for the crypto algorithms Enable self test function for the crypto algorithms
@ -113,7 +110,6 @@ config MBEDTLS_INSTALL_PATH
config MBEDTLS_ENABLE_HEAP config MBEDTLS_ENABLE_HEAP
bool "Enable global heap for mbed TLS" bool "Enable global heap for mbed TLS"
default n
help help
This option enables the mbedtls to use the heap. This setting must This option enables the mbedtls to use the heap. This setting must
be global so that various applications and libraries in Zephyr do not be global so that various applications and libraries in Zephyr do not

View file

@ -9,7 +9,6 @@
config TINYCRYPT config TINYCRYPT
bool bool
prompt "TinyCrypt Support" prompt "TinyCrypt Support"
default n
help help
This option enables the TinyCrypt cryptography library. This option enables the TinyCrypt cryptography library.
@ -17,7 +16,6 @@ config TINYCRYPT_CTR_PRNG
bool bool
prompt "PRNG in counter mode" prompt "PRNG in counter mode"
depends on TINYCRYPT depends on TINYCRYPT
default n
help help
This option enables support for the pseudo-random number This option enables support for the pseudo-random number
generator in counter mode. generator in counter mode.
@ -26,7 +24,6 @@ config TINYCRYPT_SHA256
bool bool
prompt "SHA-256 Hash function support" prompt "SHA-256 Hash function support"
depends on TINYCRYPT depends on TINYCRYPT
default n
help help
This option enables support for SHA-256 This option enables support for SHA-256
hash function primitive. hash function primitive.
@ -35,7 +32,6 @@ config TINYCRYPT_SHA256_HMAC
bool bool
prompt "HMAC (via SHA256) message auth support" prompt "HMAC (via SHA256) message auth support"
depends on TINYCRYPT_SHA256 depends on TINYCRYPT_SHA256
default n
help help
This option enables support for HMAC using SHA-256 This option enables support for HMAC using SHA-256
message authentication code. message authentication code.
@ -44,7 +40,6 @@ config TINYCRYPT_SHA256_HMAC_PRNG
bool bool
prompt "PRNG (via HMAC-SHA256) support" prompt "PRNG (via HMAC-SHA256) support"
depends on TINYCRYPT_SHA256_HMAC depends on TINYCRYPT_SHA256_HMAC
default n
help help
This option enables support for pseudo-random number This option enables support for pseudo-random number
generator. generator.
@ -54,7 +49,6 @@ config TINYCRYPT_ECC_DH
prompt "ECC_DH anonymous key agreement protocol" prompt "ECC_DH anonymous key agreement protocol"
depends on TINYCRYPT depends on TINYCRYPT
select ENTROPY_GENERATOR select ENTROPY_GENERATOR
default n
help help
This option enables support for the Elliptic curve This option enables support for the Elliptic curve
Diffie-Hellman anonymous key agreement protocol. Diffie-Hellman anonymous key agreement protocol.
@ -67,7 +61,6 @@ config TINYCRYPT_ECC_DSA
prompt "ECC_DSA digital signature algorithm" prompt "ECC_DSA digital signature algorithm"
depends on TINYCRYPT depends on TINYCRYPT
select ENTROPY_GENERATOR select ENTROPY_GENERATOR
default n
help help
This option enables support for the Elliptic Curve Digital This option enables support for the Elliptic Curve Digital
Signature Algorithm (ECDSA). Signature Algorithm (ECDSA).
@ -79,7 +72,6 @@ config TINYCRYPT_AES
bool bool
prompt "AES-128 decrypt/encrypt" prompt "AES-128 decrypt/encrypt"
depends on TINYCRYPT depends on TINYCRYPT
default n
help help
This option enables support for AES-128 decrypt and encrypt. This option enables support for AES-128 decrypt and encrypt.
@ -87,7 +79,6 @@ config TINYCRYPT_AES_CBC
bool bool
prompt "AES-128 block cipher" prompt "AES-128 block cipher"
depends on TINYCRYPT_AES depends on TINYCRYPT_AES
default n
help help
This option enables support for AES-128 block cipher mode. This option enables support for AES-128 block cipher mode.
@ -95,7 +86,6 @@ config TINYCRYPT_AES_CTR
bool bool
prompt "AES-128 counter mode" prompt "AES-128 counter mode"
depends on TINYCRYPT_AES depends on TINYCRYPT_AES
default n
help help
This option enables support for AES-128 counter mode. This option enables support for AES-128 counter mode.
@ -103,7 +93,6 @@ config TINYCRYPT_AES_CCM
bool bool
prompt "AES-128 CCM mode" prompt "AES-128 CCM mode"
depends on TINYCRYPT_AES depends on TINYCRYPT_AES
default n
help help
This option enables support for AES-128 CCM mode. This option enables support for AES-128 CCM mode.
@ -111,6 +100,5 @@ config TINYCRYPT_AES_CMAC
bool bool
prompt "AES-128 CMAC mode" prompt "AES-128 CMAC mode"
depends on TINYCRYPT_AES depends on TINYCRYPT_AES
default n
help help
This option enables support for AES-128 CMAC mode. This option enables support for AES-128 CMAC mode.

View file

@ -20,7 +20,6 @@
config TINYCBOR config TINYCBOR
bool bool
prompt "tinyCBOR Support" prompt "tinyCBOR Support"
default n
help help
This option enables the tinyCBOR library. This option enables the tinyCBOR library.
@ -29,21 +28,18 @@ if TINYCBOR
config CBOR_NO_DFLT_WRITER config CBOR_NO_DFLT_WRITER
bool bool
prompt "No default writer support" prompt "No default writer support"
default n
help help
This option specifies whether a default writer exists. This option specifies whether a default writer exists.
config CBOR_NO_DFLT_READER config CBOR_NO_DFLT_READER
bool bool
prompt "No default reader support" prompt "No default reader support"
default n
help help
This option specifies whether a default reader exists. This option specifies whether a default reader exists.
config CBOR_ENCODER_NO_CHECK_USER config CBOR_ENCODER_NO_CHECK_USER
bool bool
prompt "No encoder checks for user args for validity" prompt "No encoder checks for user args for validity"
default n
help help
This option specifies whether a check user exists for a cbor encoder. This option specifies whether a check user exists for a cbor encoder.
@ -57,7 +53,6 @@ config CBOR_PARSER_MAX_RECURSIONS
config CBOR_PARSER_NO_STRICT_CHECKS config CBOR_PARSER_NO_STRICT_CHECKS
bool bool
prompt "No strict parser checks" prompt "No strict parser checks"
default n
help help
This option enables the strict parser checks. This option enables the strict parser checks.
@ -65,7 +60,6 @@ config CBOR_FLOATING_POINT
bool bool
select NEWLIB_LIBC select NEWLIB_LIBC
prompt "Floating point support" prompt "Floating point support"
default n
help help
This option enables floating point support. This option enables floating point support.
@ -73,7 +67,6 @@ config CBOR_HALF_FLOAT_TYPE
bool bool
select NEWLIB_LIBC select NEWLIB_LIBC
prompt "Half float type support" prompt "Half float type support"
default n
help help
This option enables half float type support. This option enables half float type support.

View file

@ -8,7 +8,6 @@ config OPENAMP
bool bool
prompt "OpenAMP Support" prompt "OpenAMP Support"
select LIBMETAL select LIBMETAL
default n
help help
This option enables the OpenAMP IPC library This option enables the OpenAMP IPC library

View file

@ -19,7 +19,6 @@ config MCUMGR
bool bool
prompt "mcumgr Support" prompt "mcumgr Support"
select TINYCBOR select TINYCBOR
default n
help help
This option enables the mcumgr management library. This option enables the mcumgr management library.

View file

@ -19,7 +19,6 @@ menuconfig MCUMGR_CMD_FS_MGMT
bool bool
prompt "Enable mcumgr handlers for file management" prompt "Enable mcumgr handlers for file management"
depends on FILE_SYSTEM depends on FILE_SYSTEM
default n
help help
Enables mcumgr handlers for file management Enables mcumgr handlers for file management

View file

@ -21,8 +21,6 @@ menuconfig MCUMGR_CMD_IMG_MGMT
select FLASH select FLASH
select MPU_ALLOW_FLASH_WRITE if CPU_HAS_MPU select MPU_ALLOW_FLASH_WRITE if CPU_HAS_MPU
select IMG_MANAGER select IMG_MANAGER
default n
help help
Enables mcumgr handlers for image management Enables mcumgr handlers for image management

View file

@ -18,7 +18,6 @@
menuconfig MCUMGR_CMD_LOG_MGMT menuconfig MCUMGR_CMD_LOG_MGMT
bool bool
prompt "Enable mcumgr handlers for log management" prompt "Enable mcumgr handlers for log management"
default n
help help
Enables mcumgr handlers for log management Enables mcumgr handlers for log management

View file

@ -19,7 +19,6 @@ menuconfig MCUMGR_CMD_OS_MGMT
bool bool
prompt "Enable mcumgr handlers for OS management" prompt "Enable mcumgr handlers for OS management"
select REBOOT select REBOOT
default n
help help
Enables mcumgr handlers for OS management Enables mcumgr handlers for OS management

View file

@ -19,7 +19,6 @@ menuconfig MCUMGR_CMD_STAT_MGMT
bool bool
prompt "Enable mcumgr handlers for statistics management" prompt "Enable mcumgr handlers for statistics management"
depends on STATS depends on STATS
default n
help help
Enables mcumgr handlers for statistics management. Enables mcumgr handlers for statistics management.