aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-06-28 22:47:01 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-07-05 18:14:54 -0400
commitdd5e73794c9af30d6491963e13436d9f05ee6df6 (patch)
treed47d19d765972f7f092807b4da9cf86c0aad485e
parentbcbefae2bcad0996bcef7245e34176960e95a191 (diff)
of: remove architecture CONFIG_OF definitions
now that CONFIG_OF is defined globally Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r--arch/microblaze/Kconfig3
-rw-r--r--arch/powerpc/Kconfig3
-rw-r--r--arch/sparc/Kconfig3
3 files changed, 0 insertions, 9 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 2b37820555bc..1a8f682248ce 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -126,9 +126,6 @@ config CMDLINE_FORCE
126 Set this to have arguments from the default kernel command string 126 Set this to have arguments from the default kernel command string
127 override those passed by the boot loader. 127 override those passed by the boot loader.
128 128
129config OF
130 bool
131
132config PROC_DEVICETREE 129config PROC_DEVICETREE
133 bool "Support for device tree in /proc" 130 bool "Support for device tree in /proc"
134 depends on PROC_FS 131 depends on PROC_FS
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 369723183002..402f4c028eb8 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -174,9 +174,6 @@ config ARCH_MAY_HAVE_PC_FDC
174config PPC_OF 174config PPC_OF
175 def_bool y 175 def_bool y
176 176
177config OF
178 bool
179
180config PPC_UDBG_16550 177config PPC_UDBG_16550
181 bool 178 bool
182 default n 179 default n
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index d02e8ac7aa10..13a9f2f8738c 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -149,9 +149,6 @@ config GENERIC_GPIO
149config ARCH_NO_VIRT_TO_BUS 149config ARCH_NO_VIRT_TO_BUS
150 def_bool y 150 def_bool y
151 151
152config OF
153 bool
154
155config ARCH_SUPPORTS_DEBUG_PAGEALLOC 152config ARCH_SUPPORTS_DEBUG_PAGEALLOC
156 def_bool y if SPARC64 153 def_bool y if SPARC64
157 154