diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2014-04-08 00:22:26 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-28 11:07:23 +0200 |
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 select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_HIGHMEM select SYS_SUPPORTS_LITTLE_ENDIAN - select USE_GENERIC_EARLY_PRINTK_8250 help The SNI RM200/300/400 are MIPS-based machines manufactured by Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid |