summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-28 17:24:30 +0100
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 20:13:12 +0100
commit3a83156bd857f31ed264816321b78466bed8e4f4 (patch)
tree9b863a0a0c2444a823cb24ae7c9797cc76c1b64b /drivers
parent[POWERPC] 86xx: Remove unused IRQ defines (diff)
downloadlinux-3a83156bd857f31ed264816321b78466bed8e4f4.tar.xz
linux-3a83156bd857f31ed264816321b78466bed8e4f4.zip
[POWERPC] 85xx: rework platform Kconfig
* Allow multiple boards to be selected in a single build * Removed Kconfig option '85xx' which existed only for compat with arch/ppc * Added a multiplatform 85xx defconfig (mpc85xx_defconfig). This builds all 85xx boards except sbc8560 and stx_gp3 since these to boards have board specific ifdef in driver code that may break all other boards Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9af05a2f4af3..8f3f04d4f34b 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2301,7 +2301,7 @@ config GELIC_NET
config GIANFAR
tristate "Gianfar Ethernet"
- depends on 85xx || 83xx || PPC_86xx
+ depends on FSL_SOC
select PHYLIB
select CRC32
help