diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-05 02:27:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-05 14:06:52 -0500 |
commit | b566ccefd7814e4fa403de81aea299bdc11ceed5 (patch) | |
tree | 1e18f19a677562fa28a2dadb3a0d0f644db7c8f0 /drivers | |
parent | 11edefd8c828961686a2ea0093da0e19b3f5a3bf (diff) |
[PATCH] Let CDROM_PKTCDVD_WCACHE depend on EXPERIMENTAL
Unless the help text is outdated, this seems to be logical.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Peter Osterlund <petero2@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 139cbba76180..db6818fdf15d 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -437,8 +437,8 @@ config CDROM_PKTCDVD_BUFFERS | |||
437 | pktsetup time. | 437 | pktsetup time. |
438 | 438 | ||
439 | config CDROM_PKTCDVD_WCACHE | 439 | config CDROM_PKTCDVD_WCACHE |
440 | bool "Enable write caching" | 440 | bool "Enable write caching (EXPERIMENTAL)" |
441 | depends on CDROM_PKTCDVD | 441 | depends on CDROM_PKTCDVD && EXPERIMENTAL |
442 | help | 442 | help |
443 | If enabled, write caching will be set for the CD-R/W device. For now | 443 | If enabled, write caching will be set for the CD-R/W device. For now |
444 | this option is dangerous unless the CD-RW media is known good, as we | 444 | this option is dangerous unless the CD-RW media is known good, as we |