From: Ma Jun <[email protected]> In current driver, the config of mbigen driver is a configurable option and have nothing to do with CONFIG_ARCH_HISI.
As a module of Hisilicon SOC, the config of mbigen driver should be selected by CONFIG_ARCH_HISI on Hisilicon platform, but not a configurable option. This patch set is applied to fix this problem. Ma Jun (2): ARM64: Enable mbigen interrupt controller on Hisilicon platform irqchip/mbigen:Change the config option of mbigen driver to non-configurable arch/arm64/Kconfig.platforms | 1 + drivers/irqchip/Kconfig | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-)

