[armhf] Enable new drivers for Allwinner chips (Closes: #804856)

- crypto: Enable CRYPTO_DEV_SUN4I_SS as module
- musb: Enable USB_MUSB_SUNXI as module
This commit is contained in:
Ben Hutchings 2015-11-12 16:49:16 +00:00
parent cdec8195c2
commit 757098d2d7
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -18,6 +18,9 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
* [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
- linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to
avoid driver conflicts
* [armhf] Enable new drivers for Allwinner chips (Closes: #804856)
- crypto: Enable CRYPTO_DEV_SUN4I_SS as module
- musb: Enable USB_MUSB_SUNXI as module
[ Ian Campbell ]
* [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu

View File

@ -182,6 +182,7 @@ CONFIG_ARM_TEGRA20_CPUFREQ=y
CONFIG_CRYPTO_DEV_MV_CESA=m
CONFIG_CRYPTO_DEV_OMAP_SHAM=m
CONFIG_CRYPTO_DEV_OMAP_AES=m
CONFIG_CRYPTO_DEV_SUN4I_SS=m
##
## file: drivers/dma/Kconfig
@ -903,6 +904,7 @@ CONFIG_USB_HSIC_USB3503=m
## file: drivers/usb/musb/Kconfig
##
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_SUNXI=m
CONFIG_USB_MUSB_TUSB6010=m
CONFIG_USB_MUSB_OMAP2PLUS=m
CONFIG_USB_MUSB_AM35X=m