diff options
author | Paul Mackerras <paulus@samba.org> | 2007-03-26 14:08:19 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-26 14:08:19 +1000 |
commit | 3771f2d9a46ca3b57e473afe929196efad7f3aa6 (patch) | |
tree | acc03ec60470b7c0987df05486f6af877e367be3 /arch/powerpc/platforms/maple/Kconfig | |
parent | 70b52b3869a31aab85241a1f998f9943a3905637 (diff) | |
parent | 4330f5da98eb91392c7a7b00c22a24c57079c0fc (diff) |
Merge branch 'ppc_kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/platforms/maple/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/maple/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/maple/Kconfig b/arch/powerpc/platforms/maple/Kconfig new file mode 100644 index 00000000000..5f364b8e5c0 --- /dev/null +++ b/arch/powerpc/platforms/maple/Kconfig @@ -0,0 +1,17 @@ +config PPC_MAPLE + depends on PPC_MULTIPLATFORM && PPC64 + bool "Maple 970FX Evaluation Board" + select MPIC + select U3_DART + select MPIC_BROKEN_U3 + select GENERIC_TBSYNC + select PPC_UDBG_16550 + select PPC_970_NAP + select PPC_NATIVE + select PPC_RTAS + select MMIO_NVRAM + select ATA_NONSTANDARD if ATA + default n + help + This option enables support for the Maple 970FX Evaluation Board. + For more information, refer to <http://www.970eval.com> |