diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2016-02-26 18:16:52 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 19:58:15 -0700 |
| commit | 638f324728768ac3bd3c93372da9efcc833273da (patch) | |
| tree | 858b36bc37836b6461dff9e89674cfd05f65f5f6 /arch | |
| parent | 745f49266d29f3adb570f86d20474cc7f2ea500d (diff) | |
irqchip: Compile IRQ_MSM
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index ac6e64b4fee5..8087882ac33f 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -53,7 +53,8 @@ config ARCH_QCOM select HAVE_CLK select HAVE_CLK_PREPARE select PM_OPP - select SOC_BUS + select SOC_BUS + select MSM_IRQ help This enables support for the ARMv8 based Qualcomm chipsets. |
