Commit f8eb77d6 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Paul Mackerras

[POWERPC] Fix misspelled "CONFIG_CHECK_CACHE_COHERENCY" Kconfig option.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 1e57ba8d
...@@ -48,7 +48,7 @@ CONFIG_PPC_STD_MMU_32=y ...@@ -48,7 +48,7 @@ CONFIG_PPC_STD_MMU_32=y
# CONFIG_PPC_MM_SLICES is not set # CONFIG_PPC_MM_SLICES is not set
# CONFIG_SMP is not set # CONFIG_SMP is not set
CONFIG_NOT_COHERENT_CACHE=y CONFIG_NOT_COHERENT_CACHE=y
CONFIG_CONFIG_CHECK_CACHE_COHERENCY=y CONFIG_CHECK_CACHE_COHERENCY=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# #
......
...@@ -215,7 +215,7 @@ config NOT_COHERENT_CACHE ...@@ -215,7 +215,7 @@ config NOT_COHERENT_CACHE
depends on 4xx || 8xx || E200 depends on 4xx || 8xx || E200
default y default y
config CONFIG_CHECK_CACHE_COHERENCY config CHECK_CACHE_COHERENCY
bool bool
endmenu endmenu
...@@ -59,7 +59,7 @@ config MPC10X_BRIDGE ...@@ -59,7 +59,7 @@ config MPC10X_BRIDGE
config MV64X60 config MV64X60
bool bool
select PPC_INDIRECT_PCI select PPC_INDIRECT_PCI
select CONFIG_CHECK_CACHE_COHERENCY select CHECK_CACHE_COHERENCY
config MPC10X_OPENPIC config MPC10X_OPENPIC
bool bool
......
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