diff options
author | Nathan Lynch <ntl@pobox.com> | 2006-12-06 19:50:44 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-08 01:10:22 -0500 |
commit | 9d9d868ecf93b35c3c5b0ea3d639dc85e423eb02 (patch) | |
tree | a5862638b8c8435bff1f021c93222560b941a39f /arch/powerpc/Kconfig | |
parent | 17877116c6b0fa78501526e7ec03cabe967a3a72 (diff) |
[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 <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 291c95ac4b31..f524b3bf68c8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -470,6 +470,7 @@ config PPC_MAPLE | |||
470 | select PPC_UDBG_16550 | 470 | select PPC_UDBG_16550 |
471 | select PPC_970_NAP | 471 | select PPC_970_NAP |
472 | select PPC_NATIVE | 472 | select PPC_NATIVE |
473 | select PPC_RTAS | ||
473 | default n | 474 | default n |
474 | help | 475 | help |
475 | This option enables support for the Maple 970FX Evaluation Board. | 476 | This option enables support for the Maple 970FX Evaluation Board. |