Skip to content

Commit

Permalink
fix: Enable Realtek networking to Jetson
Browse files Browse the repository at this point in the history
This driver was originally included with the Jetson image, but was
dropped when we moved to Kconfig.

Signed-off-by: Jake Garver <jake@nvidia.com>
Reviewed-by: Ashish Singhal <ashishsingha@nvidia.com>
Tested-by: Ashish Singhal <ashishsingha@nvidia.com>
  • Loading branch information
jgarver authored and ashishsingha committed Mar 16, 2024
1 parent a03bece commit d0aab48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Platform/NVIDIA/Jetson/Jetson.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CONFIG_UFS=y
CONFIG_SATA=y
CONFIG_NETWORKING_DEVICE_NVIDIA=y
CONFIG_NETWORKING_DEVICE_ASIX=y
CONFIG_NETWORKING_DEVICE_REALTEK=y
CONFIG_FS_EXT4=y
CONFIG_NVIDIA_DISPLAY=y
CONFIG_IPMI_BMC=y
Expand Down

0 comments on commit d0aab48

Please sign in to comment.