|
@@ -726,8 +726,9 @@ config GUSA_RB
|
|
disabling interrupts around the atomic sequence.
|
|
disabling interrupts around the atomic sequence.
|
|
|
|
|
|
config SPARSE_IRQ
|
|
config SPARSE_IRQ
|
|
- bool "Support sparse irq numbering"
|
|
|
|
- depends on EXPERIMENTAL
|
|
|
|
|
|
+ def_bool y
|
|
|
|
+ depends on SUPERH32 && !SH_DREAMCAST && !SH_HIGHLANDER && \
|
|
|
|
+ !SH_RTS7751R2D && !HD64461 && !SH_7724_SOLUTION_ENGINE
|
|
help
|
|
help
|
|
This enables support for sparse irqs. This is useful in general
|
|
This enables support for sparse irqs. This is useful in general
|
|
as most CPUs have a fairly sparse array of IRQ vectors, which
|
|
as most CPUs have a fairly sparse array of IRQ vectors, which
|