soc: arm: nordic: nrf53: add nfct hw in kconfig

Added the NFCT Peripheral capability to the Application Core
Kconfig of the nRF5340 SoC.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
Kamil Piszczek 2019-12-16 12:09:57 +01:00 committed by Ioannis Glaropoulos
commit 3a39f79d9b

View file

@ -23,6 +23,7 @@ config SOC_NRF5340_CPUAPP
select HAS_HW_NRF_GPIOTE
select HAS_HW_NRF_I2S
select HAS_HW_NRF_IPC
select HAS_HW_NRF_NFCT
select HAS_HW_NRF_PDM
select HAS_HW_NRF_POWER
select HAS_HW_NRF_PWM0