Przeglądaj źródła

CRISv32: Fix RS485 port 4 CD Kconfig item.

The Kconfig item for port 4 CD was controlled by the same
Kconfig item as for port 3.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 15 lat temu
rodzic
commit
d708b41c96
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/cris/arch-v32/drivers/Kconfig

+ 1 - 1
arch/cris/arch-v32/drivers/Kconfig

@@ -360,7 +360,7 @@ config ETRAX_SER4_DSR_BIT
 	string "Ser 4 DSR bit (empty = not used)"
 	string "Ser 4 DSR bit (empty = not used)"
 	depends on ETRAX_SERIAL_PORT4
 	depends on ETRAX_SERIAL_PORT4
 
 
-config ETRAX_SER3_CD_BIT
+config ETRAX_SER4_CD_BIT
 	string "Ser 4 CD bit (empty = not used)"
 	string "Ser 4 CD bit (empty = not used)"
 	depends on ETRAX_SERIAL_PORT4
 	depends on ETRAX_SERIAL_PORT4