diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2022-08-30 16:48:46 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-31 23:25:39 +0200 |
commit | 78c0fb69275be14c7f46e97c0df3932807c0dd56 (patch) | |
tree | 964b45e956bd909d9697ab4c1adcb805c290d3b7 /target/linux/realtek | |
parent | 6ff21c436dd93646f924efdd73c4b3fc59501ad3 (diff) | |
download | upstream-78c0fb69275be14c7f46e97c0df3932807c0dd56.tar.gz upstream-78c0fb69275be14c7f46e97c0df3932807c0dd56.tar.bz2 upstream-78c0fb69275be14c7f46e97c0df3932807c0dd56.zip |
realtek: Fix missing clock module CONFIG setting
Since introduction of clock driver we have a new kernel config
setting. Provide an initial value for the 930x targets.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r-- | target/linux/realtek/rtl930x/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl930x/config-5.10 b/target/linux/realtek/rtl930x/config-5.10 index 5afe90f236..9984533c06 100644 --- a/target/linux/realtek/rtl930x/config-5.10 +++ b/target/linux/realtek/rtl930x/config-5.10 @@ -14,6 +14,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 |