diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-07 09:48:23 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-07 09:48:23 +0200 |
commit | e4c02c1ca68d74d040f5bb8cb0c0c244dd8adc71 (patch) | |
tree | 232fb1848e6d10ca3dd3f7550a8679fb790efede /README | |
parent | c3eedf65671ea82704e68e4b69796d7067170815 (diff) |
README: add CONFIG_BLK_DEV_BSG
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |