ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 25 Nov 2012 15:10:15 +0000 (15:10 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 29 Nov 2012 16:53:35 +0000 (16:53 +0000)
Kernel does not contain symbol HAVE_SPARSE_IRQ. Definition
in arch/arm64/Kconfig seems typo because valid symbol is
MAY_HAVE_SPARSE_IRQ.
In any case SPARSE_IRQ is selected by default and we just
remove selecting of this symbol.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig

index d89b3efb98d11c2028edfbd5a746463e0abacd17..2adf340b8589b945a0ee18739757038167b6568e 100644 (file)
@@ -24,7 +24,6 @@ config ARM64
        select HAVE_IRQ_WORK
        select HAVE_MEMBLOCK
        select HAVE_PERF_EVENTS
-       select HAVE_SPARSE_IRQ
        select IRQ_DOMAIN
        select MODULES_USE_ELF_RELA
        select NO_BOOTMEM