zephyr/subsys/net/lib/sockets
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
..
CMakeLists.txt net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
getaddrinfo.c net: getaddrinfo: Fix timeout data type 2020-04-09 16:07:03 +03:00
getnameinfo.c
Kconfig sockets: tls: set TLS_CREDENTIALS when using non-native stack 2020-02-05 18:47:54 -05:00
socket_offload.c net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
sockets_can.c net: sockets: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
sockets_internal.h net: sockets: Store socket private data into its own variable 2019-09-18 23:47:36 +03:00
sockets_misc.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
sockets_net_mgmt.c net: sockets: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
sockets_packet.c net: sockets: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
sockets_select.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
sockets_tls.c drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
sockets.c net: sockets: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00