zephyr/soc/arm/nordic_nrf
Kumar Gala 43a7d26603 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro
Replace CONFIG_ENTROPY_NAME with DT_CHOSEN_ZEPHYR_ENTROPY_LABEL.  We now
set zephyr,entropy in the chosen node of the device tree to the entropy
device.

This allows us to remove CONFIG_ENTROPY_NAME from dts_fixup.h.  Also
remove any other stale ENTROPY related defines in dts_fixup.h files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-13 09:14:21 -05:00
..
nrf51 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
nrf52 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
nrf53 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
nrf91 dts: i2c: Remove DT_I2C_._NAME references 2020-04-10 15:11:18 -05:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.peripherals
Kconfig.soc
validate_base_addresses.c soc: nordic_nrf: validate base addresses with new DT API 2020-04-07 08:00:29 -05:00
validate_enabled_instances.c