* [PATCH] Add 8360 to platforms/83xx/Kconfig
@ 2006-10-06 22:40 Kim Phillips
2006-10-09 6:24 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2006-10-06 22:40 UTC (permalink / raw)
To: linuxppc-dev
apparently this code didn't make it in last time,
so I'm adding it back again here.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
arch/powerpc/platforms/83xx/Kconfig | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 0975e94..7edb6b4 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -32,6 +32,13 @@ config MPC834x_ITX
Be aware that PCI initialization is the bootloader's
responsiblilty.
+config MPC8360E_PB
+ bool "Freescale MPC8360E PB"
+ select DEFAULT_UIMAGE
+ select QUICC_ENGINE
+ help
+ This option enables support for the MPC836x EMDS Processor Board.
+
endchoice
config PPC_MPC832x
@@ -46,4 +53,10 @@ config MPC834x
select PPC_INDIRECT_PCI
default y if MPC834x_SYS || MPC834x_ITX
+config PPC_MPC836x
+ bool
+ select PPC_UDBG_16550
+ select PPC_INDIRECT_PCI
+ default y if MPC8360E_PB
+
endmenu
--
1.4.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add 8360 to platforms/83xx/Kconfig
2006-10-06 22:40 [PATCH] Add 8360 to platforms/83xx/Kconfig Kim Phillips
@ 2006-10-09 6:24 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2006-10-09 6:24 UTC (permalink / raw)
To: Kim Phillips; +Cc: linuxppc-dev
Kim Phillips writes:
> apparently this code didn't make it in last time,
> so I'm adding it back again here.
Not much of a commit message... :(
Care to resend with a paragraph saying what the patch does and why for
me?
Paul.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-09 6:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 22:40 [PATCH] Add 8360 to platforms/83xx/Kconfig Kim Phillips
2006-10-09 6:24 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).