diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-29 12:43:34 +1000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-05 16:14:53 -0600 |
commit | 10f85f43ef134014da72d2bcc1bff1abb9b0640c (patch) | |
tree | 0ac6273e87c45223827274cb5555982def8484c2 /arch/powerpc/Kconfig | |
parent | ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d (diff) | |
download | talos-op-linux-10f85f43ef134014da72d2bcc1bff1abb9b0640c.tar.gz talos-op-linux-10f85f43ef134014da72d2bcc1bff1abb9b0640c.zip |
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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 328774bd41ee..369723183002 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -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 @@ -173,8 +175,7 @@ config PPC_OF def_bool y config OF - def_bool y - select OF_FLATTREE + bool config PPC_UDBG_16550 bool |