summaryrefslogtreecommitdiff
path: root/block/partitions/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:17 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:17 +0200
commit5d7e606a3696b992df40afaf9b04872320346c41 (patch)
tree92b060685f1187ae895eb8dc7256445ed455bfa5 /block/partitions/Kconfig
parent546c9b21117077f145d59a0168fcb6fd0a3c3b24 (diff)
parent285f0b3fe3a59c56db9ae68e6a1ae0e2a67b72f9 (diff)
Merge topic branch 'storage-mmc' into integration-linux-ux500-3.3
Diffstat (limited to 'block/partitions/Kconfig')
-rw-r--r--block/partitions/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/block/partitions/Kconfig b/block/partitions/Kconfig
index cb5f0a3f1b0..097be1934ee 100644
--- a/block/partitions/Kconfig
+++ b/block/partitions/Kconfig
@@ -68,6 +68,25 @@ config ACORN_PARTITION_RISCIX
of machines called RISCiX. If you say 'Y' here, Linux will be able
to read disks partitioned under RISCiX.
+config BLKDEV_PARTITION
+ bool "Blockdev commandline partition support" if PARTITION_ADVANCED
+ default n
+ help
+ Say Y if you like to setup partitions for block devices by reading
+ from the kernel command line (kernel boot arguments).
+
+ The format of the partitions on the command line:
+ blkdevparts=<blkdev-def>[;<blkdev-def>]
+ <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>]
+ <partdef> := <size>[@<offset>]
+
+ <blkdev-id> := unique id used to map driver to blockdev name
+ <size> := size in numbers of sectors
+ <offset> := offset in sectors for partition to start at
+
+ Example:
+ blkdevparts=mmc0:1024@0,524288@1024;mmc1:8192@0,8192@8192
+
config OSF_PARTITION
bool "Alpha OSF partition support" if PARTITION_ADVANCED
default y if ALPHA