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 | |
| 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')
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/ide/Kconfig | 6 | ||||
| -rw-r--r-- | drivers/mmc/host/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/mtd/nand/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/irda/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/spi/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/usb/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 | ||||
| -rw-r--r-- | drivers/video/Kconfig | 4 |
9 files changed, 11 insertions, 12 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 646068e5100b..1908195328f1 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
| @@ -301,7 +301,7 @@ config I2C_AT91 | |||
| 301 | 301 | ||
| 302 | config I2C_AU1550 | 302 | config I2C_AU1550 |
| 303 | tristate "Au1550/Au1200 SMBus interface" | 303 | tristate "Au1550/Au1200 SMBus interface" |
| 304 | depends on SOC_AU1550 || SOC_AU1200 | 304 | depends on MIPS_ALCHEMY |
| 305 | help | 305 | help |
| 306 | If you say yes to this option, support will be included for the | 306 | If you say yes to this option, support will be included for the |
| 307 | Au1550 and Au1200 SMBus interface. | 307 | Au1550 and Au1200 SMBus interface. |
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 |
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8c87096531e9..6d74f497a2ca 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
| @@ -263,7 +263,7 @@ config MMC_WBSD | |||
| 263 | 263 | ||
| 264 | config MMC_AU1X | 264 | config MMC_AU1X |
| 265 | tristate "Alchemy AU1XX0 MMC Card Interface support" | 265 | tristate "Alchemy AU1XX0 MMC Card Interface support" |
| 266 | depends on SOC_AU1200 | 266 | depends on MIPS_ALCHEMY |
| 267 | help | 267 | help |
| 268 | This selects the AMD Alchemy(R) Multimedia card interface. | 268 | This selects the AMD Alchemy(R) Multimedia card interface. |
| 269 | If you have a Alchemy platform with a MMC slot, say Y or M here. | 269 | If you have a Alchemy platform with a MMC slot, say Y or M here. |
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4c3425235adc..dbfa0f7fb464 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
| @@ -138,7 +138,7 @@ config MTD_NAND_RICOH | |||
| 138 | 138 | ||
| 139 | config MTD_NAND_AU1550 | 139 | config MTD_NAND_AU1550 |
| 140 | tristate "Au1550/1200 NAND support" | 140 | tristate "Au1550/1200 NAND support" |
| 141 | depends on SOC_AU1200 || SOC_AU1550 | 141 | depends on MIPS_ALCHEMY |
| 142 | help | 142 | help |
| 143 | This enables the driver for the NAND flash controller on the | 143 | This enables the driver for the NAND flash controller on the |
| 144 | AMD/Alchemy 1550 SOC. | 144 | AMD/Alchemy 1550 SOC. |
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 25bb2a015e18..0cda6c4602f3 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
| @@ -314,7 +314,7 @@ config TOSHIBA_FIR | |||
| 314 | 314 | ||
| 315 | config AU1000_FIR | 315 | config AU1000_FIR |
| 316 | tristate "Alchemy Au1000 SIR/FIR" | 316 | tristate "Alchemy Au1000 SIR/FIR" |
| 317 | depends on SOC_AU1000 && IRDA | 317 | depends on IRDA && MIPS_ALCHEMY |
| 318 | 318 | ||
| 319 | config SMC_IRCC_FIR | 319 | config SMC_IRCC_FIR |
| 320 | tristate "SMSC IrCC (EXPERIMENTAL)" | 320 | tristate "SMSC IrCC (EXPERIMENTAL)" |
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 52e2900d9d8e..a1fd73df5416 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -88,7 +88,7 @@ config SPI_BFIN_SPORT | |||
| 88 | 88 | ||
| 89 | config SPI_AU1550 | 89 | config SPI_AU1550 |
| 90 | tristate "Au1550/Au12x0 SPI Controller" | 90 | tristate "Au1550/Au12x0 SPI Controller" |
| 91 | depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL | 91 | depends on MIPS_ALCHEMY && EXPERIMENTAL |
| 92 | select SPI_BITBANG | 92 | select SPI_BITBANG |
| 93 | help | 93 | help |
| 94 | If you say yes to this option, support will be included for the | 94 | If you say yes to this option, support will be included for the |
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 48f1781352f1..85d5a011dca6 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
| @@ -56,7 +56,6 @@ config USB_ARCH_HAS_EHCI | |||
| 56 | boolean | 56 | boolean |
| 57 | default y if PPC_83xx | 57 | default y if PPC_83xx |
| 58 | default y if PPC_MPC512x | 58 | default y if PPC_MPC512x |
| 59 | default y if SOC_AU1200 | ||
| 60 | default y if ARCH_IXP4XX | 59 | default y if ARCH_IXP4XX |
| 61 | default y if ARCH_W90X900 | 60 | default y if ARCH_W90X900 |
| 62 | default y if ARCH_AT91SAM9G45 | 61 | default y if ARCH_AT91SAM9G45 |
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index f72ae0b6ee7f..47aa22d43d63 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
| @@ -1196,7 +1196,7 @@ MODULE_LICENSE ("GPL"); | |||
| 1196 | #define PLATFORM_DRIVER ehci_hcd_sh_driver | 1196 | #define PLATFORM_DRIVER ehci_hcd_sh_driver |
| 1197 | #endif | 1197 | #endif |
| 1198 | 1198 | ||
| 1199 | #ifdef CONFIG_SOC_AU1200 | 1199 | #ifdef CONFIG_MIPS_ALCHEMY |
| 1200 | #include "ehci-au1xxx.c" | 1200 | #include "ehci-au1xxx.c" |
| 1201 | #define PLATFORM_DRIVER ehci_hcd_au1xxx_driver | 1201 | #define PLATFORM_DRIVER ehci_hcd_au1xxx_driver |
| 1202 | #endif | 1202 | #endif |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 549b960667c8..55a7df4ea8de 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -1744,7 +1744,7 @@ endchoice | |||
| 1744 | 1744 | ||
| 1745 | config FB_AU1100 | 1745 | config FB_AU1100 |
| 1746 | bool "Au1100 LCD Driver" | 1746 | bool "Au1100 LCD Driver" |
| 1747 | depends on (FB = y) && MIPS && SOC_AU1100 | 1747 | depends on (FB = y) && MIPS_ALCHEMY |
| 1748 | select FB_CFB_FILLRECT | 1748 | select FB_CFB_FILLRECT |
| 1749 | select FB_CFB_COPYAREA | 1749 | select FB_CFB_COPYAREA |
| 1750 | select FB_CFB_IMAGEBLIT | 1750 | select FB_CFB_IMAGEBLIT |
| @@ -1755,7 +1755,7 @@ config FB_AU1100 | |||
| 1755 | 1755 | ||
| 1756 | config FB_AU1200 | 1756 | config FB_AU1200 |
| 1757 | bool "Au1200 LCD Driver" | 1757 | bool "Au1200 LCD Driver" |
| 1758 | depends on (FB = y) && MIPS && SOC_AU1200 | 1758 | depends on (FB = y) && MIPS_ALCHEMY |
| 1759 | select FB_CFB_FILLRECT | 1759 | select FB_CFB_FILLRECT |
| 1760 | select FB_CFB_COPYAREA | 1760 | select FB_CFB_COPYAREA |
| 1761 | select FB_CFB_IMAGEBLIT | 1761 | select FB_CFB_IMAGEBLIT |
