[PATCH 6/7] blackfin serial core driver: UART1 should depend on BF534/BF536/BF537, remove experimental marking from on-chip serial core driver and make options less wordy.

From: Bryan Wu
Date: Sat Apr 28 2007 - 23:24:15 EST


Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx>
---
drivers/serial/Kconfig | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 3484834..e8efe93 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -513,8 +513,8 @@ config SERIAL_SA1100_CONSOLE
kernel at boot time.)

config SERIAL_BFIN
- tristate "Blackfin serial port support (EXPERIMENTAL)"
- depends on BFIN && EXPERIMENTAL
+ tristate "Blackfin serial port support"
+ depends on BFIN
select SERIAL_CORE
select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
help
@@ -529,7 +529,7 @@ config SERIAL_BFIN_CONSOLE
select SERIAL_CORE_CONSOLE

choice
- prompt "Blackfin UART Mode"
+ prompt "UART Mode"
depends on SERIAL_BFIN
default SERIAL_BFIN_DMA
help
@@ -537,14 +537,14 @@ choice
of CPUs

config SERIAL_BFIN_DMA
- bool "Blackfin UART DMA mode"
+ bool "DMA mode"
depends on DMA_UNCACHED_1M
help
This driver works under DMA mode. If this option is selected, the
blackfin simple dma driver is also enabled.

config SERIAL_BFIN_PIO
- bool "Blackfin UART PIO mode"
+ bool "PIO mode"
help
This driver works under PIO mode.

@@ -581,7 +581,7 @@ config UART0_RTS_PIN

config SERIAL_BFIN_UART1
bool "Enable UART1"
- depends on SERIAL_BFIN && BF537
+ depends on SERIAL_BFIN && (BF534 || BF536 || BF537)
help
Enable UART1

--
1.5.1.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/