soc: nordic: nrf9160: add IPC capabilities
The IPC peripheral is missing from the list of supported HW for nRF9160, so this commit adds that. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
2d537f49a9
commit
d202d620c7
2 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,9 @@ config HAS_HW_NRF_GPIOTE
|
|||
config HAS_HW_NRF_I2S
|
||||
bool
|
||||
|
||||
config HAS_HW_NRF_IPC
|
||||
bool
|
||||
|
||||
config HAS_HW_NRF_LPCOMP
|
||||
bool
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ config SOC_NRF9160
|
|||
select HAS_HW_NRF_GPIO0
|
||||
select HAS_HW_NRF_GPIOTE
|
||||
select HAS_HW_NRF_I2S
|
||||
select HAS_HW_NRF_IPC
|
||||
select HAS_HW_NRF_PDM
|
||||
select HAS_HW_NRF_POWER
|
||||
select HAS_HW_NRF_PWM0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue