diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2024-07-10 16:35:22 +1200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-07-12 13:12:08 +0200 |
commit | 62b8db3afe3e93dd14baeddf081fe1200d5610e3 (patch) | |
tree | 936424f6429b1eabaae5a35ea2af80ccb5894c87 /arch/mips | |
parent | 371c358d523f3e6878587ddb16dd61a4a89bef9e (diff) |
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 <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c14192514e9d..28af3d9e6bc0 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)" |