[arm64] Enable more drivers for X-Gene (Really closes: #840061)

This commit is contained in:
Ben Hutchings 2016-11-16 21:22:18 +00:00
parent 96f3d8b5c3
commit 2d21aaf508
2 changed files with 11 additions and 0 deletions

3
debian/changelog vendored
View File

@ -53,6 +53,9 @@ linux (4.8.8-1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"
(Closes: #844491)
* [arm64] Enable more drivers for X-Gene (Really closes: #840061):
- DMA: Enable XGENE_DMA as module
- EDAC: Enable EDAC and EDAC_MM_EDAC, EDAC_XGENE as modules
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 15 Nov 2016 22:01:08 +0100

View File

@ -106,6 +106,7 @@ CONFIG_DMADEVICES=y
CONFIG_DMA_BCM2835=y
CONFIG_TEGRA20_APB_DMA=y
CONFIG_TEGRA210_ADMA=y
CONFIG_XGENE_DMA=m
##
## file: drivers/dma/qcom/Kconfig
@ -114,6 +115,13 @@ CONFIG_QCOM_BAM_DMA=m
CONFIG_QCOM_HIDMA_MGMT=m
CONFIG_QCOM_HIDMA=m
##
## file: drivers/edac/Kconfig
##
CONFIG_EDAC=y
CONFIG_EDAC_MM_EDAC=m
CONFIG_EDAC_XGENE=m
##
## file: drivers/extcon/Kconfig
##