rockchip: add rtl8152 and dm9601 usb ethernet#9638
rockchip: add rtl8152 and dm9601 usb ethernet#9638netrunnereve wants to merge 1 commit intoarmbian:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request enables specific USB-to-Ethernet network drivers (RTL8152, USBNET, DM9601) in the Rockchip vendor kernel configuration, replacing a previous blanket disable of USB network drivers while explicitly keeping other USB network driver options disabled. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
As discussed in #9630 this enables support for the dm9601 ethernet adapter on the Luckfox Lyra. I also had a rtl8152 adapter lying around and got that one working as well on my board.
My guess is that probably more adapters can be enabled here, but obviously I have no way to test that.
How Has This Been Tested?
Both usb ethernet adapters are working properly with network access on my Luckfox Lyra using the Lyra Plus board setup.
My compile command:
./compile.sh BOARD=luckfox-lyra-plus BRANCH=vendor PREFER_DOCKER=yes BUILD_DESKTOP=no BUILD_MINIMAL=yes RELEASE=trixie KERNEL_GIT=shallow EXTRAWIFI=no KERNEL_CONFIGURE=no KERNEL_BTF=yesChecklist:
Summary by CodeRabbit