From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: [PATCH 2/5] powerpc: turn CONFIG_OF into a select Date: Tue, 29 Jun 2010 12:43:34 +1000 Message-ID: <20100629124334.8f3678e5.sfr@canb.auug.org.au> References: <0bcc23b9-2cbd-4465-b17c-7b3c2dff9fd3@VA3EHSMHS007.ehs.local> <20100629123843.5f94d477.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100629123843.5f94d477.sfr@canb.auug.org.au> Sender: sparclinux-owner@vger.kernel.org To: Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Cc: Stephen Neuendorffer , Grant Likely , devicetree-discuss@lists.ozlabs.org, David Miller , sparclinux@vger.kernel.org, Michal Simek , microblaze-uclinux@itee.uq.edu.au List-Id: devicetree@vger.kernel.org so that we can make CONFIG_OF global and remove it from the architecture Kconfig files later. Signed-off-by: Stephen Rothwell --- arch/powerpc/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 328774b..3697231 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 -- 1.7.1 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/