realtek: rtl931x: fix missing CONFIG_COMMON_CLK_REALTEK config flag
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 27 Sep 2022 23:13:24 +0000 (01:13 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 27 Sep 2022 23:15:47 +0000 (01:15 +0200)
When the realtek clock driver was introduced, CONFIG_COMMON_CLK_REALTEK
was not correctly disabled for other subtarget. Add the missing config
flag to fix compilation error on buildbot.

Fixes: 4850bd887c3a ("realtek: add RTL83XX clock driver")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/realtek/rtl931x/config-5.10

index 319d766ae556b2657c9cf65ca6fc916e6e738bd3..cc0fd34b385add61813f5e60a7422ee163ef78bb 100644 (file)
@@ -12,6 +12,7 @@ CONFIG_CLKSRC_MMIO=y
 CONFIG_CLONE_BACKWARDS=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_BOSTON=y
+# CONFIG_COMMON_CLK_REALTEK is not set
 CONFIG_COMPAT_32BIT_TIME=y
 CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
 CONFIG_CPU_BIG_ENDIAN=y