drivers: serial: nrf: Remove false dependency on the gpio driver

Implementations of both flavors of serial drivers for Nordic SoCs
are no longer dependent on the gpio driver. Remove the dependency
from Kconfig.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2018-12-11 13:28:39 +01:00 committed by Carles Cufí
commit 7c13ba9965
2 changed files with 0 additions and 8 deletions

View file

@ -9,7 +9,6 @@ menuconfig UART_NRFX
bool "nRF UART nrfx drivers"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select GPIO
depends on SOC_FAMILY_NRF
help
Enable support for nrfx UART drivers for nRF MCU series.

View file

@ -12,13 +12,6 @@ source "soc/arm/nordic_nrf/*/Kconfig.defconfig.series"
config BUILD_OUTPUT_HEX
default y
if SERIAL
config GPIO
default y
endif # SERIAL
if GPIO
config GPIO_NRFX