aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-07-07 09:48:23 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-07-07 09:48:23 +0200
commite4c02c1ca68d74d040f5bb8cb0c0c244dd8adc71 (patch)
tree232fb1848e6d10ca3dd3f7550a8679fb790efede /README
parentc3eedf65671ea82704e68e4b69796d7067170815 (diff)
downloadudev-e4c02c1ca68d74d040f5bb8cb0c0c244dd8adc71.tar.gz
README: add CONFIG_BLK_DEV_BSG
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index b4c0ee05..591e03a0 100644
--- a/README
+++ b/README
@@ -22,9 +22,10 @@ Requirements:
CONFIG_SYSFS_DEPRECATED*=n
CONFIG_PROC_FS=y
CONFIG_TMPFS=y
- CONFIG_TMPFS_POSIX_ACL=y
CONFIG_INOTIFY=y
CONFIG_SIGNALFD=y
+ CONFIG_TMPFS_POSIX_ACL=y (user ACLs for device nodes)
+ CONFIG_BLK_DEV_BSG=y (SCSI tape devices)
- For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED*
option.