[PATCH 2/2] UBUNTU: [Config] enable BLK_DEV_BSG

Andy Whitcroft apw at canonical.com
Wed Mar 17 09:26:25 UTC 2010


Enable block layer SCSI Generic V4:

    BLK_DEV_BSG=y

This is an option which is recommended enabled, and seemingly required
for recent UDEV versions.  From the option's help text:

    This option is required by recent UDEV versions to properly
    access device serial numbers, etc.

    If unsure, say Y.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 debian.master/config/config.common.ports  |    2 +-
 debian.master/config/config.common.ubuntu |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index bfc858e..d9c2164 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -272,7 +272,7 @@ CONFIG_BLK_DEV_3W_XXXX_RAID=m
 # CONFIG_BLK_DEV_AEC62XX is not set
 # CONFIG_BLK_DEV_ALI15X3 is not set
 # CONFIG_BLK_DEV_AMD74XX is not set
-# CONFIG_BLK_DEV_BSG is not set
+CONFIG_BLK_DEV_BSG=y
 # CONFIG_BLK_DEV_CMD64X is not set
 CONFIG_BLK_DEV_COMPCACHE=m
 # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 989c14c..d35c307 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -365,7 +365,7 @@ CONFIG_BLK_CPQ_CISS_DA=m
 CONFIG_BLK_CPQ_DA=m
 CONFIG_BLK_DEV=y
 CONFIG_BLK_DEV_3W_XXXX_RAID=m
-# CONFIG_BLK_DEV_BSG is not set
+CONFIG_BLK_DEV_BSG=y
 CONFIG_BLK_DEV_COMPCACHE=m
 # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set
 # CONFIG_BLK_DEV_COMPCACHE_STATS is not set
-- 
1.7.0





More information about the kernel-team mailing list