zephyr/drivers/flash
Ulf Magnusson 5102f6a62e kconfig: drivers: flash: Remove redundant FLASH dependencies
These are from source'ing a file within an 'if FLASH', and then adding
another 'depends on FLASH' within it.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. There are no "conditional includes" in Kconfig, so
'if FOO' has no special meaning around a 'source'. Conditional includes
wouldn't be possible, because an 'if' condition could include (directly
or indirectly) forward references to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 09:56:40 -05:00
..
CMakeLists.txt drivers/flash: Rework CMakeLists.txt for stm32 drivers 2019-02-19 07:45:50 -06:00
flash_gecko.c flash: flash_gecko: Convert FLASH_WRITE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06: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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
flash_sam0.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
flash_sam.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
flash_shell.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
flash_stm32.c drivers/flash: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06:00
flash_stm32.h drivers/flash: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06:00
flash_stm32f0x.c drivers: flash: move to new logger 2018-10-10 10:22:01 -04:00
flash_stm32f3x.c drivers/flash: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06:00
flash_stm32f4x.c
flash_stm32f7x.c drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32l4x.c drivers: flash: move to new logger 2018-10-10 10:22:01 -04:00
Kconfig kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
Kconfig.gecko kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
Kconfig.mcux soc: nxp_kinetis: Add HAS_MCUX_FTFX to conditionalize mcux flash driver 2019-03-06 21:19:25 -06:00
Kconfig.nios2_qspi kconfig: flash: Move nios code into it's own file 2019-02-15 14:12:48 -05:00
Kconfig.nor kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
Kconfig.nrf kconfig: flash: Move nrf code into it's own file 2019-02-15 14:12:48 -05:00
Kconfig.qmsi kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
Kconfig.sam drivers: flash: add flash driver support for Atmel SAM E70 2018-11-20 14:11:07 -05:00
Kconfig.sam0 drivers: flash: fix Kconfig dependencies 2018-10-10 10:22:01 -04:00
Kconfig.stm32 drivers/flash: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06:00
Kconfig.w25qxxdv dts: flash: w25qxxdv: Add Device Tree Support for SPI FLASH w25qxxdv 2019-01-09 10:26:10 -06:00
soc_flash_mcux.c flash: soc_flash_mcux: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
soc_flash_nios2_qspi.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
soc_flash_nrf.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
soc_flash_qmsi.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_flash_w25qxxdv_defs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_flash_w25qxxdv.c flash: w25qxxdv: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-28 10:40:31 -06:00
spi_flash_w25qxxdv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_nor.c drivers: flash: spi_nor.c: Correct the calculation of SECTORS_COUNT 2019-02-14 22:18:25 -05:00
spi_nor.h Kconfig: spi_nor: Remove Erase configuration from Kconfig 2019-01-16 21:22:56 -05:00