1# Copyright (c) 2018 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_NRFX
5	bool "nRF GPIO driver"
6	default y
7	depends on DT_HAS_NORDIC_NRF_GPIO_ENABLED
8	select NRFX_GPIOTE
9	help
10	  Enable GPIO driver for nRF line of MCUs.
11