diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-08-12 05:39:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-10-24 18:34:24 -0400 |
commit | 3766386037827fe7064f57f9aec27b3b5e9417aa (patch) | |
tree | 306a7b1ccf3100469fd711af37963801d8d387c0 /drivers/ide | |
parent | 50d5676ebac57c187ac347bae24290f0dc16fdbe (diff) |
MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines
Now that no driver any longer depends on the CONFIG_SOC_AU1??? symbols,
it's time to get rid of them: Move some of the platform devices to the
boards which can use them, Rename a few (unused) constants in the header,
Replace them with MIPS_ALCHEMY in the various Kconfig files. Finally
delete them altogether from the Alchemy Kconfig file.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2707/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 811dbbd9306c..ff7c6bbec225 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -677,19 +677,19 @@ config BLK_DEV_IDE_PMAC_ATA100FIRST | |||
677 | 677 | ||
678 | config BLK_DEV_IDE_AU1XXX | 678 | config BLK_DEV_IDE_AU1XXX |
679 | bool "IDE for AMD Alchemy Au1200" | 679 | bool "IDE for AMD Alchemy Au1200" |
680 | depends on SOC_AU1200 | 680 | depends on MIPS_ALCHEMY |
681 | select IDE_XFER_MODE | 681 | select IDE_XFER_MODE |
682 | choice | 682 | choice |
683 | prompt "IDE Mode for AMD Alchemy Au1200" | 683 | prompt "IDE Mode for AMD Alchemy Au1200" |
684 | default CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA | 684 | default CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA |
685 | depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX | 685 | depends on BLK_DEV_IDE_AU1XXX |
686 | 686 | ||
687 | config BLK_DEV_IDE_AU1XXX_PIO_DBDMA | 687 | config BLK_DEV_IDE_AU1XXX_PIO_DBDMA |
688 | bool "PIO+DbDMA IDE for AMD Alchemy Au1200" | 688 | bool "PIO+DbDMA IDE for AMD Alchemy Au1200" |
689 | 689 | ||
690 | config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA | 690 | config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA |
691 | bool "MDMA2+DbDMA IDE for AMD Alchemy Au1200" | 691 | bool "MDMA2+DbDMA IDE for AMD Alchemy Au1200" |
692 | depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX | 692 | depends on BLK_DEV_IDE_AU1XXX |
693 | endchoice | 693 | endchoice |
694 | 694 | ||
695 | config BLK_DEV_IDE_TX4938 | 695 | config BLK_DEV_IDE_TX4938 |