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:
parent
754ab1d1b0
commit
7c13ba9965
2 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue