-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: drivers: build_all: add HL7800 driver
Add the HL7800 modem driver to the build_all drivers test. Signed-off-by: Ryan Erickson <[email protected]>
- Loading branch information
1 parent
e36fc53
commit 669ab7b
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CONFIG_TEST=y | ||
CONFIG_TEST_USERSPACE=y | ||
CONFIG_NETWORKING=y | ||
CONFIG_NET_IPV4=y | ||
CONFIG_MODEM=y | ||
CONFIG_MODEM_HL7800=y | ||
CONFIG_MODEM_HL7800_FW_UPDATE=y | ||
CONFIG_MODEM_HL7800_SET_APN_NAME_ON_STARTUP=y | ||
CONFIG_MODEM_HL7800_APN_NAME="internet" | ||
CONFIG_MODEM_HL7800_RAT_M1=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters