diff options
author | Wynn Wolf Arbor | 2020-10-25 11:22:47 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-10-25 11:22:47 +0100 |
commit | 4d9733446c7dae566979a2416785d3788cdbab78 (patch) | |
tree | d1cf379b44393330a8b1a16c699c1522cd837eea /fragments/devices | |
parent | 40a5d8efb2ed506fa978deb09b97a5e8d152619e (diff) | |
download | kernfrag-4d9733446c7dae566979a2416785d3788cdbab78.tar.gz |
fragments: Add fragment with the PL2303 serial-to-USB driver
Diffstat (limited to 'fragments/devices')
-rw-r--r-- | fragments/devices/usb/usbserial-pl2303 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fragments/devices/usb/usbserial-pl2303 b/fragments/devices/usb/usbserial-pl2303 new file mode 100644 index 0000000..f1e7403 --- /dev/null +++ b/fragments/devices/usb/usbserial-pl2303 @@ -0,0 +1,2 @@ +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_PL2303=m |