From systemd v244 which is used from tizen, it requires
CONFIG_FW_LOADER_USER_HELPER=n and CONFIG_CRYPTO_USER_API_HASH.
Refer below requirements of systemd:
Userspace firmware loading is not supported and should be disabled in
the kernel.
Kernel crypto/hash API
Change-Id: Ib0ffc46fd1d0e57399b5b17a7d5bc9a8aa844815
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
CONFIG_PROC_FS=y
CONFIG_FHANDLE=y
CONFIG_CRYPTO=y
+CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_SHA256=y
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
+CONFIG_FW_LOADER_USER_HELPER=n
CONFIG_AUTOFS4_FS=y
#