[linux] 01/01: cloud: Don't build in some core stuff

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jan 20 11:26:31 UTC 2018


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

waldi pushed a commit to branch master
in repository linux.

commit 0610c7782ecaefffaf8c8b79d66ce2072876898b
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Jan 20 07:23:33 2018 +0100

    cloud: Don't build in some core stuff
    
    As told earlier this should be handled by explicit module lists for the
    initramfs.
---
 debian/config/amd64/config.cloud-amd64 | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/debian/config/amd64/config.cloud-amd64 b/debian/config/amd64/config.cloud-amd64
index 3f24926..064bd11 100644
--- a/debian/config/amd64/config.cloud-amd64
+++ b/debian/config/amd64/config.cloud-amd64
@@ -373,7 +373,7 @@ CONFIG_HYPERV=y
 # CONFIG_SERIO_PCIPS2 is not set
 CONFIG_SERIO_RAW=m
 # CONFIG_SERIO_ALTERA_PS2 is not set
-CONFIG_HYPERV_KEYBOARD=y
+CONFIG_HYPERV_KEYBOARD=m
 
 ##
 ## file: drivers/input/tablet/Kconfig
@@ -819,7 +819,7 @@ CONFIG_NET_VENDOR_MELLANOX=y
 ##
 ## file: drivers/net/hyperv/Kconfig
 ##
-CONFIG_HYPERV_NET=y
+CONFIG_HYPERV_NET=m
 
 ##
 ## file: drivers/net/phy/Kconfig
@@ -939,9 +939,9 @@ CONFIG_HYPERV_NET=y
 ##
 ## file: drivers/scsi/Kconfig
 ##
-CONFIG_SCSI=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_SCSI_FC_ATTRS=y
+CONFIG_SCSI=m
+CONFIG_BLK_DEV_SD=m
+CONFIG_SCSI_FC_ATTRS=m
 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
 # CONFIG_SCSI_HPSA is not set
 # CONFIG_SCSI_3W_9XXX is not set
@@ -953,7 +953,7 @@ CONFIG_SCSI_FC_ATTRS=y
 # CONFIG_SCSI_ADVANSYS is not set
 # CONFIG_SCSI_ARCMSR is not set
 # CONFIG_SCSI_HPTIOP is not set
-CONFIG_HYPERV_STORAGE=y
+CONFIG_HYPERV_STORAGE=m
 # CONFIG_LIBFC is not set
 # CONFIG_SCSI_SNIC is not set
 # CONFIG_SCSI_DMX3191D is not set
@@ -1226,11 +1226,6 @@ CONFIG_HYPERV_STORAGE=y
 # CONFIG_SBC_EPX_C3_WATCHDOG is not set
 
 ##
-## file: fs/ext4/Kconfig
-##
-CONFIG_EXT4_FS=y
-
-##
 ## file: kernel/power/Kconfig
 ##
 # CONFIG_SUSPEND 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