diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 07:41:36 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 02:16:25 -0400 |
commit | 3dd654bfdf8905d0acb6f6231b5e736d2b0d4bc6 (patch) | |
tree | 5d5cf68ed77f2dd57b04d0dd672ff633750ba43f /drivers/ata/Kconfig | |
parent | a01e035ebb552223c03f2d9138ffc73f2d4d3965 (diff) |
[MIPS] ATA: Rename routerboard 500 to 532
The platform is actually named routerboard 532 so let's call it this. This
patch only rename files, Kconfig and C symbols; no functional changes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 292aa9a0f02f..1c11df9a5f32 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -566,11 +566,11 @@ config PATA_RADISYS | |||
566 | 566 | ||
567 | If unsure, say N. | 567 | If unsure, say N. |
568 | 568 | ||
569 | config PATA_RB500 | 569 | config PATA_RB532 |
570 | tristate "RouterBoard 500 PATA CompactFlash support" | 570 | tristate "RouterBoard 532 PATA CompactFlash support" |
571 | depends on MIKROTIK_RB500 | 571 | depends on MIKROTIK_RB532 |
572 | help | 572 | help |
573 | This option enables support for the RouterBoard 500 | 573 | This option enables support for the RouterBoard 532 |
574 | PATA CompactFlash controller. | 574 | PATA CompactFlash controller. |
575 | 575 | ||
576 | If unsure, say N. | 576 | If unsure, say N. |