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:
parent
078be776ee
commit
e99af7db3d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue