mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 23:11:56 +00:00
Bool symbols implicitly default to 'n'. A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you want to override a 'default y' on the base definition of the symbol. It isn't used like that on any of these symbols though, and is inconsistent. This will make the auto-generated Kconfig documentation have "No defaults. Implicitly defaults to n." as well, which is clearer than 'default n if ...' Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
i2c_atmel_sam3.c | ||
i2c_bitbang.c | ||
i2c_bitbang.h | ||
i2c_cc32xx.c | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_esp32.c | ||
i2c_gpio.c | ||
i2c_handlers.c | ||
i2c_ll_stm32_v1.c | ||
i2c_ll_stm32_v2.c | ||
i2c_ll_stm32.c | ||
i2c_ll_stm32.h | ||
i2c_mcux.c | ||
i2c_nios2.c | ||
i2c_nrfx_twi.c | ||
i2c_nrfx_twim.c | ||
i2c_qmsi_ss.c | ||
i2c_qmsi.c | ||
i2c_sam_twi.c | ||
i2c_sam_twihs.c | ||
i2c_sbcon.c | ||
i2c-priv.h | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.gpio | ||
Kconfig.nrfx | ||
Kconfig.qmsi | ||
Kconfig.sbcon | ||
Kconfig.stm32 |