diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-03-16 13:38:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-16 19:25:06 -0700 |
commit | e5d480ff17f9220cd6198b5c91e8c75329f5594f (patch) | |
tree | cc580dbf9411cd9e7c08c553b78610eb52830114 /fs | |
parent | 21778867b1c8e0feb567addb6dc0a7e2ca6ecdec (diff) | |
download | linux-3.10-e5d480ff17f9220cd6198b5c91e8c75329f5594f.tar.gz linux-3.10-e5d480ff17f9220cd6198b5c91e8c75329f5594f.tar.bz2 linux-3.10-e5d480ff17f9220cd6198b5c91e8c75329f5594f.zip |
[PATCH] change misleading EFI partition support description
Remove the misleading "Presently only useful on the IA-64 platform" text
from the EFI partition Kconfig.
EFI partitions are also used by Apple on their Intel-based machines and
thus you need EFI partition support if you (for example) want to attach
such a machine in target disk mode.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/partitions/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig index 74552c60b67..6e8bb66fe61 100644 --- a/fs/partitions/Kconfig +++ b/fs/partitions/Kconfig @@ -235,5 +235,4 @@ config EFI_PARTITION select CRC32 help Say Y here if you would like to use hard disks under Linux which - were partitioned using EFI GPT. Presently only useful on the - IA-64 platform. + were partitioned using EFI GPT. |