mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 13:45:45 +00:00
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> |
||
---|---|---|
.. | ||
adc | ||
aio | ||
audio | ||
bluetooth | ||
can | ||
clock_control | ||
console | ||
counter | ||
crypto | ||
display | ||
dma | ||
entropy | ||
ethernet | ||
flash | ||
gpio | ||
hwinfo | ||
i2c | ||
i2s | ||
ieee802154 | ||
interrupt_controller | ||
ipm | ||
led | ||
led_strip | ||
modem | ||
net | ||
neural_net | ||
pci | ||
pinmux | ||
ptp_clock | ||
pwm | ||
rtc | ||
sensor | ||
serial | ||
spi | ||
timer | ||
usb | ||
watchdog | ||
wifi | ||
CMakeLists.txt | ||
Kconfig |