diff options
| -rw-r--r-- | drivers/serial/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 1537e0d86192..0328fd4006e5 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
| @@ -738,7 +738,7 @@ config UART0_CTS_PIN | |||
| 738 | default 23 | 738 | default 23 |
| 739 | help | 739 | help |
| 740 | The default pin is GPIO_GP7. | 740 | The default pin is GPIO_GP7. |
| 741 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 741 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 742 | 742 | ||
| 743 | config UART0_RTS_PIN | 743 | config UART0_RTS_PIN |
| 744 | int "UART0 RTS pin" | 744 | int "UART0 RTS pin" |
| @@ -746,7 +746,7 @@ config UART0_RTS_PIN | |||
| 746 | default 22 | 746 | default 22 |
| 747 | help | 747 | help |
| 748 | The default pin is GPIO_GP6. | 748 | The default pin is GPIO_GP6. |
| 749 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 749 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 750 | 750 | ||
| 751 | config SERIAL_BFIN_UART1 | 751 | config SERIAL_BFIN_UART1 |
| 752 | bool "Enable UART1" | 752 | bool "Enable UART1" |
| @@ -766,14 +766,14 @@ config UART1_CTS_PIN | |||
| 766 | depends on BFIN_UART1_CTSRTS && !BF548 | 766 | depends on BFIN_UART1_CTSRTS && !BF548 |
| 767 | default -1 | 767 | default -1 |
| 768 | help | 768 | help |
| 769 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 769 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 770 | 770 | ||
| 771 | config UART1_RTS_PIN | 771 | config UART1_RTS_PIN |
| 772 | int "UART1 RTS pin" | 772 | int "UART1 RTS pin" |
| 773 | depends on BFIN_UART1_CTSRTS && !BF548 | 773 | depends on BFIN_UART1_CTSRTS && !BF548 |
| 774 | default -1 | 774 | default -1 |
| 775 | help | 775 | help |
| 776 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 776 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 777 | 777 | ||
| 778 | config SERIAL_BFIN_UART2 | 778 | config SERIAL_BFIN_UART2 |
| 779 | bool "Enable UART2" | 779 | bool "Enable UART2" |
| @@ -793,14 +793,14 @@ config UART2_CTS_PIN | |||
| 793 | depends on BFIN_UART2_CTSRTS && !BF548 | 793 | depends on BFIN_UART2_CTSRTS && !BF548 |
| 794 | default -1 | 794 | default -1 |
| 795 | help | 795 | help |
| 796 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 796 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 797 | 797 | ||
| 798 | config UART2_RTS_PIN | 798 | config UART2_RTS_PIN |
| 799 | int "UART2 RTS pin" | 799 | int "UART2 RTS pin" |
| 800 | depends on BFIN_UART2_CTSRTS && !BF548 | 800 | depends on BFIN_UART2_CTSRTS && !BF548 |
| 801 | default -1 | 801 | default -1 |
| 802 | help | 802 | help |
| 803 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 803 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 804 | 804 | ||
| 805 | config SERIAL_BFIN_UART3 | 805 | config SERIAL_BFIN_UART3 |
| 806 | bool "Enable UART3" | 806 | bool "Enable UART3" |
| @@ -820,14 +820,14 @@ config UART3_CTS_PIN | |||
| 820 | depends on BFIN_UART3_CTSRTS && !BF548 | 820 | depends on BFIN_UART3_CTSRTS && !BF548 |
| 821 | default -1 | 821 | default -1 |
| 822 | help | 822 | help |
| 823 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 823 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 824 | 824 | ||
| 825 | config UART3_RTS_PIN | 825 | config UART3_RTS_PIN |
| 826 | int "UART3 RTS pin" | 826 | int "UART3 RTS pin" |
| 827 | depends on BFIN_UART3_CTSRTS && !BF548 | 827 | depends on BFIN_UART3_CTSRTS && !BF548 |
| 828 | default -1 | 828 | default -1 |
| 829 | help | 829 | help |
| 830 | Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. | 830 | Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map. |
| 831 | 831 | ||
| 832 | config SERIAL_IMX | 832 | config SERIAL_IMX |
| 833 | bool "IMX serial port support" | 833 | bool "IMX serial port support" |
