[armel] Change configuration to reduce image size (fixes FTBFS)

- Change CONNECTOR from built-in to module, and disable PROC_EVENTS
- Disable INTEGRITY and dependent options
- video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE

This still only gets us down to 99.26% of maximum size, so further
changes will be needed soon.
This commit is contained in:
Ben Hutchings 2017-11-23 01:00:43 +00:00
parent d769bf7e2b
commit b979dd72a4
2 changed files with 22 additions and 2 deletions

4
debian/changelog vendored
View File

@ -10,6 +10,10 @@ linux (4.14.1-1~exp1) UNRELEASED; urgency=medium
- i40e: fix flags declaration
- Revert "i40e: Build for 64-bit targets only"
* aufs: Update support patchset to aufs4.14-20171120
* [armel] Change configuration to reduce image size (fixes FTBFS):
- Change CONNECTOR from built-in to module, and disable PROC_EVENTS
- Disable INTEGRITY and dependent options
- video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
-- Ben Hutchings <ben@decadent.org.uk> Mon, 20 Nov 2017 14:16:28 +0000

View File

@ -195,6 +195,11 @@ CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
##
## file: drivers/connector/Kconfig
##
CONFIG_CONNECTOR=m
##
## file: drivers/cpuidle/Kconfig
##
@ -665,6 +670,17 @@ CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_SL811_HCD=m
##
## file: drivers/usb/misc/Kconfig
##
#. Selects BACKLIGHT_CLASS_DEVICE which is always built-in
# CONFIG_USB_APPLEDISPLAY is not set
##
## file: drivers/video/backlight/Kconfig
##
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
##
## file: drivers/video/console/Kconfig
##
@ -799,9 +815,9 @@ CONFIG_IPV6=m
CONFIG_PACKET=m
##
## file: security/integrity/ima/Kconfig
## file: security/integrity/Kconfig
##
# CONFIG_IMA is not set
# CONFIG_INTEGRITY is not set
##
## file: sound/soc/Kconfig