diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-01 22:51:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-01 22:51:22 -0400 |
commit | 8b8c0daa2c5388b629e506f8fac486392f81c826 (patch) | |
tree | cc86f647ab1883237976a6659d77877ebca7b070 /fs/nls/Kconfig | |
parent | 92a8956364233c3b6f930aa00c852c558b70a91e (diff) |
nls: fix (and rename) mac NLS table files and config options
The config options in the Kconfig file (with _CODEPAGE_ in the name)
didn't match the config option name in the Makefile (no _CODEPAGE_).
And both of them were of the hard-to-read MACXYZZY variety, which made
them hard to parse for normal humans: MACROMAN easily reads as "macro
man", not as "Mac Roman".
So rename the options to be consistent, and be NLS_MAC_xyzzy. Rename
the files to be mac-xyzzy.c too, and drop the "nls" part entirely (it's
already in the directory name).
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nls/Kconfig')
-rw-r--r-- | fs/nls/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/fs/nls/Kconfig b/fs/nls/Kconfig index b5eac98fd7bd..e2ce79ef48c4 100644 --- a/fs/nls/Kconfig +++ b/fs/nls/Kconfig | |||
@@ -452,7 +452,7 @@ config NLS_KOI8_U | |||
452 | input/output character sets. Say Y here for the preferred Ukrainian | 452 | input/output character sets. Say Y here for the preferred Ukrainian |
453 | (koi8-u) and Belarusian (koi8-ru) character sets. | 453 | (koi8-u) and Belarusian (koi8-ru) character sets. |
454 | 454 | ||
455 | config NLS_CODEPAGE_MACROMAN | 455 | config NLS_MAC_ROMAN |
456 | tristate "Codepage macroman" | 456 | tristate "Codepage macroman" |
457 | ---help--- | 457 | ---help--- |
458 | The Apple HFS file system family can deal with filenames in | 458 | The Apple HFS file system family can deal with filenames in |
@@ -467,7 +467,7 @@ config NLS_CODEPAGE_MACROMAN | |||
467 | 467 | ||
468 | If unsure, say Y. | 468 | If unsure, say Y. |
469 | 469 | ||
470 | config NLS_CODEPAGE_MACCELTIC | 470 | config NLS_MAC_CELTIC |
471 | tristate "Codepage macceltic" | 471 | tristate "Codepage macceltic" |
472 | ---help--- | 472 | ---help--- |
473 | The Apple HFS file system family can deal with filenames in | 473 | The Apple HFS file system family can deal with filenames in |
@@ -481,7 +481,7 @@ config NLS_CODEPAGE_MACCELTIC | |||
481 | 481 | ||
482 | If unsure, say Y. | 482 | If unsure, say Y. |
483 | 483 | ||
484 | config NLS_CODEPAGE_MACCENTEURO | 484 | config NLS_MAC_CENTEURO |
485 | tristate "Codepage maccenteuro" | 485 | tristate "Codepage maccenteuro" |
486 | ---help--- | 486 | ---help--- |
487 | The Apple HFS file system family can deal with filenames in | 487 | The Apple HFS file system family can deal with filenames in |
@@ -495,7 +495,7 @@ config NLS_CODEPAGE_MACCENTEURO | |||
495 | 495 | ||
496 | If unsure, say Y. | 496 | If unsure, say Y. |
497 | 497 | ||
498 | config NLS_CODEPAGE_MACCROATIAN | 498 | config NLS_MAC_CROATIAN |
499 | tristate "Codepage maccroatian" | 499 | tristate "Codepage maccroatian" |
500 | ---help--- | 500 | ---help--- |
501 | The Apple HFS file system family can deal with filenames in | 501 | The Apple HFS file system family can deal with filenames in |
@@ -509,7 +509,7 @@ config NLS_CODEPAGE_MACCROATIAN | |||
509 | 509 | ||
510 | If unsure, say Y. | 510 | If unsure, say Y. |
511 | 511 | ||
512 | config NLS_CODEPAGE_MACCYRILLIC | 512 | config NLS_MAC_CYRILLIC |
513 | tristate "Codepage maccyrillic" | 513 | tristate "Codepage maccyrillic" |
514 | ---help--- | 514 | ---help--- |
515 | The Apple HFS file system family can deal with filenames in | 515 | The Apple HFS file system family can deal with filenames in |
@@ -523,7 +523,7 @@ config NLS_CODEPAGE_MACCYRILLIC | |||
523 | 523 | ||
524 | If unsure, say Y. | 524 | If unsure, say Y. |
525 | 525 | ||
526 | config NLS_CODEPAGE_MACGAELIC | 526 | config NLS_MAC_GAELIC |
527 | tristate "Codepage macgaelic" | 527 | tristate "Codepage macgaelic" |
528 | ---help--- | 528 | ---help--- |
529 | The Apple HFS file system family can deal with filenames in | 529 | The Apple HFS file system family can deal with filenames in |
@@ -537,7 +537,7 @@ config NLS_CODEPAGE_MACGAELIC | |||
537 | 537 | ||
538 | If unsure, say Y. | 538 | If unsure, say Y. |
539 | 539 | ||
540 | config NLS_CODEPAGE_MACGREEK | 540 | config NLS_MAC_GREEK |
541 | tristate "Codepage macgreek" | 541 | tristate "Codepage macgreek" |
542 | ---help--- | 542 | ---help--- |
543 | The Apple HFS file system family can deal with filenames in | 543 | The Apple HFS file system family can deal with filenames in |
@@ -551,7 +551,7 @@ config NLS_CODEPAGE_MACGREEK | |||
551 | 551 | ||
552 | If unsure, say Y. | 552 | If unsure, say Y. |
553 | 553 | ||
554 | config NLS_CODEPAGE_MACICELAND | 554 | config NLS_MAC_ICELAND |
555 | tristate "Codepage maciceland" | 555 | tristate "Codepage maciceland" |
556 | ---help--- | 556 | ---help--- |
557 | The Apple HFS file system family can deal with filenames in | 557 | The Apple HFS file system family can deal with filenames in |
@@ -565,7 +565,7 @@ config NLS_CODEPAGE_MACICELAND | |||
565 | 565 | ||
566 | If unsure, say Y. | 566 | If unsure, say Y. |
567 | 567 | ||
568 | config NLS_CODEPAGE_MACINUIT | 568 | config NLS_MAC_INUIT |
569 | tristate "Codepage macinuit" | 569 | tristate "Codepage macinuit" |
570 | ---help--- | 570 | ---help--- |
571 | The Apple HFS file system family can deal with filenames in | 571 | The Apple HFS file system family can deal with filenames in |
@@ -579,7 +579,7 @@ config NLS_CODEPAGE_MACINUIT | |||
579 | 579 | ||
580 | If unsure, say Y. | 580 | If unsure, say Y. |
581 | 581 | ||
582 | config NLS_CODEPAGE_MACROMANIAN | 582 | config NLS_MAC_ROMANIAN |
583 | tristate "Codepage macromanian" | 583 | tristate "Codepage macromanian" |
584 | ---help--- | 584 | ---help--- |
585 | The Apple HFS file system family can deal with filenames in | 585 | The Apple HFS file system family can deal with filenames in |
@@ -593,7 +593,7 @@ config NLS_CODEPAGE_MACROMANIAN | |||
593 | 593 | ||
594 | If unsure, say Y. | 594 | If unsure, say Y. |
595 | 595 | ||
596 | config NLS_CODEPAGE_MACTURKISH | 596 | config NLS_MAC_TURKISH |
597 | tristate "Codepage macturkish" | 597 | tristate "Codepage macturkish" |
598 | ---help--- | 598 | ---help--- |
599 | The Apple HFS file system family can deal with filenames in | 599 | The Apple HFS file system family can deal with filenames in |