Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

block: move menu "Partition type" to block/partitions/Kconfig

Move the menu to the relevant place.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210927140000.866249-4-masahiroy@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Masahiro Yamada and committed by
Jens Axboe
b8b98a62 c50fca55

+4 -4
-4
block/Kconfig
··· 190 190 by falling back to the kernel crypto API when inline 191 191 encryption hardware is not present. 192 192 193 - menu "Partition Types" 194 - 195 193 source "block/partitions/Kconfig" 196 - 197 - endmenu 198 194 199 195 config BLOCK_COMPAT 200 196 def_bool COMPAT
+4
block/partitions/Kconfig
··· 2 2 # 3 3 # Partition configuration 4 4 # 5 + menu "Partition Types" 6 + 5 7 config PARTITION_ADVANCED 6 8 bool "Advanced partition selection" 7 9 help ··· 269 267 help 270 268 Say Y here if you want to read the partition table from bootargs. 271 269 The format for the command line is just like mtdparts. 270 + 271 + endmenu