diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-28 01:13:24 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-28 01:15:47 +0200 |
commit | 165b66d910e34667a3c6473151aa61fd6b7fc150 (patch) | |
tree | 4d8cc074e23998e5d79ccafe259e77bd6998c9f4 /target/linux | |
parent | b71affaf8bec62e3c12298b9ac399ef51cedcac7 (diff) | |
download | upstream-165b66d910e34667a3c6473151aa61fd6b7fc150.tar.gz upstream-165b66d910e34667a3c6473151aa61fd6b7fc150.tar.bz2 upstream-165b66d910e34667a3c6473151aa61fd6b7fc150.zip |
realtek: rtl931x: fix missing CONFIG_COMMON_CLK_REALTEK config flag
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/rtl931x/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl931x/config-5.10 b/target/linux/realtek/rtl931x/config-5.10 index 319d766ae5..cc0fd34b38 100644 --- 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 |