Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5d1e59b984f03c640a89ee15aa894ccdd98df1d6
/
.
/
drivers
/
gpio
/
Kconfig.nrfx
blob: 6757b6b12e9fa81da93c79c65f16cd2bb76f31b8 [
file
] [
log
] [
blame
]
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config GPIO_NRFX
bool
"nRF GPIO driver"
default
y
depends on DT_HAS_NORDIC_NRF_GPIO_ENABLED
select
NRFX_GPIOTE
help
Enable
GPIO driver
for
nRF line of
MCUs
.