diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 2 | ||||
-rw-r--r-- | drivers/pcmcia/Kconfig | 4 | ||||
-rw-r--r-- | drivers/rtc/Kconfig | 2 | ||||
-rw-r--r-- | drivers/serial/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ce2fcdd4ab90..adead30a0566 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -484,7 +484,7 @@ config XTENSA_XT2000_SONIC | |||
484 | 484 | ||
485 | config MIPS_AU1X00_ENET | 485 | config MIPS_AU1X00_ENET |
486 | tristate "MIPS AU1000 Ethernet support" | 486 | tristate "MIPS AU1000 Ethernet support" |
487 | depends on SOC_AU1X00 | 487 | depends on MIPS_ALCHEMY |
488 | select PHYLIB | 488 | select PHYLIB |
489 | select CRC32 | 489 | select CRC32 |
490 | help | 490 | help |
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index d0f5ad306078..c988514eb551 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -157,11 +157,11 @@ config PCMCIA_M8XX | |||
157 | 157 | ||
158 | config PCMCIA_AU1X00 | 158 | config PCMCIA_AU1X00 |
159 | tristate "Au1x00 pcmcia support" | 159 | tristate "Au1x00 pcmcia support" |
160 | depends on SOC_AU1X00 && PCMCIA | 160 | depends on MIPS_ALCHEMY && PCMCIA |
161 | 161 | ||
162 | config PCMCIA_ALCHEMY_DEVBOARD | 162 | config PCMCIA_ALCHEMY_DEVBOARD |
163 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" | 163 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" |
164 | depends on SOC_AU1X00 && PCMCIA | 164 | depends on MIPS_ALCHEMY && PCMCIA |
165 | select 64BIT_PHYS_ADDR | 165 | select 64BIT_PHYS_ADDR |
166 | help | 166 | help |
167 | Enable this driver of you want PCMCIA support on your Alchemy | 167 | Enable this driver of you want PCMCIA support on your Alchemy |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 10ba12c8c5e0..9d6952e92e7c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -774,7 +774,7 @@ config RTC_DRV_AT91SAM9_GPBR | |||
774 | 774 | ||
775 | config RTC_DRV_AU1XXX | 775 | config RTC_DRV_AU1XXX |
776 | tristate "Au1xxx Counter0 RTC support" | 776 | tristate "Au1xxx Counter0 RTC support" |
777 | depends on SOC_AU1X00 | 777 | depends on MIPS_ALCHEMY |
778 | help | 778 | help |
779 | This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year | 779 | This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year |
780 | counter) to be used as a RTC. | 780 | counter) to be used as a RTC. |
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 8b23165bc5dc..1acc7b3c437e 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -260,7 +260,7 @@ config SERIAL_8250_ACORN | |||
260 | 260 | ||
261 | config SERIAL_8250_AU1X00 | 261 | config SERIAL_8250_AU1X00 |
262 | bool "Au1x00 serial port support" | 262 | bool "Au1x00 serial port support" |
263 | depends on SERIAL_8250 != n && SOC_AU1X00 | 263 | depends on SERIAL_8250 != n && MIPS_ALCHEMY |
264 | help | 264 | help |
265 | If you have an Au1x00 SOC based board and want to use the serial port, | 265 | If you have an Au1x00 SOC based board and want to use the serial port, |
266 | say Y to this option. The driver can handle up to 4 serial ports, | 266 | say Y to this option. The driver can handle up to 4 serial ports, |
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 6a58cb1330c1..c2ddab1fcf52 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -45,7 +45,7 @@ config USB_ARCH_HAS_OHCI | |||
45 | default y if STB03xxx | 45 | default y if STB03xxx |
46 | default y if PPC_MPC52xx | 46 | default y if PPC_MPC52xx |
47 | # MIPS: | 47 | # MIPS: |
48 | default y if SOC_AU1X00 | 48 | default y if MIPS_ALCHEMY |
49 | # SH: | 49 | # SH: |
50 | default y if CPU_SUBTYPE_SH7720 | 50 | default y if CPU_SUBTYPE_SH7720 |
51 | default y if CPU_SUBTYPE_SH7721 | 51 | default y if CPU_SUBTYPE_SH7721 |
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index fc576557d8a5..ba6b0a5f547e 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1031,7 +1031,7 @@ MODULE_LICENSE ("GPL"); | |||
1031 | #define PLATFORM_DRIVER ohci_hcd_ep93xx_driver | 1031 | #define PLATFORM_DRIVER ohci_hcd_ep93xx_driver |
1032 | #endif | 1032 | #endif |
1033 | 1033 | ||
1034 | #ifdef CONFIG_SOC_AU1X00 | 1034 | #ifdef CONFIG_MIPS_ALCHEMY |
1035 | #include "ohci-au1xxx.c" | 1035 | #include "ohci-au1xxx.c" |
1036 | #define PLATFORM_DRIVER ohci_hcd_au1xxx_driver | 1036 | #define PLATFORM_DRIVER ohci_hcd_au1xxx_driver |
1037 | #endif | 1037 | #endif |