diff options
| -rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 64ff6a5f6afd..81b52b7cca21 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
| @@ -611,7 +611,7 @@ config SERIAL_BFIN | |||
| 611 | 611 | ||
| 612 | config SERIAL_BFIN_CONSOLE | 612 | config SERIAL_BFIN_CONSOLE |
| 613 | bool "Console on Blackfin serial port" | 613 | bool "Console on Blackfin serial port" |
| 614 | depends on SERIAL_BFIN | 614 | depends on SERIAL_BFIN=y |
| 615 | select SERIAL_CORE_CONSOLE | 615 | select SERIAL_CORE_CONSOLE |
| 616 | 616 | ||
| 617 | choice | 617 | choice |
| @@ -832,10 +832,10 @@ config SERIAL_MUX | |||
| 832 | 4. Change the kernel command console parameter to: console=ttyB0 | 832 | 4. Change the kernel command console parameter to: console=ttyB0 |
| 833 | 833 | ||
| 834 | config SERIAL_MUX_CONSOLE | 834 | config SERIAL_MUX_CONSOLE |
| 835 | bool "Support for console on serial MUX" | 835 | bool "Support for console on serial MUX" |
| 836 | depends on SERIAL_MUX | 836 | depends on SERIAL_MUX=y |
| 837 | select SERIAL_CORE_CONSOLE | 837 | select SERIAL_CORE_CONSOLE |
| 838 | default y | 838 | default y |
| 839 | 839 | ||
| 840 | config PDC_CONSOLE | 840 | config PDC_CONSOLE |
| 841 | bool "PDC software console support" | 841 | bool "PDC software console support" |
