]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/ceph/Kconfig
xps: Transmit Packet Steering
[net-next-2.6.git] / fs / ceph / Kconfig
CommitLineData
9030aaf9
SW
1config CEPH_FS
2 tristate "Ceph distributed file system (EXPERIMENTAL)"
3 depends on INET && EXPERIMENTAL
3d14c5d2 4 select CEPH_LIB
9030aaf9 5 select LIBCRC32C
25848b3e 6 select CRYPTO_AES
be4f104d 7 select CRYPTO
3d14c5d2 8 default n
9030aaf9
SW
9 help
10 Choose Y or M here to include support for mounting the
11 experimental Ceph distributed file system. Ceph is an extremely
12 scalable file system designed to provide high performance,
13 reliable access to petabytes of storage.
14
15 More information at http://ceph.newdream.net/.
16
17 If unsure, say N.
18