xiaoxiang781216 commented on PR #3371: URL: https://github.com/apache/nuttx-apps/pull/3371#issuecomment-3797707447
> Thank you @zhaoxingyu12 :-) Ci failed.. probably needs a rebase? > > I agree with @acassis that `MTD_CONFIG_NONE` sounds a bit awkward.. maybe it can be renamed to `MTD_CONFIG_DISABLED` or something like that? :-) _NONE suffix is used in many places, could we keep it: ``` fs/procfs/Kconfig:42: depends on !SCHED_CPULOAD_NONE mm/kasan/Kconfig:23:config MM_KASAN_NONE arch/risc-v/src/esp32c3-legacy/Kconfig:819: default EXAMPLE_POWER_SAVE_NONE arch/risc-v/src/esp32c3-legacy/Kconfig:829:config EXAMPLE_POWER_SAVE_NONE arch/risc-v/src/esp32c3-legacy/Kconfig:853:config WIFI_LOG_LEVEL_NONE arch/risc-v/src/esp32c3-legacy/Kconfig:875: default 0 if WIFI_LOG_LEVEL_NONE arch/risc-v/src/common/espressif/Kconfig:1906: default ESPRESSIF_POWER_SAVE_NONE arch/risc-v/src/common/espressif/Kconfig:1924: ESPRESSIF_POWER_SAVE_NONE disables Modem-sleep mode entirely. Disabling it increases power consumption, but arch/risc-v/src/common/espressif/Kconfig:1927: (maximum power-saving mode). Setting ESPRESSIF_POWER_SAVE_NONE is suitable when high throughput is required. arch/risc-v/src/common/espressif/Kconfig:1929:config ESPRESSIF_POWER_SAVE_NONE arch/sim/Kconfig:106: depends on PROFILE_NONE arch/avr/src/avrdx/Kconfig:184:config AVR_USART0_NONE arch/avr/src/avrdx/Kconfig:217:config AVR_USART1_NONE arch/avr/src/avrdx/Kconfig:250:config AVR_USART2_NONE arch/avr/src/avrdx/Kconfig:283:config AVR_USART3_NONE arch/avr/src/avrdx/Kconfig:316:config AVR_USART4_NONE arch/avr/src/avrdx/Kconfig:349:config AVR_USART5_NONE arch/xtensa/src/common/espressif/Kconfig:2148: default ESPRESSIF_POWER_SAVE_NONE arch/xtensa/src/common/espressif/Kconfig:2166: ESPRESSIF_POWER_SAVE_NONE disables Modem-sleep mode entirely. Disabling it increases power consumption, but arch/xtensa/src/common/espressif/Kconfig:2169: (maximum power-saving mode). Setting ESPRESSIF_POWER_SAVE_NONE is suitable when high throughput is required. arch/xtensa/src/common/espressif/Kconfig:2171:config ESPRESSIF_POWER_SAVE_NONE arch/arm/src/xmc4/Kconfig:216:config XMC4_USIC0_CHAN0_NONE arch/arm/src/xmc4/Kconfig:287:config XMC4_USIC0_CHAN1_NONE arch/arm/src/xmc4/Kconfig:383:config XMC4_USIC1_CHAN0_NONE arch/arm/src/xmc4/Kconfig:453:config XMC4_USIC1_CHAN1_NONE arch/arm/src/xmc4/Kconfig:549:config XMC4_USIC2_CHAN0_NONE arch/arm/src/xmc4/Kconfig:619:config XMC4_USIC2_CHAN1_NONE arch/arm/src/nrf91/Kconfig:226: default NRF91_SPU_NONE arch/arm/src/nrf91/Kconfig:237:config NRF91_SPU_NONE arch/arm/src/tiva/Kconfig:696: default TIVA_UART0_NONE arch/arm/src/tiva/Kconfig:698:config TIVA_UART0_NONE arch/arm/src/tiva/Kconfig:747: default TIVA_UART1_NONE arch/arm/src/tiva/Kconfig:749:config TIVA_UART1_NONE arch/arm/src/tiva/Kconfig:793: default TIVA_UART2_NONE arch/arm/src/tiva/Kconfig:795:config TIVA_UART2_NONE arch/arm/src/tiva/Kconfig:839: default TIVA_UART3_NONE arch/arm/src/tiva/Kconfig:841:config TIVA_UART3_NONE arch/arm/src/tiva/Kconfig:885: default TIVA_UART4_NONE arch/arm/src/tiva/Kconfig:887:config TIVA_UART4_NONE arch/arm/src/tiva/Kconfig:931: default TIVA_UART5_NONE arch/arm/src/tiva/Kconfig:933:config TIVA_UART5_NONE arch/arm/src/tiva/Kconfig:977: default TIVA_UART6_NONE arch/arm/src/tiva/Kconfig:979:config TIVA_UART6_NONE arch/arm/src/tiva/Kconfig:1023: default TIVA_UART7_NONE arch/arm/src/tiva/Kconfig:1025:config TIVA_UART7_NONE arch/arm/src/sama5/Kconfig:3645: default SAMA5_SSC0_RX_RKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3647:config SAMA5_SSC0_RX_RKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3713: default SAMA5_SSC0_TX_TKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3715:config SAMA5_SSC0_TX_TKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3817: default SAMA5_SSC1_RX_RKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3819:config SAMA5_SSC1_RX_RKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3885: default SAMA5_SSC1_TX_TKOUTPUT_NONE arch/arm/src/sama5/Kconfig:3887:config SAMA5_SSC1_TX_TKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2497: default SAMV7_SSC0_RX_RKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2499:config SAMV7_SSC0_RX_RKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2565: default SAMV7_SSC0_TX_TKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2567:config SAMV7_SSC0_TX_TKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2669: default SAMV7_SSC1_RX_RKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2671:config SAMV7_SSC1_RX_RKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2737: default SAMV7_SSC1_TX_TKOUTPUT_NONE arch/arm/src/samv7/Kconfig:2739:config SAMV7_SSC1_TX_TKOUTPUT_NONE arch/arm/src/armv8-m/Kconfig:61: default ARMV8M_STACKCHECK_NONE arch/arm/src/armv8-m/Kconfig:63:config ARMV8M_STACKCHECK_NONE arch/arm/src/c5471/Kconfig:88:config C5471_PHY_NONE drivers/net/Kconfig:558: default ETH0_PHY_NONE drivers/net/Kconfig:563:config ETH0_PHY_NONE drivers/net/Kconfig:640: default ETH1_PHY_NONE drivers/net/Kconfig:645:config ETH1_PHY_NONE drivers/crypto/Kconfig:118: default SE05X_LOG_NONE drivers/crypto/Kconfig:122:config SE05X_LOG_NONE drivers/syslog/Kconfig:31:config SYSLOG_NONE drivers/misc/Kconfig:56: default DEV_OPTEE_NONE drivers/misc/Kconfig:83:config DEV_OPTEE_NONE sched/Kconfig:408: default INIT_NONE if BINFMT_DISABLE sched/Kconfig:410:config INIT_NONE sched/Kconfig:425: depends on !INIT_NONE sched/Kconfig:875:config PTHREAD_MUTEX_DEFAULT_PRIO_NONE sched/Kconfig:876: bool "PTHREAD_PRIO_NONE default" sched/Kconfig:878: By default, pthread mutexes utilize PTHREAD_PRIO_NONE protocol (standard). sched/Kconfig:992: default SCHED_CPULOAD_NONE sched/Kconfig:1008:config SCHED_CPULOAD_NONE sched/Kconfig:1142: depends on !SCHED_CPULOAD_NONE sched/Kconfig:1395: int ret = sem_setprotocol(&sem, SEM_PRIO_NONE); sched/Kconfig:1403: int ret = pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_NONE); libs/libc/stdio/Kconfig:58: depends on !LIBM_NONE libs/libm/Kconfig:8: default LIBM_NONE if DEFAULT_SMALL libs/libm/Kconfig:58:config LIBM_NONE libs/libbuiltin/Kconfig:35: default COVERAGE_NONE libs/libbuiltin/Kconfig:64:config COVERAGE_NONE libs/libbuiltin/Kconfig:90: default PROFILE_NONE libs/libbuiltin/Kconfig:106:config PROFILE_NONE libs/libbuiltin/Kconfig:113: depends on !COVERAGE_NONE libs/libbuiltin/Kconfig:127: depends on FRAME_POINTER && !PROFILE_NONE grep: .git/objects/pack/pack-952c2c3cfbeb2e89c6434b24f5cff558d17936f6.pack: binary file matches grep: .git/objects/pack/pack-d3dbc48c3c5cc0e24e3a398afc2beb806e45415f.pack: binary file matches grep: .git/objects/pack/pack-fc76888dbd04059057c6fad9586e401edc3ec825.pack: binary file matches Kconfig:654: default ARCH_NONE_DEBUG_H Kconfig:656:config ARCH_NONE_DEBUG_H Kconfig:2783: default LTO_NONE Kconfig:2788: If unsure, select LTO_NONE. Note that LTO is very resource-intensive Kconfig:2791:config LTO_NONE boards/Kconfig:5059: default BOARD_CRASHDUMP_NONE boards/Kconfig:5098:config BOARD_CRASHDUMP_NONE boards/Kconfig:5112: depends on !BOARD_CRASHDUMP_NONE boards/Kconfig:5119: depends on LIBC_LZF && !BOARD_CRASHDUMP_NONE boards/arm/tiva/tm4c1294-launchpad/Kconfig:15: default TM4C1294_LAUNCHPAD_TIMER_NONE boards/arm/tiva/tm4c1294-launchpad/Kconfig:17:config TM4C1294_LAUNCHPAD_TIMER_NONE boards/arm/tiva/tm4c1294-launchpad/Kconfig:116: default BOOSTXL_SENSORS_NONE boards/arm/tiva/tm4c1294-launchpad/Kconfig:118:config BOOSTXL_SENSORS_NONE boards/arm/tiva/tm4c129e-launchpad/Kconfig:15: default TM4C129E_LAUNCHPAD_TIMER_NONE boards/arm/tiva/tm4c129e-launchpad/Kconfig:17:config TM4C129E_LAUNCHPAD_TIMER_NONE boards/arm/tiva/dk-tm4c129x/Kconfig:15: default DK_TM4C129X_TIMER_NONE boards/arm/tiva/dk-tm4c129x/Kconfig:17:config DK_TM4C129X_TIMER_NONE boards/arm/gd32f4/gd32f450zk-eval/Kconfig:45:config GD32F450ZK_EVAL_CONSOLE_NONE boards/arm/gd32f4/gd32f470zk-aiotbox/Kconfig:45:config GD32F470ZK_AIOTBOX_CONSOLE_NONE boards/arm/gd32f4/gd32f450zk-aiotbox/Kconfig:45:config GD32F450ZK_AIOTBOX_CONSOLE_NONE boards/arm/gd32f4/gd32f470zk-eval/Kconfig:45:config GD32F470ZK_EVAL_CONSOLE_NONE boards/arm/gd32f4/gd32f470ik-eval/Kconfig:40:config GD32F470IK_EVAL_CONSOLE_NONE boards/arm/stm32/nucleo-f429zi/Kconfig:45:config NUCLEO_F429ZI_CONSOLE_NONE boards/arm/stm32/stm32f429i-disco/Kconfig:158: default STM32F429I_DISCO_ILI9341_NONE if !LCD_ILI9341 && !STM32_LTDC boards/arm/stm32/stm32f429i-disco/Kconfig:162:config STM32F429I_DISCO_ILI9341_NONE boards/arm/samv7/same70-xplained/Kconfig:27: default SAME70XPLAINED_MB1_NONE boards/arm/samv7/same70-xplained/Kconfig:29:config SAME70XPLAINED_MB1_NONE boards/arm/samv7/same70-xplained/Kconfig:47: default SAME70XPLAINED_MB2_NONE boards/arm/samv7/same70-xplained/Kconfig:49:config SAME70XPLAINED_MB2_NONE boards/arm/stm32f7/nucleo-f722ze/Kconfig:78:config NUCLEO_F722ZE_CONSOLE_NONE boards/arm/stm32f7/nucleo-f746zg/Kconfig:78:config NUCLEO_F746ZG_CONSOLE_NONE boards/arm/stm32f7/nucleo-f767zi/Kconfig:78:config NUCLEO_F767ZI_CONSOLE_NONE boards/arm/cxd56xx/spresense/Kconfig:53:config CXD56_AUDIO_ANALOG_NONE boards/arm/cxd56xx/spresense/Kconfig:171:config CXD56_AUDIO_CIC_IN_SEL_NONE boards/arm/cxd56xx/spresense/Kconfig:828: default CXD56_EMMC_POWER_PIN_NONE boards/arm/cxd56xx/spresense/Kconfig:830:config CXD56_EMMC_POWER_PIN_NONE boards/arm/cxd56xx/spresense/Kconfig:843: default CXD56_BLE1507_RESET_PIN_NONE boards/arm/cxd56xx/spresense/Kconfig:845:config CXD56_BLE1507_RESET_PIN_NONE graphics/Kconfig:254: default NX_XYINPUT_NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
