mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: 6251/1: Make SPARSE_IRQ a hidden option
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>
This commit is contained in:
parent
5bc23d32d8
commit
c1ba6ba3dd
1 changed files with 1 additions and 4 deletions
|
@ -1287,8 +1287,7 @@ config HW_PERF_EVENTS
|
||||||
disabled, perf events will use software events only.
|
disabled, perf events will use software events only.
|
||||||
|
|
||||||
config SPARSE_IRQ
|
config SPARSE_IRQ
|
||||||
bool "Support sparse irq numbering"
|
def_bool n
|
||||||
depends on EXPERIMENTAL
|
|
||||||
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
|
||||||
|
@ -1296,8 +1295,6 @@ config SPARSE_IRQ
|
||||||
number of off-chip IRQs will want to treat this as
|
number of off-chip IRQs will want to treat this as
|
||||||
experimental until they have been independently verified.
|
experimental until they have been independently verified.
|
||||||
|
|
||||||
If you don't know what to do here, say N.
|
|
||||||
|
|
||||||
source "mm/Kconfig"
|
source "mm/Kconfig"
|
||||||
|
|
||||||
config FORCE_MAX_ZONEORDER
|
config FORCE_MAX_ZONEORDER
|
||||||
|
|
Loading…
Add table
Reference in a new issue