From: Chris Packham Date: Wed, 10 Jul 2024 04:35:22 +0000 (+1200) Subject: mips: select REALTEK_OTTO_TIMER for Realtek platforms X-Git-Tag: v6.11-rc1~95^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62b8db3afe3e93dd14baeddf081fe1200d5610e3;p=thirdparty%2Fkernel%2Flinux.git mips: select REALTEK_OTTO_TIMER for Realtek platforms When MACH_REALTEK_RTL is selected automatically select the REALTEK_OTTO_TIMER option in order to support the Realtek platforms that require it. Signed-off-by: Chris Packham Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c14192514e9db..28af3d9e6bc0c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -667,6 +667,7 @@ config MACH_REALTEK_RTL select BOOT_RAW select PINCTRL select USE_OF + select REALTEK_OTTO_TIMER config SGI_IP22 bool "SGI IP22 (Indy/Indigo2)"