]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Set CONFIG_MULTI_IRQ_HANDLER
authorPalmer Dabbelt <palmer@sifive.com>
Wed, 4 Apr 2018 04:31:28 +0000 (21:31 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 4 Apr 2018 10:04:28 +0000 (12:04 +0200)
commitf1770c2aa3732690c42a2e4d2b0d956283e2648d
tree7b531cb9bea56eff59afc6d9d3f960d4ca7e7ce7
parent07cf636d76e2d244153739c654fec5ad50e1479c
arm64: Set CONFIG_MULTI_IRQ_HANDLER

arm has an optional MULTI_IRQ_HANDLER, which arm64 copied but didn't make
optional.  The multi irq handler infrastructure has been copied to generic
code selectable with a new config symbol. That symbol can be selected by
randconfig builds and can cause build breakage.

Introduce CONFIG_MULTI_IRQ_HANDLER as an intermediate step which prevents
the core config symbol from being selected. The arm64 local config symbol
will be removed once arm64 gets converted to the generic code.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20180404043130.31277-2-palmer@sifive.com
arch/arm64/Kconfig