summaryrefslogtreecommitdiffstats
path: root/block/Kconfig
diff options
context:
space:
mode:
authorAl Viro2011-09-16 06:25:05 +0200
committerAl Viro2012-01-04 04:54:06 +0100
commit9be96f3fd10187f185d84cf878cf032465bcced3 (patch)
tree432a430ed9e0cbe0c18916cd3c3992f09b3feb37 /block/Kconfig
parentmake register_disk() static (diff)
downloadkernel-qcow2-linux-9be96f3fd10187f185d84cf878cf032465bcced3.tar.gz
kernel-qcow2-linux-9be96f3fd10187f185d84cf878cf032465bcced3.tar.xz
kernel-qcow2-linux-9be96f3fd10187f185d84cf878cf032465bcced3.zip
move fs/partitions to block/
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'block/Kconfig')
-rw-r--r--block/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig
index e97934eececa..09acf1b39905 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -99,6 +99,12 @@ config BLK_DEV_THROTTLING
See Documentation/cgroups/blkio-controller.txt for more information.
+menu "Partition Types"
+
+source "block/partitions/Kconfig"
+
+endmenu
+
endif # BLOCK
config BLOCK_COMPAT