zephyr/drivers
Ulf Magnusson 61bcd766f7 kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps.
Also remove some duplicated dependencies for the related symbol
ENTROPY_NRF5_RNG.

The redundant ENTROPY_GENERATOR deps. are in files sourced within a

  if ENTROPY_GENERATOR
  ...
  endif

block in drivers/entropy/Kconfig.

The redundant ENTROPY_NRF5_RNG deps. are due to redundant 'depends on'
within an 'if' in the same file.

Tip: Jump to symbols with '/' in the menuconfig and press '?' to check
their dependencies. If there are duplicated dependencies, the
'included via ...' path can be handy to discover where they are added.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-07 13:38:35 +01:00
..
adc
aio
audio
bluetooth
can drivers: can: stm32_can: Fix shifting zero width or out of bounds 2019-03-03 23:57:25 -05:00
clock_control drivers: clock_control: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
console
counter drivers: counter_nrfx_timer: Port driver to DTS 2019-03-01 19:46:57 +01:00
crypto
display
dma
entropy kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
ethernet drivers: eth: gmac: fix screening registers limit check 2019-03-06 11:43:17 -06:00
flash soc: nxp_kinetis: Add HAS_MCUX_FTFX to conditionalize mcux flash driver 2019-03-06 21:19:25 -06:00
gpio drivers: gpio: sifive: cleanup irq initialzation code 2019-03-05 12:42:54 -05: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
pinmux drivers: pinmux: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
ptp_clock
pwm kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
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 drivers: spi: nrfx: Improve a few Kconfig option prompts 2019-03-05 13:38:18 -05:00
timer drivers: timer: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
usb
watchdog drivers: Changed return statement in function get_timeout() 2019-03-03 10:44:06 -05:00
wifi drivers: wifi: simplelink: Use TI SimpleLink SDK 2.40 2019-03-05 11:37:10 -05:00
CMakeLists.txt
Kconfig