Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable usb + usb network adapters
This PR enables USB 2.0/3.0 devices in the kernel. It also, then, enables the use of usb network adapters. This is useful in a baremetal scenario where I'm using a usb-c to ethernet adapter for the node. The options I explicitly enabled were: `CONFIG_USB`, `CONFIG_USB_XHCI_HCD`, `CONFIG_USB_NET_DRIVERS`, and finally `CONFIG_USB_RTL8152`. All others were added automatically by menuconfig. Also added in a readme for how to make kernel config changes. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
- Loading branch information