diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2014-04-07 18:22:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-28 05:07:23 -0400 |
commit | 5ec79bf919ddb53fd98893b7217897c839aa19cc (patch) | |
tree | c1789f3fb05d4002d58b2b92d762068b01a50043 /arch/mips/Kconfig | |
parent | 739cec8f187f1ea920b8821ef4ae733bc097085c (diff) |
MIPS: SNI: Remove USE_GENERIC_EARLY_PRINTK_8250
SNI RM code has its own EARLY_PRINTK support no need for some generic 8250
stuff.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6715/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 125edd4221b2..feb96cbb3940 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -683,7 +683,6 @@ config SNI_RM | |||
683 | select SYS_SUPPORTS_BIG_ENDIAN | 683 | select SYS_SUPPORTS_BIG_ENDIAN |
684 | select SYS_SUPPORTS_HIGHMEM | 684 | select SYS_SUPPORTS_HIGHMEM |
685 | select SYS_SUPPORTS_LITTLE_ENDIAN | 685 | select SYS_SUPPORTS_LITTLE_ENDIAN |
686 | select USE_GENERIC_EARLY_PRINTK_8250 | ||
687 | help | 686 | help |
688 | The SNI RM200/300/400 are MIPS-based machines manufactured by | 687 | The SNI RM200/300/400 are MIPS-based machines manufactured by |
689 | Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid | 688 | Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid |