Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363123
b: refs/heads/master
c: e44b0ce
h: refs/heads/master
i:
  363121: b02426e
  363119: 14504bf
v: v3
  • Loading branch information
Kenneth Heitke authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 1fa2885 commit 03a7025
Show file tree
Hide file tree
Showing 7 changed files with 467 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: 501ad1c49b3d8c7b7495ef044c698c22710fc27d
refs/heads/master: e44b0ceee4cc2a926225e73ac1e20b9a5bb22c2d
2 changes: 2 additions & 0 deletions trunk/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ source "drivers/i2c/Kconfig"

source "drivers/spi/Kconfig"

source "drivers/ssbi/Kconfig"

source "drivers/hsi/Kconfig"

source "drivers/pps/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ obj-y += firmware/
obj-$(CONFIG_CRYPTO) += crypto/
obj-$(CONFIG_SUPERH) += sh/
obj-$(CONFIG_ARCH_SHMOBILE) += sh/
obj-$(CONFIG_MSM_SSBI) += ssbi/
ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
obj-y += clocksource/
endif
Expand Down
16 changes: 16 additions & 0 deletions trunk/drivers/ssbi/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# MSM SSBI bus support
#

menu "Qualcomm MSM SSBI bus support"

config MSM_SSBI
bool "Qualcomm Single-wire Serial Bus Interface (SSBI)"
help
If you say yes to this option, support will be included for the
built-in SSBI interface on Qualcomm MSM family processors.

This is required for communicating with Qualcomm PMICs and
other devices that have the SSBI interface.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/ssbi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_MSM_SSBI) += ssbi.o
Loading

0 comments on commit 03a7025

Please sign in to comment.