zephyr/ext/hal/nordic/Kconfig
Andrzej Głąbek cc185bc02b ext: nordic: Add missing NRFX_UARTE[2,3] Kconfig options
Definitions of these two options were missing, altought the symbols
that would be created for them were already referenced from
`ext/hal/nordic/nrfx_config_nrf9160.h`.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-03-05 13:38:18 -05:00

124 lines
1.2 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_UARTE2
bool
select NRFX_UARTE
config NRFX_UARTE3
bool
select NRFX_UARTE
config NRFX_USBD
bool
select NRFX_SYSTICK
config NRFX_WDT
bool