zephyr/ext/hal/nordic/Kconfig
Krzysztof Chruscinski da0d9bab2d drivers: counter: Counter API implementation for nRF Series (RTC).
Shim for counter API using nrfx_rtc driver.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-02-07 16:14:00 -05:00

116 lines
1.1 KiB
Text

#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
config HAS_NORDIC_DRIVERS
bool
config HAS_NRFX
bool
config NRFX_PRS
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_RTC
bool
config NRFX_SAADC
bool
config NRFX_RTC
bool
config NRFX_RTC0
bool
config NRFX_RTC1
bool
config NRFX_RTC2
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_UART
bool
config NRFX_UARTE
bool
config NRFX_UARTE0
bool
select NRFX_UARTE
config NRFX_UARTE1
bool
select NRFX_UARTE
config NRFX_USBD
bool
select NRFX_SYSTICK
config NRFX_WDT
bool