Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181172
b: refs/heads/master
c: 4b842c8
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Feb 2, 2010
1 parent 9c13345 commit 3ec9621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: deb9b22b8968fa0166d89c8ad1346e816cf1aec4
refs/heads/master: 4b842c8571240d1173eaf00e114cc5cc160f1722
16 changes: 4 additions & 12 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ config GENERIC_IRQ_PROBE
config IRQ_PER_CPU
def_bool y

config SPARSE_IRQ
def_bool y
depends on SUPERH32

config GENERIC_GPIO
def_bool n

Expand Down Expand Up @@ -728,18 +732,6 @@ config GUSA_RB
LLSC, this should be more efficient than the other alternative of
disabling interrupts around the atomic sequence.

config SPARSE_IRQ
def_bool y
depends on SUPERH32 && !SH_HIGHLANDER && !SH_RTS7751R2D
help
This enables support for sparse irqs. This is useful in general
as most CPUs have a fairly sparse array of IRQ vectors, which
the irq_desc then maps directly on to. Systems with a high
number of off-chip IRQs will want to treat this as
experimental until they have been independently verified.

If you don't know what to do here, say N.

endmenu

menu "Boot options"
Expand Down

0 comments on commit 3ec9621

Please sign in to comment.