aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sh/intc/Kconfig')
-rw-r--r--drivers/sh/intc/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
index 60228fae943f..6a1b05ddc8c9 100644
--- a/drivers/sh/intc/Kconfig
+++ b/drivers/sh/intc/Kconfig
@@ -1,7 +1,9 @@
config SH_INTC
- def_bool y
+ bool
select IRQ_DOMAIN
+if SH_INTC
+
comment "Interrupt controller options"
config INTC_USERIMASK
@@ -37,3 +39,5 @@ config INTC_MAPPING_DEBUG
between system IRQs and the per-controller id tables.
If in doubt, say N.
+
+endif