Skip to content

Commit

Permalink
powerpc: turn CONFIG_OF into a select
Browse files Browse the repository at this point in the history
so that we can make CONFIG_OF global and remove it from
the architecture Kconfig files later.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Stephen Rothwell authored and Grant Likely committed Jul 5, 2010
1 parent ae5bf63 commit 10f85f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ config ARCH_NO_VIRT_TO_BUS
config PPC
bool
default y
select OF
select OF_FLATTREE
select HAVE_FTRACE_MCOUNT_RECORD
select HAVE_DYNAMIC_FTRACE
select HAVE_FUNCTION_TRACER
Expand Down Expand Up @@ -173,8 +175,7 @@ config PPC_OF
def_bool y

config OF
def_bool y
select OF_FLATTREE
bool

config PPC_UDBG_16550
bool
Expand Down

0 comments on commit 10f85f4

Please sign in to comment.