[arm64] Enable more X-Gene drivers as modules

svn path=/dists/sid/linux/; revision=21801
This commit is contained in:
Ben Hutchings 2014-09-09 12:57:53 +00:00
parent c8ec0ef68c
commit 9c46c1cf9e
3 changed files with 15 additions and 0 deletions

3
debian/changelog vendored
View File

@ -2,6 +2,9 @@ linux (3.16.2-3) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [armhf] udeb: Remove efi-modules, as EFI is not yet supported on ARM!
* [arm64] ata: Enable PHY_XYGENE, AHCI_XGENE as modules
- udeb: Add ahci_xgene to sata-modules (fixes FTBFS)
* [arm64] rtc: Enable RTC_DRV_XGENE as modules
-- Ben Hutchings <ben@decadent.org.uk> Tue, 09 Sep 2014 13:40:53 +0100

View File

@ -7,6 +7,11 @@ CONFIG_SMP=y
CONFIG_XEN=y
CONFIG_COMPAT=y
##
## file: drivers/ata/Kconfig
##
CONFIG_AHCI_XGENE=m
##
## file: drivers/input/misc/Kconfig
##
@ -47,6 +52,11 @@ CONFIG_NET_VENDOR_SMSC=y
CONFIG_SMC91X=m
CONFIG_SMSC911X=m
##
## file: drivers/phy/Kconfig
##
CONFIG_PHY_XGENE=m
##
## file: drivers/power/reset/Kconfig
##
@ -57,6 +67,7 @@ CONFIG_POWER_RESET_XGENE=y
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_DRV_PL031=m
CONFIG_RTC_DRV_XGENE=m
##
## file: drivers/tty/serial/Kconfig

View File

@ -13,6 +13,7 @@ sata_vsc ?
sata_qstor ?
sata_uli ?
ahci ?
ahci_xgene ?
sx8 ?
sata_sx4 ?
sata_mv ?