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:
Ioannis Glaropoulos 2019-07-01 14:53:15 +02:00 committed by Anas Nashif
commit d202d620c7
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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