clk: clean scmi related config [1/1]

PD#SWPL-170472

Problem:
scmi macro configuration is improper. For 64-bit only
need to configure CONFIG_COMMON_CLK_SCMI and for 32-bit
need to configure CONFIG_ARM_SCMI_PROTOCOL=y to
a32_base_defconfig

Solution:
fix it

Verify:
s7

Change-Id: I2cd9750fc59a85b1fba1b561569400c812e2cd3d
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
diff --git a/modules.bzl b/modules.bzl
index b051973..9ea56f1 100644
--- a/modules.bzl
+++ b/modules.bzl
@@ -133,6 +133,7 @@
     "drivers/net/phy/realtek.ko",
     "drivers/regulator/gpio-regulator.ko",
     "drivers/regulator/pwm-regulator.ko",
+    "drivers/clk/clk-scmi.ko",
     "fs/ntfs3/ntfs3.ko",
     "net/mac80211/mac80211.ko",
     "net/wireless/cfg80211.ko",