Kconfig (400e1286c0ec3fd13d7ac0705c3c175bcb6d2899) | Kconfig (9c896d6bc3dfef86659a6a1fb25ccdea5dbef6a3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CEPH_FS 3 tristate "Ceph distributed file system" 4 depends on INET 5 select CEPH_LIB 6 select LIBCRC32C 7 select CRYPTO_AES 8 select CRYPTO 9 select NETFS_SUPPORT | 1# SPDX-License-Identifier: GPL-2.0-only 2config CEPH_FS 3 tristate "Ceph distributed file system" 4 depends on INET 5 select CEPH_LIB 6 select LIBCRC32C 7 select CRYPTO_AES 8 select CRYPTO 9 select NETFS_SUPPORT |
10 select FS_ENCRYPTION_ALGS if FS_ENCRYPTION |
|
10 default n 11 help 12 Choose Y or M here to include support for mounting the 13 experimental Ceph distributed file system. Ceph is an extremely 14 scalable file system designed to provide high performance, 15 reliable access to petabytes of storage. 16 17 More information at https://ceph.io/. --- 34 unchanged lines hidden --- | 11 default n 12 help 13 Choose Y or M here to include support for mounting the 14 experimental Ceph distributed file system. Ceph is an extremely 15 scalable file system designed to provide high performance, 16 reliable access to petabytes of storage. 17 18 More information at https://ceph.io/. --- 34 unchanged lines hidden --- |