zephyr/ext/hal/nordic/Kconfig
Jonas Norling ac960bf91b ext: hal: nordic: Make it possible to build NRFX GPIOTE and PPI
This makes it possible for the application to enable building of the
GPIOTE and PPI subsystems in NRFX.

Signed-off-by: Jonas Norling <jonas.norling@greeneggs.se>
2018-11-06 17:18:20 +01:00

84 lines
822 B
Text

#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
config HAS_NORDIC_DRIVERS
bool
config HAS_NRFX
bool
config NRFX_ADC
bool
config NRFX_CLOCK
bool
config NRFX_GPIOTE
bool
config NRFX_NFCT
bool
select NRFX_TIMER4
config NRFX_PPI
bool
config NRFX_PWM
bool
config NRFX_QDEC
bool
config NRFX_SAADC
bool
config NRFX_SPI
bool
config NRFX_SPIM
bool
config NRFX_SPIS
bool
config NRFX_SYSTICK
bool
config NRFX_TIMER
bool
config NRFX_TIMER0
bool
select NRFX_TIMER
config NRFX_TIMER1
bool
select NRFX_TIMER
config NRFX_TIMER2
bool
select NRFX_TIMER
config NRFX_TIMER3
bool
select NRFX_TIMER
config NRFX_TIMER4
bool
select NRFX_TIMER
config NRFX_TWI
bool
config NRFX_TWIM
bool
config NRFX_USBD
bool
select NRFX_SYSTICK
config NRFX_WDT
bool