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:
Thomas Strobel 2015-10-01 17:52:04 +02:00
parent 6dfb16730b
commit c720f06f7c

View file

@ -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