xiaoxiang781216 commented on code in PR #9304:
URL: https://github.com/apache/nuttx/pull/9304#discussion_r1195969655
##########
boards/arm64/a64/pinephone/Kconfig:
##########
@@ -17,4 +17,10 @@ config PINEPHONE_LCD
---help---
Select to enable support for LCD Display.
+config PINEPHONE_MODEM
+ bool "LTE Modem"
+ default n
+ ---help---
+ Select to enable support for Quectel EG25-G LTE Modem.
Review Comment:
There are some in drivers/modem, but I am not sure where the common driver
interface exists or not. It will be good additional to unify the interface
between apps and all possible modem hardware.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]