modules: hal_nordic: add support for RTC130-131
Add new HAL glue Kconfig options for RTC130-131. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
35fecb731a
commit
3dd2b0d8b3
2 changed files with 16 additions and 0 deletions
|
@ -238,6 +238,16 @@ config NRFX_RTC2
|
|||
depends on $(dt_nodelabel_has_compat,rtc2,$(DT_COMPAT_NORDIC_NRF_RTC))
|
||||
select NRFX_RTC
|
||||
|
||||
config NRFX_RTC130
|
||||
bool "RTC130 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,rtc130,$(DT_COMPAT_NORDIC_NRF_RTC))
|
||||
select NRFX_RTC
|
||||
|
||||
config NRFX_RTC131
|
||||
bool "RTC131 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,rtc131,$(DT_COMPAT_NORDIC_NRF_RTC))
|
||||
select NRFX_RTC
|
||||
|
||||
config NRFX_SAADC
|
||||
bool "SAADC driver"
|
||||
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_SAADC))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue