[armel/orion5x] Enable EXPERT; disable FIPS, OABI_COMPAT, PCI_QUIRKS, VGA_ARB to reduce kernel size (really fixes FTBFS)

svn path=/dists/sid/linux/; revision=20249
This commit is contained in:
Ben Hutchings 2013-06-12 04:19:35 +00:00
parent 907a2a6c8c
commit 54d1d00ecd
2 changed files with 32 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux (3.9.5-2) UNRELEASED; urgency=low
* [armel/orion5x] Enable EXPERT; disable FIPS, OABI_COMPAT, PCI_QUIRKS,
VGA_ARB to reduce kernel size (really fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 12 Jun 2013 03:36:58 +0100
linux (3.9.5-1) unstable; urgency=low
* New upstream stable update:

View File

@ -26,6 +26,8 @@ CONFIG_ARCH_ORION5X=y
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
@ -33,9 +35,6 @@ CONFIG_CMDLINE=""
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
CONFIG_FPE_NWFPE=y
# CONFIG_FPE_NWFPE_XP is not set
# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y
# CONFIG_ARTHUR is not set
@ -103,6 +102,11 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/ata/Kconfig
##
@ -196,6 +200,11 @@ CONFIG_GPIO_SYSFS=y
##
# CONFIG_DRM is not set
##
## file: drivers/gpu/vga/Kconfig
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/hwmon/Kconfig
##
@ -442,6 +451,12 @@ CONFIG_MV643XX_ETH=m
#. Turned off because this causes networking on some Orion machines to fail
# CONFIG_MARVELL_PHY is not set
##
## file: drivers/pci/Kconfig
##
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
##
## file: drivers/pcmcia/Kconfig
##
@ -577,6 +592,13 @@ CONFIG_ORION_WATCHDOG=m
##
CONFIG_BINFMT_AOUT=m
##
## file: init/Kconfig
##
# CONFIG_AUDITSYSCALL is not set
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: mm/Kconfig
##