Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SPARSE_IRQ
has multiple definitions:
kernel/irq/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
CONFIG_MAY_HAVE_SPARSE_IRQ
Sparse irq numbering is useful for distro kernels that want to define a high NR_CPUS value but still want to have low kernel memory footprint on smaller machines.
( Sparse irqs can also be beneficial on NUMA boxes, as they spread out the interrupt descriptors in a more NUMA-friendly way. )
If you don't know what to do here, say N.
arch/powerpc/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
(none)
This enables support for sparse irqs. This is useful for distro kernels that want to define a high NR_CPUS value but still want to have low kernel memory footprint on smaller machines.
( Sparse IRQs can also be beneficial on NUMA boxes, as they spread out the irq_desc[] array in a more NUMA-friendly way. )
If you don't know what to do here, say N.
arch/arm/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
(none)
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.
arch/x86/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
CONFIG_PCI_MSI || CONFIG_HT_IRQ
This enables support for sparse irqs. This is useful for distro kernels that want to define a high NR_CPUS value but still want to have low kernel memory footprint on smaller machines.
( Sparse IRQs can also be beneficial on NUMA boxes, as they spread out the irq_desc[] array in a more NUMA-friendly way. )
If you don't know what to do here, say N.
arch/sh/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
CONFIG_SUPERH32
(none)
arch/sh/Kconfig
The configuration item CONFIG_SPARSE_IRQ:
CONFIG_EXPERIMENTAL
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.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab