Skip to content

Commit 6ac77d6

Browse files
joerchancarlescufi
authored andcommitted
soc: nordic_nrf: Add query items for HW peripheral CTRLAP
Add Kconfig items that can be used to query if the current SoC support the HW peripheral CTRLAP. Signed-off-by: Joakim Andersson <[email protected]>
1 parent d836408 commit 6ac77d6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

soc/arm/nordic_nrf/Kconfig.peripherals

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ config HAS_HW_NRF_CLOCK
3030
config HAS_HW_NRF_COMP
3131
bool
3232

33+
config HAS_HW_NRF_CTRLAP
34+
bool
35+
3336
config HAS_HW_NRF_DCNF
3437
bool
3538

soc/arm/nordic_nrf/nrf53/Kconfig.soc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ config SOC_NRF5340_CPUAPP
1212
select HAS_HW_NRF_CC312
1313
select HAS_HW_NRF_COMP
1414
select HAS_HW_NRF_CLOCK
15+
select HAS_HW_NRF_CTRLAP
1516
select HAS_HW_NRF_DCNF
1617
select HAS_HW_NRF_DPPIC
1718
select HAS_HW_NRF_EGU0

soc/arm/nordic_nrf/nrf91/Kconfig.soc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config SOC_NRF9160
88
bool
99
select HAS_HW_NRF_CC310
1010
select HAS_HW_NRF_CLOCK
11+
select HAS_HW_NRF_CTRLAP
1112
select HAS_HW_NRF_DPPIC
1213
select HAS_HW_NRF_EGU0
1314
select HAS_HW_NRF_EGU1

0 commit comments

Comments
 (0)