projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d251dd
)
powerpc/qe: Limit QE support to ppc32
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 20 May 2011 05:00:21 +0000
(
00:00
-0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 23 Jun 2011 02:44:58 +0000
(21:44 -0500)
Only 32-bit SoCs have a QUICC Engine so limit the config option to PPC32.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/Kconfig
b/arch/powerpc/platforms/Kconfig
index f970ca2b180c96339110802d92ebb065eee4c4be..546ceeaba670466a6d6ab5aaa0c26641e881d8e0 100644
(file)
--- a/
arch/powerpc/platforms/Kconfig
+++ b/
arch/powerpc/platforms/Kconfig
@@
-266,7
+266,7
@@
config TAU_AVERAGE
config QUICC_ENGINE
bool "Freescale QUICC Engine (QE) Support"
- depends on FSL_SOC
+ depends on FSL_SOC
&& PPC32
select PPC_LIB_RHEAP
select CRC32
help