Commit a46827ca authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: disable some drivers broken on 64bit

The mace, bmac and dmasound drivers use virt_to_bus and so will not work on
ppc64.  Reflect this in the relevant Kconfig files.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a345934d
...@@ -200,7 +200,7 @@ source "drivers/net/arm/Kconfig" ...@@ -200,7 +200,7 @@ source "drivers/net/arm/Kconfig"
config MACE config MACE
tristate "MACE (Power Mac ethernet) support" tristate "MACE (Power Mac ethernet) support"
depends on NET_ETHERNET && PPC_PMAC depends on NET_ETHERNET && PPC32 && PPC_PMAC
select CRC32 select CRC32
help help
Power Macintoshes and clones with Ethernet built-in on the Power Macintoshes and clones with Ethernet built-in on the
...@@ -223,7 +223,7 @@ config MACE_AAUI_PORT ...@@ -223,7 +223,7 @@ config MACE_AAUI_PORT
config BMAC config BMAC
tristate "BMAC (G3 ethernet) support" tristate "BMAC (G3 ethernet) support"
depends on NET_ETHERNET && PPC_PMAC depends on NET_ETHERNET && PPC32 && PPC_PMAC
select CRC32 select CRC32
help help
Say Y for support of BMAC Ethernet interfaces. These are used on G3 Say Y for support of BMAC Ethernet interfaces. These are used on G3
......
...@@ -14,7 +14,7 @@ config DMASOUND_ATARI ...@@ -14,7 +14,7 @@ config DMASOUND_ATARI
config DMASOUND_PMAC config DMASOUND_PMAC
tristate "PowerMac DMA sound support" tristate "PowerMac DMA sound support"
depends on PPC_PMAC && SOUND && I2C depends on PPC32 && PPC_PMAC && SOUND && I2C
select DMASOUND select DMASOUND
help help
If you want to use the internal audio of your PowerMac in Linux, If you want to use the internal audio of your PowerMac in Linux,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment