zephyr/drivers/crypto
Andrzej Głąbek 586e26e8fc soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options
Instead of selecting appropriate HAS_HW_NRF_* options for particular
nRF SoCs (and simulated nRF52 target), set their values basing on
information from devicetree.
Correct also semantics of those options so that they are set only when
a corresponding DT node is enabled. This allows using them directly in
Kconfig dependencies of Zephyr drivers for nRF peripherals. Update
appropriately these dependencies.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-04-02 15:14:38 +02:00
..
CMakeLists.txt drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
crypto_ataes132a.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_ataes132a_priv.h everywhere: fix typos 2022-03-14 20:22:24 -04:00
crypto_mtls_shim.c drivers: crypto: Add multipart hash support 2022-03-01 16:32:43 -05:00
crypto_nrf_ecb.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_stm32.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_stm32_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
crypto_tc_shim.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_tc_shim_priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.ataes132a kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nrf_ecb soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.stm32 drivers/crypto: stm32: add support for socs with AES IP 2021-07-23 16:25:27 -04:00