Changeset 31921
- Timestamp:
- 2012-05-27T19:09:58+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch
r31403 r31921 6 6 7 7 +config SPI_RAMIPS 8 + tristate "Ralink RT288x/RT305x SPI Controller"9 + depends on (SOC_RT288X || SOC_RT305X ) && SPI_MASTER8 + tristate "Ralink RT288x/RT305x/RT3662 SPI Controller" 9 + depends on (SOC_RT288X || SOC_RT305X || SOC_RT3883) 10 10 + help 11 11 + This selects a driver for the Ralink RT288x/RT305x SPI Controller.
Note: See TracChangeset
for help on using the changeset viewer.