Skip to content

Commit

Permalink
linux-tegra: enable wwan related drivers for photon-xavier-nx
Browse files Browse the repository at this point in the history
enable cdc-wdm, sierra-net, cdc-ncm, and mii.

Signed-off-by: Pelle van Gils <[email protected]>
  • Loading branch information
pgils committed Jun 26, 2020
1 parent 8190279 commit d4854ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ RESIN_CONFIGS[tlc591xx] = " \
CONFIG_LEDS_TLC591XX=m \
"

RESIN_CONFIGS_append_photon-xavier-nx = " cdc-wdm"
RESIN_CONFIGS[cdc-wdm] = " \
CONFIG_USB_WDM=m \
"

RESIN_CONFIGS_append_photon-xavier-nx = " sierra-net"
RESIN_CONFIGS[sierra-net] = " \
CONFIG_USB_SIERRA_NET=m \
"
Expand All @@ -190,6 +192,7 @@ RESIN_CONFIGS_DEPS[sierra-net] = " \
CONFIG_USB_USBNET=m \
"

RESIN_CONFIGS_append_photon-xavier-nx = " cdc-ncm"
RESIN_CONFIGS[cdc-ncm] = " \
CONFIG_USB_NET_CDC_NCM=m \
"
Expand All @@ -198,6 +201,7 @@ RESIN_CONFIGS_DEPS[cdc-ncm] = " \
CONFIG_USB_USBNET=m \
"

RESIN_CONFIGS_append_photon-xavier-nx = " mii"
RESIN_CONFIGS[mii] = " \
CONFIG_MII=m \
"
Expand Down

0 comments on commit d4854ce

Please sign in to comment.