Skip to content

Commit

Permalink
microblaze: 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>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Stephen Rothwell authored and Grant Likely committed Jul 5, 2010
1 parent 50ef528 commit ae5bf63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ config MICROBLAZE
select HAVE_DMA_ATTRS
select HAVE_DMA_API_DEBUG
select TRACING_SUPPORT
select OF
select OF_FLATTREE

config SWAP
def_bool n
Expand Down Expand Up @@ -125,8 +127,7 @@ config CMDLINE_FORCE
override those passed by the boot loader.

config OF
def_bool y
select OF_FLATTREE
bool

config PROC_DEVICETREE
bool "Support for device tree in /proc"
Expand Down

0 comments on commit ae5bf63

Please sign in to comment.