aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2009-04-07 11:53:11 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-07 11:44:06 -0400
commit78d67b4046c243bea3ddc3c4ffd6f3764ce11929 (patch)
tree8204fe668b206cdc548dcc6fcf36d81ceae4ef66 /drivers/serial/Kconfig
parent51a2301e719e42b370bbb258c7ef6a7e7590b390 (diff)
Adjust path to gpio headers
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig16
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
743config UART0_RTS_PIN 743config 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
751config SERIAL_BFIN_UART1 751config 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
771config UART1_RTS_PIN 771config 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
778config SERIAL_BFIN_UART2 778config 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
798config UART2_RTS_PIN 798config 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
805config SERIAL_BFIN_UART3 805config 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
825config UART3_RTS_PIN 825config 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
832config SERIAL_IMX 832config SERIAL_IMX
833 bool "IMX serial port support" 833 bool "IMX serial port support"