Skip to content
Snippets Groups Projects
Commit 78d67b40 authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds
Browse files

Adjust path to gpio headers

parent 51a2301e
No related branches found
No related tags found
No related merge requests found
...@@ -738,7 +738,7 @@ config UART0_CTS_PIN ...@@ -738,7 +738,7 @@ config UART0_CTS_PIN
default 23 default 23
help help
The default pin is GPIO_GP7. The default pin is GPIO_GP7.
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config UART0_RTS_PIN config UART0_RTS_PIN
int "UART0 RTS pin" int "UART0 RTS pin"
...@@ -746,7 +746,7 @@ config UART0_RTS_PIN ...@@ -746,7 +746,7 @@ config UART0_RTS_PIN
default 22 default 22
help help
The default pin is GPIO_GP6. The default pin is GPIO_GP6.
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config SERIAL_BFIN_UART1 config SERIAL_BFIN_UART1
bool "Enable UART1" bool "Enable UART1"
...@@ -766,14 +766,14 @@ config UART1_CTS_PIN ...@@ -766,14 +766,14 @@ config UART1_CTS_PIN
depends on BFIN_UART1_CTSRTS && !BF548 depends on BFIN_UART1_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config UART1_RTS_PIN config UART1_RTS_PIN
int "UART1 RTS pin" int "UART1 RTS pin"
depends on BFIN_UART1_CTSRTS && !BF548 depends on BFIN_UART1_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config SERIAL_BFIN_UART2 config SERIAL_BFIN_UART2
bool "Enable UART2" bool "Enable UART2"
...@@ -793,14 +793,14 @@ config UART2_CTS_PIN ...@@ -793,14 +793,14 @@ config UART2_CTS_PIN
depends on BFIN_UART2_CTSRTS && !BF548 depends on BFIN_UART2_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config UART2_RTS_PIN config UART2_RTS_PIN
int "UART2 RTS pin" int "UART2 RTS pin"
depends on BFIN_UART2_CTSRTS && !BF548 depends on BFIN_UART2_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config SERIAL_BFIN_UART3 config SERIAL_BFIN_UART3
bool "Enable UART3" bool "Enable UART3"
...@@ -820,14 +820,14 @@ config UART3_CTS_PIN ...@@ -820,14 +820,14 @@ config UART3_CTS_PIN
depends on BFIN_UART3_CTSRTS && !BF548 depends on BFIN_UART3_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config UART3_RTS_PIN config UART3_RTS_PIN
int "UART3 RTS pin" int "UART3 RTS pin"
depends on BFIN_UART3_CTSRTS && !BF548 depends on BFIN_UART3_CTSRTS && !BF548
default -1 default -1
help help
Refer to ./include/asm-blackfin/gpio.h to see the GPIO map. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
config SERIAL_IMX config SERIAL_IMX
bool "IMX serial port support" bool "IMX serial port support"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment