kernel config: Disable USB_SERIAL_* on 4.16 and above
They got removed: commit 003948c54e5b5034a9bbb4923336f5aba125eae6 Author: Benjamin Gilbert <benjamin.gilbert@coreos.com> Date: Tue Jan 23 18:06:30 2018 -0800 USB: serial: keyspan: Drop firmware Kconfig options The USB_SERIAL_KEYSPAN_* firmware options no longer do anything.
This commit is contained in:
parent
db38e0c7e7
commit
7a7e8a8004
@ -232,7 +232,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
# USB serial devices.
|
# USB serial devices.
|
||||||
USB_SERIAL_GENERIC y # USB Generic Serial Driver
|
USB_SERIAL_GENERIC y # USB Generic Serial Driver
|
||||||
USB_SERIAL_KEYSPAN_MPR y # include firmware for various USB serial devices
|
|
||||||
|
# Include firmware for various USB serial devices.
|
||||||
|
# Only applicable for kernels below 4.16, after that no firmware is shipped in the kernel tree.
|
||||||
|
${optionalString (versionOlder version "4.16") ''
|
||||||
|
USB_SERIAL_KEYSPAN_MPR y
|
||||||
USB_SERIAL_KEYSPAN_USA28 y
|
USB_SERIAL_KEYSPAN_USA28 y
|
||||||
USB_SERIAL_KEYSPAN_USA28X y
|
USB_SERIAL_KEYSPAN_USA28X y
|
||||||
USB_SERIAL_KEYSPAN_USA28XA y
|
USB_SERIAL_KEYSPAN_USA28XA y
|
||||||
@ -244,6 +248,7 @@ with stdenv.lib;
|
|||||||
USB_SERIAL_KEYSPAN_USA19QI y
|
USB_SERIAL_KEYSPAN_USA19QI y
|
||||||
USB_SERIAL_KEYSPAN_USA49W y
|
USB_SERIAL_KEYSPAN_USA49W y
|
||||||
USB_SERIAL_KEYSPAN_USA49WLC y
|
USB_SERIAL_KEYSPAN_USA49WLC y
|
||||||
|
''}
|
||||||
|
|
||||||
# Device mapper (RAID, LVM, etc.)
|
# Device mapper (RAID, LVM, etc.)
|
||||||
MD y
|
MD y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user