[arm64] Enable features to support Pinebook and other A64 systems:

CONFIG_USB_MUSB_HDRC, CONFIG_USB_MUSB_SUNXI, CONFIG_SUN8I_DE2_CCU,
CONFIG_DMA_SUN6I
This commit is contained in:
Vagrant Cascadian 2018-04-13 20:20:55 -07:00
parent d948b7a44d
commit 846bba8048
2 changed files with 17 additions and 0 deletions

5
debian/changelog vendored
View File

@ -11,6 +11,11 @@ linux (4.16-1~exp2) UNRELEASED; urgency=medium
[ James Clarke ]
* [ia64] Drop nic-modules Depends overrides (fixes FTBFS)
[ Vagrant Cascadian ]
* [arm64] Enable features to support Pinebook and other A64 systems:
CONFIG_USB_MUSB_HDRC, CONFIG_USB_MUSB_SUNXI, CONFIG_SUN8I_DE2_CCU,
CONFIG_DMA_SUN6I
-- Ben Hutchings <ben@decadent.org.uk> Sun, 08 Apr 2018 19:03:49 +0100
linux (4.16-1~exp1) experimental; urgency=medium

View File

@ -139,6 +139,11 @@ CONFIG_MSM_GCC_8916=y
CONFIG_MSM_GCC_8996=y
CONFIG_MSM_MMCC_8996=y
##
## file: drivers/clk/sunxi-ng/Kconfig
##
CONFIG_SUN8I_DE2_CCU=y
##
## file: drivers/cpufreq/Kconfig
##
@ -183,6 +188,7 @@ CONFIG_PL330_DMA=m
CONFIG_TEGRA20_APB_DMA=y
CONFIG_TEGRA210_ADMA=y
CONFIG_XGENE_DMA=m
CONFIG_DMA_SUN6I=m
##
## file: drivers/dma/qcom/Kconfig
@ -1012,6 +1018,12 @@ CONFIG_USB_ISP1760_DUAL_ROLE=y
##
CONFIG_USB_HSIC_USB3503=m
##
## file: drivers/usb/musb/Kconfig
##
CONFIG_USB_MUSB_HDRC=m
CONFIG_USB_MUSB_SUNXI=m
##
## file: drivers/usb/phy/Kconfig
##