diff options
author | Paul Mackerras <paulus@samba.org> | 2006-01-09 04:17:01 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 04:17:01 -0500 |
commit | 0a498d96a3324c16add35da0435bc7c13b6c6f3f (patch) | |
tree | 0fb383f555534ffc7a7796f58c1aba8b2ca5a887 /arch/powerpc/Kconfig | |
parent | bce6c5fd8cc5d3f8d02fd34a24b591fc3e23a775 (diff) |
powerpc: set CONFIG_PPC_OF=y always for ARCH=powerpc
The CONFIG_PPC_OF symbol is used to mean that the firmware device tree
access functions are available. Since we always have a device tree
with ARCH=powerpc, make CONFIG_PPC_OF always Y for ARCH=powerpc.
This fixes some compile errors reported by Kumar Gala, but in a
different way to his patch. This also makes prom_parse.o be compiled
only if CONFIG_PPC_OF so that non-OF ARCH=ppc platforms will compile.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 5692edb3491e..427ae0f3e8a9 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -329,9 +329,7 @@ config PPC_CELL | |||
329 | select MMIO_NVRAM | 329 | select MMIO_NVRAM |
330 | 330 | ||
331 | config PPC_OF | 331 | config PPC_OF |
332 | bool | 332 | def_bool y |
333 | depends on PPC_MULTIPLATFORM # for now | ||
334 | default y | ||
335 | 333 | ||
336 | config XICS | 334 | config XICS |
337 | depends on PPC_PSERIES | 335 | depends on PPC_PSERIES |
@@ -399,7 +397,6 @@ config IBMVIO | |||
399 | config IBMEBUS | 397 | config IBMEBUS |
400 | depends on PPC_PSERIES | 398 | depends on PPC_PSERIES |
401 | bool "Support for GX bus based adapters" | 399 | bool "Support for GX bus based adapters" |
402 | default y | ||
403 | help | 400 | help |
404 | Bus device driver for GX bus based adapters. | 401 | Bus device driver for GX bus based adapters. |
405 | 402 | ||