diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-25 08:53:03 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 23:10:37 +0300 |
commit | 0052bc5d5c3adc4ee4ba567470aebe775fcf2006 (patch) | |
tree | a8f1aa3b02da78a599f9db483f0caaed6a5cf70a /arch/powerpc/platforms/85xx/Kconfig | |
parent | 77e03a2241fe9a15749b2b30196fc14637310959 (diff) | |
download | linux-0052bc5d5c3adc4ee4ba567470aebe775fcf2006.tar.xz |
[POWERPC] 85xx: Port TQM85xx boards over from arch/ppc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 26f9cd52e9f3..7896f0686bca 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -46,8 +46,47 @@ config STX_GP3 select DEFAULT_UIMAGE select PPC_CPM_NEW_BINDING +config TQM8540 + bool "TQ Components TQM8540" + help + This option enables support for the TQ Components TQM8540 board. + select DEFAULT_UIMAGE + select PPC_CPM_NEW_BINDING + select TQM85xx + +config TQM8541 + bool "TQ Components TQM8541" + help + This option enables support for the TQ Components TQM8541 board. + select DEFAULT_UIMAGE + select PPC_CPM_NEW_BINDING + select TQM85xx + select CPM2 + +config TQM8555 + bool "TQ Components TQM8555" + help + This option enables support for the TQ Components TQM8555 board. + select DEFAULT_UIMAGE + select PPC_CPM_NEW_BINDING + select TQM85xx + select CPM2 + +config TQM8560 + bool "TQ Components TQM8560" + help + This option enables support for the TQ Components TQM8560 board. + select DEFAULT_UIMAGE + select PPC_CPM_NEW_BINDING + select TQM85xx + select CPM2 + endchoice +config TQM85xx + bool + select MPC85xx + config MPC8540 bool select PPC_UDBG_16550 |