diff options
author | Kumar Gala | 2005-06-21 17:15:21 -0700 |
---|---|---|
committer | Linus Torvalds | 2005-06-21 18:46:23 -0700 |
commit | b264c3527930ca4812fefc505fde9ad99d8a0117 (patch) | |
tree | 26d7ff6f5ed67d162df70dffa5c6257671c1f5f4 /arch/ppc/Kconfig | |
parent | c93fcff6952068d484f2f7dae187037f46235647 (diff) |
[PATCH] ppc32: Converted MPC10X bridge to use platform devices instead of OCP
Converted the MPC10x bridge support (used by MPC10x and 8240/1/5) to used
the standard platform device model.
Signed-off-by: Matt McClintock <msm@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 54ce6da22644..10162b187bcf 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -826,11 +826,6 @@ config MPC10X_BRIDGE depends on PCORE || POWERPMC250 || LOPEC || SANDPOINT default y -config FSL_OCP - bool - depends on MPC10X_BRIDGE - default y - config MPC10X_OPENPIC bool depends on POWERPMC250 || LOPEC || SANDPOINT |