diff mbox series

[v5,08/10] mips: select REALTEK_OTTO_TIMER for Realtek platforms

Message ID 20240710043524.1535151-9-chris.packham@alliedtelesis.co.nz (mailing list archive)
State Accepted
Commit 62b8db3afe3e93dd14baeddf081fe1200d5610e3
Headers show
Series mips: Support for RTL9302C | expand

Commit Message

Chris Packham July 10, 2024, 4:35 a.m. UTC
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>
---

Notes:
    Changes in v5:
    - New

 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f1aa1bf11166..df29c3930ffd 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)"