diff options
author | Rob Herring <robh@kernel.org> | 2018-03-28 05:06:59 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 13:43:45 +0300 |
commit | 96f0e6fcc9add1f063984be32073fe8b1d39b664 (patch) | |
tree | f0abd8e3f5f8a2c55e96266898b8406f1abb4900 /arch/microblaze/Kconfig.debug | |
parent | f71044c999bf01f2875f26b0df7c0d172d257326 (diff) | |
download | linux-96f0e6fcc9add1f063984be32073fe8b1d39b664.tar.xz |
microblaze: remove redundant early_printk support
With earlycon support now enabled, the arch specific early_printk support
can be removed.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/Kconfig.debug')
-rw-r--r-- | arch/microblaze/Kconfig.debug | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/microblaze/Kconfig.debug b/arch/microblaze/Kconfig.debug index 012e377330cd..331a3bb66297 100644 --- a/arch/microblaze/Kconfig.debug +++ b/arch/microblaze/Kconfig.debug @@ -8,14 +8,6 @@ config TRACE_IRQFLAGS_SUPPORT source "lib/Kconfig.debug" -config EARLY_PRINTK - bool "Early printk function for kernel" - depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE - default n - help - This option turns on/off early printk messages to console. - First Uartlite node is taken. - config HEART_BEAT bool "Heart beat function for kernel" default n |