diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-05-15 19:25:39 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-05-15 19:26:08 +0100 |
commit | db916ad55e646345ed0aca1240829c4d8a72378c (patch) | |
tree | 669c27d7de3f8d611a708ead73fe395a6bd5fac7 /kernel-aarch64-debug.config | |
parent | cbd87613cc306a7ccd5ce4006daf8dc737922c3f (diff) | |
download | kernel-db916ad55e646345ed0aca1240829c4d8a72378c.tar.gz kernel-db916ad55e646345ed0aca1240829c4d8a72378c.tar.xz kernel-db916ad55e646345ed0aca1240829c4d8a72378c.zip |
explicitly enable Arm GIC power management
Diffstat (limited to 'kernel-aarch64-debug.config')
-rw-r--r-- | kernel-aarch64-debug.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index e5d0c2434..0c38b3f4c 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -338,6 +338,7 @@ CONFIG_ARM_CRYPTO=y CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 CONFIG_ARM_DMA_USE_IOMMU=y CONFIG_ARM_DSU_PMU=m +CONFIG_ARM_GIC_PM=m CONFIG_ARM_GIC_V2M=y CONFIG_ARM_GIC_V3_ITS=y CONFIG_ARM_GIC_V3=y |