diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /fs | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'fs')
83 files changed, 23720 insertions, 0 deletions
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig new file mode 100644 index 00000000000..cb5f0a3f1b0 --- /dev/null +++ b/fs/partitions/Kconfig | |||
| @@ -0,0 +1,251 @@ | |||
| 1 | # | ||
| 2 | # Partition configuration | ||
| 3 | # | ||
| 4 | config PARTITION_ADVANCED | ||
| 5 | bool "Advanced partition selection" | ||
| 6 | help | ||
| 7 | Say Y here if you would like to use hard disks under Linux which | ||
| 8 | were partitioned under an operating system running on a different | ||
| 9 | architecture than your Linux system. | ||
| 10 | |||
| 11 | Note that the answer to this question won't directly affect the | ||
| 12 | kernel: saying N will just cause the configurator to skip all | ||
| 13 | the questions about foreign partitioning schemes. | ||
| 14 | |||
| 15 | If unsure, say N. | ||
| 16 | |||
| 17 | config ACORN_PARTITION | ||
| 18 | bool "Acorn partition support" if PARTITION_ADVANCED | ||
| 19 | default y if ARCH_ACORN | ||
| 20 | help | ||
| 21 | Support hard disks partitioned under Acorn operating systems. | ||
| 22 | |||
| 23 | config ACORN_PARTITION_CUMANA | ||
| 24 | bool "Cumana partition support" if PARTITION_ADVANCED | ||
| 25 | default y if ARCH_ACORN | ||
| 26 | depends on ACORN_PARTITION | ||
| 27 | help | ||
| 28 | Say Y here if you would like to use hard disks under Linux which | ||
| 29 | were partitioned using the Cumana interface on Acorn machines. | ||
| 30 | |||
| 31 | config ACORN_PARTITION_EESOX | ||
| 32 | bool "EESOX partition support" if PARTITION_ADVANCED | ||
| 33 | default y if ARCH_ACORN | ||
| 34 | depends on ACORN_PARTITION | ||
| 35 | |||
| 36 | config ACORN_PARTITION_ICS | ||
| 37 | bool "ICS partition support" if PARTITION_ADVANCED | ||
| 38 | default y if ARCH_ACORN | ||
| 39 | depends on ACORN_PARTITION | ||
| 40 | help | ||
| 41 | Say Y here if you would like to use hard disks under Linux which | ||
| 42 | were partitioned using the ICS interface on Acorn machines. | ||
| 43 | |||
| 44 | config ACORN_PARTITION_ADFS | ||
| 45 | bool "Native filecore partition support" if PARTITION_ADVANCED | ||
| 46 | default y if ARCH_ACORN | ||
| 47 | depends on ACORN_PARTITION | ||
| 48 | help | ||
| 49 | The Acorn Disc Filing System is the standard file system of the | ||
| 50 | RiscOS operating system which runs on Acorn's ARM-based Risc PC | ||
| 51 | systems and the Acorn Archimedes range of machines. If you say | ||
| 52 | `Y' here, Linux will support disk partitions created under ADFS. | ||
| 53 | |||
| 54 | config ACORN_PARTITION_POWERTEC | ||
| 55 | bool "PowerTec partition support" if PARTITION_ADVANCED | ||
| 56 | default y if ARCH_ACORN | ||
| 57 | depends on ACORN_PARTITION | ||
| 58 | help | ||
| 59 | Support reading partition tables created on Acorn machines using | ||
| 60 | the PowerTec SCSI drive. | ||
| 61 | |||
| 62 | config ACORN_PARTITION_RISCIX | ||
| 63 | bool "RISCiX partition support" if PARTITION_ADVANCED | ||
| 64 | default y if ARCH_ACORN | ||
| 65 | depends on ACORN_PARTITION | ||
| 66 | help | ||
| 67 | Once upon a time, there was a native Unix port for the Acorn series | ||
| 68 | of machines called RISCiX. If you say 'Y' here, Linux will be able | ||
| 69 | to read disks partitioned under RISCiX. | ||
| 70 | |||
| 71 | config OSF_PARTITION | ||
| 72 | bool "Alpha OSF partition support" if PARTITION_ADVANCED | ||
| 73 | default y if ALPHA | ||
| 74 | help | ||
| 75 | Say Y here if you would like to use hard disks under Linux which | ||
| 76 | were partitioned on an Alpha machine. | ||
| 77 | |||
| 78 | config AMIGA_PARTITION | ||
| 79 | bool "Amiga partition table support" if PARTITION_ADVANCED | ||
| 80 | default y if (AMIGA || AFFS_FS=y) | ||
| 81 | help | ||
| 82 | Say Y here if you would like to use hard disks under Linux which | ||
| 83 | were partitioned under AmigaOS. | ||
| 84 | |||
| 85 | config ATARI_PARTITION | ||
| 86 | bool "Atari partition table support" if PARTITION_ADVANCED | ||
| 87 | default y if ATARI | ||
| 88 | help | ||
| 89 | Say Y here if you would like to use hard disks under Linux which | ||
| 90 | were partitioned under the Atari OS. | ||
| 91 | |||
| 92 | config IBM_PARTITION | ||
| 93 | bool "IBM disk label and partition support" | ||
| 94 | depends on PARTITION_ADVANCED && S390 | ||
| 95 | help | ||
| 96 | Say Y here if you would like to be able to read the hard disk | ||
| 97 | partition table format used by IBM DASD disks operating under CMS. | ||
| 98 | Otherwise, say N. | ||
| 99 | |||
| 100 | config MAC_PARTITION | ||
