zephyr/drivers
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
..
adc adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
aio
audio
bluetooth
can
clock_control
console
counter drivers: counter: Fix handling of relative alarms on nrf platform 2019-03-07 15:50:10 +01:00
crypto
display
dma dma: stm32f4: Use dma_config for checking memcopy support 2019-03-08 07:24:33 -05:00
entropy kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
ethernet kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
flash kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
gpio gpio: gpio_cmsdk_ahb: Return error for not supported flag 2019-03-08 05:38:27 -06:00
hwinfo
i2c drivers: nrfx: Add Kconfig checks for mutually exclusive peripherals 2019-03-05 13:38:18 -05:00
i2s
ieee802154
interrupt_controller drivers: interrupt_controller: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
ipm
led drivers/led: Remove case ranges from the LP3943 LED driver 2019-03-06 17:44:04 -05:00
led_strip
modem drivers: modem: wncm14a2a: cleanup wncm14a2a_rx() handler block 2019-03-07 04:58:45 -06:00
net
neural_net
pci kconfig: Remove dead references to CONFIG_PCI_DEBUG 2019-03-07 13:04:29 -06:00
pinmux kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
ptp_clock
pwm
rtc
sensor
serial serial: u(s)art_sam: Fixed return value of usart_sam_irq_is_pending 2019-03-07 06:24:48 -06:00
spi kconfig: drivers: spi: Remove duplicated dependencies 2019-03-09 09:54:29 -05:00
timer drivers: timer: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
usb
watchdog
wifi kconfig: drivers: wifi: Remove redundant WIFI deps. 2019-03-09 09:49:26 -05:00
CMakeLists.txt
Kconfig