[powerpc*/*64*] Enable OPAL_PRD, MTD, MTD_POWERNV_FLASH as modules

Closes: #838604, #838605
This commit is contained in:
Ben Hutchings 2016-10-07 02:30:49 +01:00
parent 34bf1f9c3f
commit b597bdebea
2 changed files with 17 additions and 0 deletions

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ linux (4.8-1~exp1) UNRELEASED; urgency=medium
* security,perf: Replace GRKERNSEC_PERF_HARDEN patch with the version
submitted upstream
* [amd64] Enable RANDOMIZE_MEMORY
* [powerpc*/*64*] Enable OPAL_PRD, MTD, MTD_POWERNV_FLASH as modules
(Closes: #838604, #838605)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 01 Oct 2016 21:51:33 +0100

View File

@ -34,6 +34,11 @@ CONFIG_ALTIVEC=y
CONFIG_VSX=y
CONFIG_SMP=y
##
## file: arch/powerpc/platforms/powernv/Kconfig
##
CONFIG_OPAL_PRD=m
##
## file: arch/powerpc/platforms/pseries/Kconfig
##
@ -83,6 +88,16 @@ CONFIG_SPAPR_TCE_IOMMU=y
##
CONFIG_GENWQE=m
##
## file: drivers/mtd/Kconfig
##
CONFIG_MTD=m
##
## file: drivers/mtd/devices/Kconfig
##
CONFIG_MTD_POWERNV_FLASH=m
##
## file: drivers/net/ethernet/ibm/Kconfig
##