diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-12 12:46:17 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-06-12 12:46:35 +0200 |
commit | 5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51 (patch) | |
tree | 8b3abca6736c2ac96c60d2eb17cdfb93be4c8502 /arch/microblaze/Kconfig.debug | |
parent | microblaze: heartbeat: fix missing prom.h include (diff) | |
download | linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.tar.xz linux-5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51.zip |
microblaze: Remove architecture heart beat code
There is no reason to keep this gpio based code in architecture. Use
ledtrig-heartbeat.c instead which is much more flexible then this
ancient code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/microblaze/Kconfig.debug')
-rw-r--r-- | arch/microblaze/Kconfig.debug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/microblaze/Kconfig.debug b/arch/microblaze/Kconfig.debug index 331a3bb66297..93a737c8d1a6 100644 --- a/arch/microblaze/Kconfig.debug +++ b/arch/microblaze/Kconfig.debug @@ -8,11 +8,4 @@ config TRACE_IRQFLAGS_SUPPORT source "lib/Kconfig.debug" -config HEART_BEAT - bool "Heart beat function for kernel" - default n - help - This option turns on/off heart beat kernel functionality. - First GPIO node is taken. - endmenu |