diff options
author | Kumar Gala <galak@freescale.com> | 2005-07-27 14:44:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:25:55 -0400 |
commit | 13e886c3b435d14668aefaed449d8d7ca6dce3a8 (patch) | |
tree | 562cc3afcd251dd637d5a35e516220bb42d4b92b /arch/ppc/Kconfig | |
parent | d054b5acfe1f68460fe70aff5028ad95a7a38140 (diff) |
[PATCH] ppc32: Make the UARTs on MPC824x individual platform devices
The UARTs on the MPC824x are unique devices and really shouldn't be thought
of as a DUART. In addition, if both UARTs are in use we need to configure
the part to enable the 2nd UART since the pins for the UARTs are
multiplexed. Adds support to run the 824x Sandpoint with both UARTs if
desired.
Signed-off-by: Matt McClintock <msm@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index be4e629e69d0..a862c037c65d 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -878,6 +878,13 @@ config MPC10X_STORE_GATHERING | |||
878 | bool "Enable MPC10x store gathering" | 878 | bool "Enable MPC10x store gathering" |
879 | depends on MPC10X_BRIDGE | 879 | depends on MPC10X_BRIDGE |
880 | 880 | ||
881 | config SANDPOINT_ENABLE_UART1 | ||
882 | bool "Enable DUART mode on Sandpoint" | ||
883 | depends on SANDPOINT | ||
884 | help | ||
885 | If this option is enabled then the MPC824x processor will run | ||
886 | in DUART mode instead of UART mode. | ||
887 | |||
881 | config CPC710_DATA_GATHERING | 888 | config CPC710_DATA_GATHERING |
882 | bool "Enable CPC710 data gathering" | 889 | bool "Enable CPC710 data gathering" |
883 | depends on K2 | 890 | depends on K2 |