aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig.debug
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-03-27 21:06:59 -0500
committerMichal Simek <michal.simek@xilinx.com>2018-04-23 12:43:45 +0200
commit96f0e6fcc9add1f063984be32073fe8b1d39b664 (patch)
treef0abd8e3f5f8a2c55e96266898b8406f1abb4900 /arch/microblaze/Kconfig.debug
parentmicroblaze: remove unnecessary prom.h includes (diff)
downloadlinux-dev-96f0e6fcc9add1f063984be32073fe8b1d39b664.tar.xz
linux-dev-96f0e6fcc9add1f063984be32073fe8b1d39b664.zip
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.debug8
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