diff options
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ef78e3a42d32..93b5dc4082ff 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1327,7 +1327,7 @@ config UFS_FS | |||
1327 | 1327 | ||
1328 | config UFS_FS_WRITE | 1328 | config UFS_FS_WRITE |
1329 | bool "UFS file system write support (DANGEROUS)" | 1329 | bool "UFS file system write support (DANGEROUS)" |
1330 | depends on UFS_FS && EXPERIMENTAL | 1330 | depends on UFS_FS && EXPERIMENTAL && BROKEN |
1331 | help | 1331 | help |
1332 | Say Y here if you want to try writing to UFS partitions. This is | 1332 | Say Y here if you want to try writing to UFS partitions. This is |
1333 | experimental, so you should back up your UFS partitions beforehand. | 1333 | experimental, so you should back up your UFS partitions beforehand. |