summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Sun <sunying@nj.iscas.ac.cn>2022-06-29 16:06:52 +0800
committerMichal Simek <michal.simek@amd.com>2022-06-30 15:53:16 +0200
commitcdd23dd9fcd67cc3581d0f98a1c89acd90030336 (patch)
treed5bdccd9ad2ba671c535e31d376210049b64e3c5
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"
The "CONFIG_HANDLE_DOMAIN_IRQ" item has not been used right now. Remove the old unused selection in config MICROBLAZE. Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn> Link: https://lore.kernel.org/r/20220629080652.28029-1-sunying@nj.iscas.ac.cn Signed-off-by: Michal Simek <michal.simek@amd.com>
-rw-r--r--arch/microblaze/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 8cf429ad1c84..ed9ce6117263 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -45,7 +45,6 @@ config MICROBLAZE
select ZONE_DMA
select TRACE_IRQFLAGS_SUPPORT
select GENERIC_IRQ_MULTI_HANDLER
- select HANDLE_DOMAIN_IRQ
# Endianness selection
choice