[armel/orion5x] Disable AUDIT, PROFILING, OPROFILE

svn path=/dists/trunk/linux/; revision=22181
This commit is contained in:
Ben Hutchings 2014-12-10 05:17:32 +00:00
parent da9e7240c2
commit cc3a45c0d1
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -51,7 +51,7 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
- [/orion5x] block: Disable BLK_DEV_INTEGRITY
- [/orion5x] SCSI: Disable SCSI_UFSHCD
- [/orion5x] target: Disable TCM_IBLOCK
- [/orion5x] Disable DEBUG_BUGVERBOSE
- [/orion5x] Disable AUDIT, DEBUG_BUGVERBOSE, PROFILING, OPROFILE
-- Ben Hutchings <ben@decadent.org.uk> Tue, 09 Dec 2014 02:08:47 +0000

View File

@ -39,6 +39,7 @@ CONFIG_IOSCHED_DEADLINE=m
##
## file: init/Kconfig
##
# CONFIG_AUDIT is not set
# CONFIG_AUDITSYSCALL is not set
#. Saves about 7K
# CONFIG_MEMCG is not set
@ -48,6 +49,7 @@ CONFIG_IOSCHED_DEADLINE=m
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
# CONFIG_PROFILING is not set
##
## file: kernel/power/Kconfig