zephyr/drivers/flash
Ulf Magnusson 00f363e4c8 drivers: flash: Kconfig: Remove redundant 'default n' properties
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>
2018-07-03 17:11:31 -04:00
..
CMakeLists.txt drivers: flash: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
flash_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
flash_page_layout.c
flash_priv.h
flash_sam0.c drivers: flash: atmel sam0: Fix compilation without page layout support 2018-04-12 17:26:54 -05:00
flash_stm32.c
flash_stm32.h
flash_stm32f0x.c drivers: flash: stm32f0: remove CONFIG_FLASH_PAGE_SIZE 2018-03-18 17:02:53 -04:00
flash_stm32f3x_priv.c
flash_stm32f3x.c
flash_stm32f3x.h
flash_stm32f4x.c
flash_stm32l4x.c
Kconfig drivers: flash: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.qmsi drivers: flash: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.sam0 drivers: flash: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32
Kconfig.w25qxxdv drivers: flash: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
soc_flash_mcux.c newlib: Fix compiler warning when using Newlib 2018-04-11 16:57:12 +03:00
soc_flash_nios2_qspi.c
soc_flash_nrf.c drivers: flash: nrf: Avoid locking when not threaded 2018-06-16 12:03:22 +02:00
soc_flash_qmsi.c
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c drivers: flash: w25qxxdv: Add options for delay and device ID 2018-06-22 12:27:40 -04:00
spi_flash_w25qxxdv.h drivers: flash: w25qxxdv: Avoid locking when not threaded 2018-06-18 12:31:06 -04:00