Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363267
| From | MaJun <majun258@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2]ARM64: Enable mbigen interrupt controller on Hisilicon platform |
| Date | 2016-03-23 10:10 +0100 |
| Message-ID | <rfMXF-1bN-23@gated-at.bofh.it> (permalink) |
| References | <rfMXF-1bN-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Ma Jun <majun258@huawei.com> As a interrupt controller used on some of hisilicon SOCs(660,1610 etc.), mbigen driver should be enabled when CONFIG_ARCH_HISI is enabled. Signed-off-by: Ma Jun <majun258@huawei.com> --- arch/arm64/Kconfig.platforms | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 21074f6..fdfd526 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -37,6 +37,7 @@ config ARCH_LAYERSCAPE config ARCH_HISI bool "Hisilicon SoC Family" + select HISILICON_IRQ_MBIGEN help This enables support for Hisilicon ARMv8 SoC family -- 1.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] Change the the config option of mbigen driver. MaJun <majun258@huawei.com> - 2016-03-23 10:10 +0100
[PATCH 2/2] irqchip/mbigen:Change the config option of mbigen driver to non-configurable MaJun <majun258@huawei.com> - 2016-03-23 10:10 +0100
[tip:irq/urgent] irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden option tip-bot for MaJun <tipbot@zytor.com> - 2016-03-23 12:10 +0100
[PATCH 1/2]ARM64: Enable mbigen interrupt controller on Hisilicon platform MaJun <majun258@huawei.com> - 2016-03-23 10:10 +0100
[tip:irq/urgent] ARM64: Kconfig: Select mbigen interrupt controller on Hisilicon platform tip-bot for MaJun <tipbot@zytor.com> - 2016-03-23 12:10 +0100
Re: [PATCH 0/2] Change the the config option of mbigen driver. Arnd Bergmann <arnd@arndb.de> - 2016-03-23 13:20 +0100
csiph-web