Skip to content
Commit 0a498d96 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

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: default avatarPaul Mackerras <paulus@samba.org>
parent bce6c5fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment