diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-05-11 20:55:53 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-11 21:32:49 -0400 |
commit | 52d3aff903171af13b56c5a4d6fb828461406c65 (patch) | |
tree | 65786487dce618d0fcac5783952e112cefe30c0b /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | e44b8941908ec9ccf03b52713c9e7d3471bada8c (diff) |
[POWERPC] Create Marvell mv64x60 MPSC (serial) platform_data
This patch creates platform_device entries for the Marvell mv64x60
MPSC (multi-protocol serial controller) ports, based on information
contained in the device tree.
This driver (like the other mv64x60 drivers) are unusual in that it
works on both the MIPS and PowerPC architectures. Because of that,
the drivers do not support the normal PowerPC of_platform_bus_type.
They support platform_bus_type instead.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 8f3c2a73e165..abb27c97afe9 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -46,6 +46,9 @@ config MPC10X_BRIDGE | |||
46 | select PPC_INDIRECT_PCI | 46 | select PPC_INDIRECT_PCI |
47 | default y | 47 | default y |
48 | 48 | ||
49 | config MV64X60 | ||
50 | bool | ||
51 | |||
49 | config MPC10X_OPENPIC | 52 | config MPC10X_OPENPIC |
50 | bool | 53 | bool |
51 | depends on LINKSTATION | 54 | depends on LINKSTATION |