Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94098
b: refs/heads/master
c: 79d8c7a
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Guido authored and Linus Torvalds committed Apr 28, 2008
1 parent a42a34c commit 95286ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 608dfddd845da5ab6accef70154c8910529699f7
refs/heads/master: 79d8c7a8c888a7c2ab9dd4249495b24575b3f9a6
13 changes: 6 additions & 7 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
# nobody's needed a slave side API yet. The master-role API is not
# fully appropriate there, so it'd need some thought to do well.
#
menu "SPI support"
depends on HAS_IOMEM

config SPI
menuconfig SPI
bool "SPI support"
depends on HAS_IOMEM
help
The "Serial Peripheral Interface" is a low level synchronous
protocol. Chips that support SPI can have data transfer rates
Expand All @@ -28,9 +26,11 @@ config SPI
(half duplex), SSP, SSI, and PSP. This driver framework should
work with most such devices and controllers.

if SPI

config SPI_DEBUG
boolean "Debug support for SPI drivers"
depends on SPI && DEBUG_KERNEL
depends on DEBUG_KERNEL
help
Say "yes" to enable debug messaging (like dev_dbg and pr_debug),
sysfs, and debugfs support in SPI controller and protocol drivers.
Expand Down Expand Up @@ -245,5 +245,4 @@ config SPI_TLE62X0

# (slave support would go here)

endmenu # "SPI support"

endif # SPI

0 comments on commit 95286ee

Please sign in to comment.