···2626 This driver can also be built as a module. If so, the module2727 will be called at24.28282929+config SPI_AT253030+ tristate "SPI EEPROMs from most vendors"3131+ depends on SPI && SYSFS3232+ help3333+ Enable this driver to get read/write support to most SPI EEPROMs,3434+ after you configure the board init code to know about each eeprom3535+ on your target board.3636+3737+ This driver can also be built as a module. If so, the module3838+ will be called at25.3939+2940config SENSORS_EEPROM3041 tristate "Old I2C EEPROM reader"3142 depends on I2C && EXPERIMENTAL
···230230#231231comment "SPI Protocol Masters"232232233233-config SPI_AT25234234- tristate "SPI EEPROMs from most vendors"235235- depends on SYSFS236236- help237237- Enable this driver to get read/write support to most SPI EEPROMs,238238- after you configure the board init code to know about each eeprom239239- on your target board.240240-241241- This driver can also be built as a module. If so, the module242242- will be called at25.243243-244233config SPI_SPIDEV245234 tristate "User mode SPI device driver support"246235 depends on EXPERIMENTAL
-1
drivers/spi/Makefile
···3333# ... add above this line ...34343535# SPI protocol drivers (device/link on bus)3636-obj-$(CONFIG_SPI_AT25) += at25.o3736obj-$(CONFIG_SPI_SPIDEV) += spidev.o3837obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o3938# ... add above this line ...