Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47935
b: refs/heads/master
c: b587b13
h: refs/heads/master
i:
  47933: 280d980
  47931: d34d3cf
  47927: 5ca1fc0
  47919: a56bf4e
  47903: 3213de8
  47871: 2b28476
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Feb 12, 2007
1 parent 8d57f6b commit 7536661
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3925a5ce44330767f7f0de5c58c6a797009f0f75
refs/heads/master: b587b13a4f670ebae79ae6259cf44328455e4e69
10 changes: 10 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@ config SPI_S3C24XX_GPIO
comment "SPI Protocol Masters"
depends on SPI_MASTER

config SPI_AT25
tristate "SPI EEPROMs from most vendors"
depends on SPI_MASTER && SYSFS
help
Enable this driver to get read/write support to most SPI EEPROMs,
after you configure the board init code to know about each eeprom
on your target board.

This driver can also be built as a module. If so, the module
will be called at25.

#
# Add new SPI protocol masters in alphabetical order above this line
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o
# ... add above this line ...

# SPI protocol drivers (device/link on bus)
obj-$(CONFIG_SPI_AT25) += at25.o
# ... add above this line ...

# SPI slave controller drivers (upstream link)
Expand Down
Loading

0 comments on commit 7536661

Please sign in to comment.