Commit 10f85f43 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Grant Likely

powerpc: turn CONFIG_OF into a select

so that we can make CONFIG_OF global and remove it from
the architecture Kconfig files later.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent ae5bf63f
...@@ -120,6 +120,8 @@ config ARCH_NO_VIRT_TO_BUS ...@@ -120,6 +120,8 @@ config ARCH_NO_VIRT_TO_BUS
config PPC config PPC
bool bool
default y default y
select OF
select OF_FLATTREE
select HAVE_FTRACE_MCOUNT_RECORD select HAVE_FTRACE_MCOUNT_RECORD
select HAVE_DYNAMIC_FTRACE select HAVE_DYNAMIC_FTRACE
select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_TRACER
...@@ -173,8 +175,7 @@ config PPC_OF ...@@ -173,8 +175,7 @@ config PPC_OF
def_bool y def_bool y
config OF config OF
def_bool y bool
select OF_FLATTREE
config PPC_UDBG_16550 config PPC_UDBG_16550
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