mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
linux kernel common config: re-enable NFC support
As test, Linux kernels were build successfully with NFC support for 3.18.x and for 4.1.x.
This commit is contained in:
parent
6dfb16730b
commit
c720f06f7c
@ -478,8 +478,6 @@ with stdenv.lib;
|
||||
''}
|
||||
ZRAM m
|
||||
|
||||
${optionalString (versionAtLeast version "3.17") "NFC? n"}
|
||||
|
||||
# Enable firmware loading via udev (legacy).
|
||||
${optionalString (versionAtLeast version "3.17") ''
|
||||
FW_LOADER_USER_HELPER_FALLBACK y
|
||||
|
Loading…
Reference in New Issue
Block a user