Skip to content

Commit

Permalink
sparc: 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: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Stephen Rothwell authored and Grant Likely committed Jul 5, 2010
1 parent 10f85f4 commit 7b14c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config 64BIT
config SPARC
bool
default y
select OF
select HAVE_IDE
select HAVE_OPROFILE
select HAVE_ARCH_KGDB if !SMP || SPARC64
Expand Down Expand Up @@ -149,7 +150,7 @@ config ARCH_NO_VIRT_TO_BUS
def_bool y

config OF
def_bool y
bool

config ARCH_SUPPORTS_DEBUG_PAGEALLOC
def_bool y if SPARC64
Expand Down

0 comments on commit 7b14c64

Please sign in to comment.