drivers: modem: wnc-m14a2a: imply GPIO usage

CONFIG_GPIO may not be enabled on some HW, so let's make sure to
enable it if the dependencies are met, as the WNC-M14A2A driver
needs to set power, reset and other GPIOs.

Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
Michael Scott 2019-03-07 10:00:00 -08:00 committed by Anas Nashif
parent 078be776ee
commit e99af7db3d

View file

@ -10,6 +10,7 @@ menuconfig MODEM_WNCM14A2A
bool "Enable Wistron LTE-M modem driver"
select MODEM_RECEIVER
select NET_OFFLOAD
imply GPIO
select UART_MCUX_2 if BOARD_FRDM_K64F
select GPIO_NRF_P1 if SOC_NRF52840
select UART_1_NRF_UARTE if SOC_NRF52840