aboutsummaryrefslogtreecommitdiffstats
path: root/block/partitions/Kconfig
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2013-07-08 19:01:29 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-09 13:33:28 -0400
commit6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6 (patch)
treee1ed4bb79429f1191931091dd8311a5067acdfcb /block/partitions/Kconfig
parent1d04f3c6ab6bbdc6187ba44b8a667a785b63c4f2 (diff)
partitions: add aix lvm partition support files
Add partitions/aix.h and partitions/aix.c. AIX LVM permits to make "logical volumes" which are made of multiple slices of multiple disks. The new code allows only access to the "logical volumes" which are made of one slice on the probed disk, a slice being a contiguous disk area. The code also detects "logical volumes" made of multiple slices on the probed disk, but can not describe them to the partition layer, because the partition layer generic code does not support that. When such non-contiguous "logical volumes" are detected, a diagnostic message is printed. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Philippe De Muyter <phdm@macqel.be> Cc: Karel Zak <kzak@redhat.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block/partitions/Kconfig')
-rw-r--r--block/partitions/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/block/partitions/Kconfig b/block/partitions/Kconfig
index 75a54e1adbb5..4cebb2f0d2f4 100644
--- a/block/partitions/Kconfig
+++ b/block/partitions/Kconfig
@@ -68,6 +68,17 @@ config ACORN_PARTITION_RISCIX
68 of machines called RISCiX. If you say 'Y' here, Linux will be able 68 of machines called RISCiX. If you say 'Y' here, Linux will be able
69 to read disks partitioned under RISCiX. 69 to read disks partitioned under RISCiX.
70 70
71config AIX_PARTITION
72 bool "AIX basic partition table support" if PARTITION_ADVANCED
73 help
74 Say Y here if you would like to be able to read the hard disk
75 partition table format used by IBM or Motorola PowerPC machines
76 running AIX. AIX actually uses a Logical Volume Manager, where
77 "logical volumes" can be spread across one or multiple disks,
78 but this driver works only for the simple case of partitions which
79 are contiguous.
80 Otherwise, say N.
81
71config OSF_PARTITION 82config OSF_PARTITION
72 bool "Alpha OSF partition support" if PARTITION_ADVANCED 83 bool "Alpha OSF partition support" if PARTITION_ADVANCED
73 default y if ALPHA 84 default y if ALPHA