diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 6 |
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 | |||
99 | 99 | ||
100 | See Documentation/cgroups/blkio-controller.txt for more information. | 100 | See Documentation/cgroups/blkio-controller.txt for more information. |
101 | 101 | ||
102 | menu "Partition Types" | ||
103 | |||
104 | source "block/partitions/Kconfig" | ||
105 | |||
106 | endmenu | ||
107 | |||
102 | endif # BLOCK | 108 | endif # BLOCK |
103 | 109 | ||
104 | config BLOCK_COMPAT | 110 | config BLOCK_COMPAT |