Skip to content

Commit

Permalink
ARM: 6251/1: Make SPARSE_IRQ a hidden option
Browse files Browse the repository at this point in the history
SPARSE_IRQ doesn't need to be a visible option, only those platforms
supporting that will select it.

Signed-off-by: Eric Miao <eric.miao@canonical.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
eric miao authored and Russell King committed Jul 27, 2010
1 parent 5bc23d3 commit c1ba6ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1287,17 +1287,14 @@ config HW_PERF_EVENTS
disabled, perf events will use software events only.

config SPARSE_IRQ
bool "Support sparse irq numbering"
depends on EXPERIMENTAL
def_bool n
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.

source "mm/Kconfig"

config FORCE_MAX_ZONEORDER
Expand Down

0 comments on commit c1ba6ba

Please sign in to comment.