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

arm has an optional MULTI_IRQ_HANDLER, which openrisc 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 openrisc local config
symbol will be removed once openrisc 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-3-palmer@sifive.com
arch/openrisc/Kconfig