arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"
authorYing Sun <sunying@nj.iscas.ac.cn>
Wed, 29 Jun 2022 08:06:52 +0000 (16:06 +0800)
committerMichal Simek <michal.simek@amd.com>
Thu, 30 Jun 2022 13:53:16 +0000 (15:53 +0200)
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>
arch/microblaze/Kconfig

index 8cf429ad1c84fb19cf2ca41dd3b6a95a4b5e622e..ed9ce6117263676fd963fca21f4be7e9390f1f19 100644 (file)
@@ -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