aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2022-06-24 14:16:32 +0200
committerMichal Simek <michal.simek@amd.com>2022-06-24 14:16:32 +0200
commitaec051d813906f2a52b840d0d12a0764370aba1a (patch)
tree3b40db680c0c574c8813cd5b0e670e017b346c8a /arch/Kconfig
parenta36d86720f23a6dd503073a82905002b88c8e363 (diff)
downloadu-boot-aec051d813906f2a52b840d0d12a0764370aba1a.tar.gz
microblaze: Remove interrupt handler
The primary purpose for this code was timer. By converting it to CONFIG_TIMER there is no code which uses this implementation that's why remove it. If there is a need to handle interrupts this patch can be reverted in future. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/5f2decc5a30a5678490ebde26d8c6f5a5f873cda.1654684731.git.michal.simek@amd.com
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 3d02d8e71af..a8d0123b810 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -74,7 +74,6 @@ config M68K
config MICROBLAZE
bool "MicroBlaze architecture"
select SUPPORT_OF_CONTROL
- imply CMD_IRQ
imply CMD_TIMER
imply SPL_REGMAP if SPL
imply SPL_TIMER if SPL