diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 22:43:34 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-05 18:14:53 -0400 |
| commit | 10f85f43ef134014da72d2bcc1bff1abb9b0640c (patch) | |
| tree | 0ac6273e87c45223827274cb5555982def8484c2 | |
| parent | ae5bf63f2d8bad78e427e77f3f896e81cbdbde0d (diff) | |
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>
| -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 | |||
| 120 | config PPC | 120 | config PPC |
| 121 | bool | 121 | bool |
| 122 | default y | 122 | default y |
| 123 | select OF | ||
| 124 | select OF_FLATTREE | ||
| 123 | select HAVE_FTRACE_MCOUNT_RECORD | 125 | select HAVE_FTRACE_MCOUNT_RECORD |
| 124 | select HAVE_DYNAMIC_FTRACE | 126 | select HAVE_DYNAMIC_FTRACE |
| 125 | select HAVE_FUNCTION_TRACER | 127 | select HAVE_FUNCTION_TRACER |
| @@ -173,8 +175,7 @@ config PPC_OF | |||
| 173 | def_bool y | 175 | def_bool y |
| 174 | 176 | ||
| 175 | config OF | 177 | config OF |
| 176 | def_bool y | 178 | bool |
| 177 | select OF_FLATTREE | ||
| 178 | 179 | ||
| 179 | config PPC_UDBG_16550 | 180 | config PPC_UDBG_16550 |
| 180 | bool | 181 | bool |
