From: Nathan Lynch Date: Thu, 7 Dec 2006 00:50:44 +0000 (-0600) Subject: [POWERPC] maple: Select PPC_RTAS X-Git-Tag: v2.6.20-rc1~146^2~14^2~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9d868ecf93b35c3c5b0ea3d639dc85e423eb02;p=linux-2.6 [POWERPC] maple: Select PPC_RTAS Some systems supported by the maple platform have RTAS; make PPC_MAPLE select PPC_RTAS. Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 291c95ac4b..f524b3bf68 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -470,6 +470,7 @@ config PPC_MAPLE select PPC_UDBG_16550 select PPC_970_NAP select PPC_NATIVE + select PPC_RTAS default n help This option enables support for the Maple 970FX Evaluation Board.