[armel/kirkwood] Enable ARCH_MULTI_V5, MACH_NETXBIG

svn path=/dists/trunk/linux/; revision=22185
This commit is contained in:
Ben Hutchings 2014-12-10 19:16:10 +00:00
parent c853385790
commit 4ec5e3c4fe
2 changed files with 5 additions and 2 deletions

4
debian/changelog vendored
View File

@ -22,8 +22,8 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
* wireless: Enable RTL8192EE, RTL8821AE as modules for all architectures * wireless: Enable RTL8192EE, RTL8821AE as modules for all architectures
(replacing R8192EE, R8821AE for x86 only) (replacing R8192EE, R8821AE for x86 only)
* media: Enable VIDEO_VIVID as module (replacing VIDEO_VIVI) * media: Enable VIDEO_VIVID as module (replacing VIDEO_VIVI)
* [armel/kirkwood] Enable ARCH_MVEBU and MACH_KIRKWOOD, replacing * [armel/kirkwood] Enable ARCH_MULTI_V5, ARCH_MVEBU, MACH_KIRKWOOD and
ARCH_KIRKWOOD etc. MACH_NETXBIG, replacing ARCH_KIRKWOOD etc.
* [powerpc/powerpc64,ppc64*] Enable SCSI_IBMVFC as module, replacing * [powerpc/powerpc64,ppc64*] Enable SCSI_IBMVFC as module, replacing
SCSI_IBMVSCSIS SCSI_IBMVSCSIS
* input/tablet: Enable TABLET_SERIAL_WACOM4 as module * input/tablet: Enable TABLET_SERIAL_WACOM4 as module

View File

@ -1,6 +1,8 @@
## ##
## file: arch/arm/Kconfig ## file: arch/arm/Kconfig
## ##
CONFIG_ARCH_MULTI_V5=y
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_PCI=y CONFIG_PCI=y
CONFIG_HIGHMEM=y CONFIG_HIGHMEM=y
CONFIG_UACCESS_WITH_MEMCPY=y CONFIG_UACCESS_WITH_MEMCPY=y
@ -27,6 +29,7 @@ CONFIG_FPE_NWFPE=y
## ##
CONFIG_ARCH_MVEBU=y CONFIG_ARCH_MVEBU=y
CONFIG_MACH_KIRKWOOD=y CONFIG_MACH_KIRKWOOD=y
CONFIG_MACH_NETXBIG=y
## ##
## file: arch/arm/mm/Kconfig ## file: arch/arm/mm/Kconfig