[linux] 01/01: [armel/marvell] Make more things modular (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed May 3 21:50:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 3c6e75c1935ecf0ebeead454f846c2bdcd18cd18
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed May 3 22:46:38 2017 +0100

    [armel/marvell] Make more things modular (fixes FTBFS)
    
    This still gets us to:
    
        Image size 2086338/2097080, using 99.49%.  Under 1% space in experimental.  Continuing.
    
    which is uncomfortably close.
---
 debian/changelog                   |  8 ++++++++
 debian/config/armel/config.marvell | 25 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 750cfd4..b6d0498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+linux (4.11-1~exp2) UNRELEASED; urgency=medium
+
+  * [armel/marvell] Change MQ_IOSCHED_DEADLINE, FW_LOADER, HWMON,
+    INPUT_MOUSEDEV, THERMAL, SERIAL_8250_PCI, SERIAL_8250_EXAR, NLS, PACKET
+    from built-in to modules (fixes FTBFS)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Wed, 03 May 2017 22:32:40 +0100
+
 linux (4.11-1~exp1) experimental; urgency=medium
 
   * New upstream release: https://kernelnewbies.org/Linux_4.11
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index b5b3691..186ce11 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -89,6 +89,7 @@ CONFIG_ARM_THUMB=y
 ## file: block/Kconfig.iosched
 ##
 CONFIG_IOSCHED_DEADLINE=m
+CONFIG_MQ_IOSCHED_DEADLINE=m
 
 ##
 ## file: block/partitions/Kconfig
@@ -180,6 +181,11 @@ CONFIG_SATA_MV=m
 # CONFIG_ATA_GENERIC is not set
 
 ##
+## file: drivers/base/Kconfig
+##
+CONFIG_FW_LOADER=m
+
+##
 ## file: drivers/bluetooth/Kconfig
 ##
 # CONFIG_BT_HCIUART is not set
@@ -223,6 +229,7 @@ CONFIG_MV_XOR=y
 ##
 ## file: drivers/hwmon/Kconfig
 ##
+CONFIG_HWMON=m
 CONFIG_SENSORS_G760A=m
 CONFIG_SENSORS_G762=m
 CONFIG_SENSORS_GPIO_FAN=m
@@ -240,6 +247,11 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MV64XXX=y
 
 ##
+## file: drivers/input/Kconfig
+##
+CONFIG_INPUT_MOUSEDEV=m
+
+##
 ## file: drivers/input/gameport/Kconfig
 ##
 CONFIG_GAMEPORT=m
@@ -613,6 +625,7 @@ CONFIG_FB_XGI=m
 ##
 ## file: drivers/thermal/Kconfig
 ##
+CONFIG_THERMAL=m
 CONFIG_KIRKWOOD_THERMAL=m
 
 ##
@@ -620,6 +633,8 @@ CONFIG_KIRKWOOD_THERMAL=m
 ##
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_PCI=m
+CONFIG_SERIAL_8250_EXAR=m
 CONFIG_SERIAL_8250_NR_UARTS=4
 CONFIG_SERIAL_8250_RUNTIME_UARTS=2
 # CONFIG_SERIAL_8250_EXTENDED is not set
@@ -676,6 +691,11 @@ CONFIG_ORION_WATCHDOG=m
 # CONFIG_FS_DAX is not set
 
 ##
+## file: fs/nls/Kconfig
+##
+CONFIG_NLS=m
+
+##
 ## file: fs/notify/fanotify/Kconfig
 ##
 # CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
@@ -771,6 +791,11 @@ CONFIG_IPV6=m
 # CONFIG_NET_MPLS_GSO is not set
 
 ##
+## file: net/packet/Kconfig
+##
+CONFIG_PACKET=m
+
+##
 ## file: security/integrity/ima/Kconfig
 ##
 # CONFIG_IMA is not set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list