zephyr/ext/hal/nordic/Kconfig

69 lines
678 B
Plaintext

#
# 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_NFCT
bool
select NRFX_TIMER4
config NRFX_PWM
bool
config NRFX_SAADC
bool
config NRFX_SPI
bool
config NRFX_SPIM
bool
config NRFX_SPIS
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_WDT
bool