linux: add CONFIG_KEY_DH_OPERATIONS

This commit is contained in:
Yorick
2018-05-14 02:03:42 +02:00
committed by GitHub
parent 09204fe806
commit f8dc3abbb0

View File

@@ -636,6 +636,11 @@ with stdenv.lib;
X86_X2APIC y
IRQ_REMAP y
''}
# needed for iwd WPS support (wpa_supplicant replacement)
${optionalString (versionAtLeast version "4.7") ''
CONFIG_KEY_DH_OPERATIONS y
''}
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK? n