Hello.
thomas@xxxxxxxxxxxxxxxxxx wrote:
This patch introduces a number of configuration variables. These allow to
specify presence/absence of integrated peripherals found on the MIPS
RM9xxx processor family, based on the particular processor model used.
Signed-off-by: Thomas Koeller <thomas.koeller@xxxxxxxxxxxxx>
[...]
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 96165d7..8affac6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
[...]
@@ -1021,6 +1028,15 @@ config EMMA2RH
depends on MARKEINS
default y
+config SERIAL_RM9000
+ bool
+
Haven't you just renamed this option to SERIAL_8250_RM9K?
WBR, Sergei