diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-10-17 01:31:48 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 23:45:27 +0100 |
commit | 5753c082f66eca5be81f6bda85c1718c5eea6ada (patch) | |
tree | 4ae83e950318e3eab60f4f7c2403f57421e334eb /arch/powerpc/sysdev/fsl_soc.c | |
parent | powerpc/fsl: Make fsl_deep_sleep() usable w/ modules and non-83xx builds (diff) | |
download | linux-5753c082f66eca5be81f6bda85c1718c5eea6ada.tar.xz linux-5753c082f66eca5be81f6bda85c1718c5eea6ada.zip |
powerpc/85xx: Kconfig cleanup
Introduce new FSL_SOC_BOOKE Kconfig to handle both 85xx and QorIQ
based chips.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_soc.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c index adca4affcf1f..b91f7acdda6f 100644 --- a/arch/powerpc/sysdev/fsl_soc.c +++ b/arch/powerpc/sysdev/fsl_soc.c @@ -372,7 +372,7 @@ err: arch_initcall(fsl_usb_of_init); -#if defined(CONFIG_PPC_85xx) || defined(CONFIG_PPC_86xx) +#if defined(CONFIG_FSL_SOC_BOOKE) || defined(CONFIG_PPC_86xx) static __be32 __iomem *rstcr; static int __init setup_rstcr(void) |