File tree Expand file tree Collapse file tree 6 files changed +546
-10
lines changed Expand file tree Collapse file tree 6 files changed +546
-10
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,13 @@ config SERIAL_SH_SCI_DMA
675675	depends on SERIAL_SH_SCI && DMA_ENGINE
676676	default ARCH_RENESAS
677677
678+ config SERIAL_RSCI
679+ 	tristate "Support for Renesas RZ/T2H SCI variant"
680+ 	depends on SERIAL_SH_SCI
681+ 	help
682+ 	  Support for the RZ/T2H SCI variant with fifo.
683+ 	  Say Y if you want to be able to use the RZ/T2H SCI serial port.
684+ 
678685config SERIAL_HS_LPC32XX
679686	tristate "LPC32XX high speed serial port support"
680687	depends on ARCH_LPC32XX || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ obj-$(CONFIG_SERIAL_QCOM_GENI)		+= qcom_geni_serial.o
7171obj-$(CONFIG_SERIAL_QE) 			+= ucc_uart.o
7272obj-$(CONFIG_SERIAL_RDA) 		+= rda-uart.o
7373obj-$(CONFIG_SERIAL_RP2) 		+= rp2.o
74+ obj-$(CONFIG_SERIAL_RSCI) 		+= rsci.o
7475obj-$(CONFIG_SERIAL_SA1100) 		+= sa1100.o
7576obj-$(CONFIG_SERIAL_SAMSUNG) 		+= samsung_tty.o
7677obj-$(CONFIG_SERIAL_SB1250_DUART) 	+= sb1250-duart.o
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments