projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71affa
)
realtek: rtl931x: fix missing CONFIG_COMMON_CLK_REALTEK config flag
author
Christian Marangi
<
[email protected]
>
Tue, 27 Sep 2022 23:13:24 +0000
(
01:13
+0200)
committer
Christian Marangi
<
[email protected]
>
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 <
[email protected]
>
target/linux/realtek/rtl931x/config-5.10
patch
|
blob
|
history
diff --git
a/target/linux/realtek/rtl931x/config-5.10
b/target/linux/realtek/rtl931x/config-5.10
index 319d766ae556b2657c9cf65ca6fc916e6e738bd3..cc0fd34b385add61813f5e60a7422ee163ef78bb 100644
(file)
--- a/
target/linux/realtek/rtl931x/config-5.10
+++ b/
target/linux/realtek/rtl931x/config-5.10
@@
-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