zephyr/tests/drivers/clock_control
Andrzej Głąbek edc4f75b61 soc: nordic: Fix the way of enabling clock control for nRF54H Series
This is a follow-up to commit 7a2ce2882a.

Do not enable clock control by default on nRF54H Series SoCs when
the system timer is present, because clock control is not needed
for this purpose there.

Add missing `default y` in the CLOCK_CONTROL_NRF2 Kconfig option that
enables compilation of clock control drivers for nRF54H Series.
This way modules that actually require clock control (like drivers
that use radio) will be able to enable it using the generic option
(CLOCK_CONTROL), not the above one that is specific for nRF54H.

Update accordingly applications that referenced the CLOCK_CONTROL_NRF2
option.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2024-10-16 16:36:51 +01:00
..
adsp_clock
clock_control_api tests: clock_control: esp32: Fix device testing 2024-10-02 09:52:23 +02:00
fixed_clock
nrf_clock_calibration samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
nrf_clock_control soc: nordic: Fix the way of enabling clock control for nRF54H Series 2024-10-16 16:36:51 +01:00
nrf_lf_clock_start samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
nrf_onoff_and_bt
onoff samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
pwm_clock
stm32_clock_configuration zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00