Преглед изворни кода

ramips: allow to use the SPI driver on RT3662/RT3883

SVN-Revision: 31921
Gabor Juhos пре 13 година
родитељ
комит
9c241983fc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch

+ 2 - 2
target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch

@@ -5,8 +5,8 @@
  	def_bool SPI_PXA2XX && X86_32 && PCI
  	def_bool SPI_PXA2XX && X86_32 && PCI
  
  
 +config SPI_RAMIPS
 +config SPI_RAMIPS
-+	tristate "Ralink RT288x/RT305x SPI Controller"
-+	depends on (SOC_RT288X || SOC_RT305X) && SPI_MASTER
++	tristate "Ralink RT288x/RT305x/RT3662 SPI Controller"
++	depends on (SOC_RT288X || SOC_RT305X || SOC_RT3883)
 +	help
 +	help
 +	  This selects a driver for the Ralink RT288x/RT305x SPI Controller.
 +	  This selects a driver for the Ralink RT288x/RT305x SPI Controller.
 +
 +