tty/serial: at91: move ATMEL_MAX_UART
[deliverable/linux.git] / drivers / tty / serial / atmel_serial.c
index 5ca5cf3e9359cf17f9a3aaebbff028ecada3a910..98c84038518e2ee92a3c0a86d078997c2a720ee1 100644 (file)
@@ -111,6 +111,12 @@ struct atmel_uart_char {
 
 #define ATMEL_SERIAL_RINGSIZE 1024
 
+/*
+ * at91: 6 USARTs and one DBGU port (SAM9260)
+ * avr32: 4
+ */
+#define ATMEL_MAX_UART         7
+
 /*
  * We wrap our port structure around the generic uart_port.
  */
This page took 0.025348 seconds and 5 git commands to generate.