drivers: modem: hl7800: do not require DEVICE_POWER_MANAGEMENT
Remove requirement for DEVICE_POWER_MANAGEMENT, the driver does not need it to operate. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
ad04354110
commit
03e62be290
|
@ -7,7 +7,6 @@ menuconfig MODEM_HL7800
|
|||
bool "Enable Sierra Wireless HL7800 modem driver"
|
||||
select MODEM_RECEIVER
|
||||
select NET_OFFLOAD
|
||||
select DEVICE_POWER_MANAGEMENT
|
||||
imply GPIO
|
||||
help
|
||||
Choose this setting to enable
|
||||
|
|
Loading…
Reference in a new issue