meta-quanta: gbs: enable hash api for systemd

Kernel crypto/hash API
   CONFIG_CRYPTO_HMAC
   CONFIG_CRYPTO_SHA256
   CONFIG_CRYPTO_USER_API_HASH

The requirement can be found at
https://github.com/systemd/systemd/blob/master/README

This API is necessary for the UUID feature that you can
find the implementation in the bmcweb.
https://github.com/openbmc/bmcweb/blob/master/redfish-core/include/utils/systemd_utils.hpp

Refer https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/31523

but these were removed in https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/41257

Signed-off-by: JunLin Chen <Jun-Lin.Chen@quantatw.com>
Change-Id: If2dcc552198da05837659a560871db9084e3da37
diff --git a/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg b/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
index 0fca825..324af83 100644
--- a/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
+++ b/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
@@ -119,3 +119,8 @@
 CONFIG_MUX_MMIO=y
 CONFIG_NPCM7XX_LPC_BPC=y
 CONFIG_MTD_PARTITIONED_MASTER=y
+
+# Enable hmac api for UUID
+CONFIG_CRYPTO_HMAC=y
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_USER_API_HASH=y