]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mips: select REALTEK_OTTO_TIMER for Realtek platforms
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Wed, 10 Jul 2024 04:35:22 +0000 (16:35 +1200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 12 Jul 2024 11:12:08 +0000 (13:12 +0200)
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 <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig

index c14192514e9dbeaf5d07d8eed7482dc170afa920..28af3d9e6bc0c1b3698456aef6a02a7b07f8d82d 100644 (file)
@@ -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)"