-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 298420 b: refs/heads/master c: f9e4020 h: refs/heads/master v: v3
- Loading branch information
Andras Domokos
authored and
Carlos Chinea
committed
Jan 5, 2012
1 parent
378900f
commit 3fd54cd
Showing
7 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4e69fc22753fcce1d9275b5517ef3646ffeffcf4 | ||
refs/heads/master: f9e402016de91c2444e46ecfd706880969b1ae9e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ config HSI_BOARDINFO | |
bool | ||
default y | ||
|
||
source "drivers/hsi/clients/Kconfig" | ||
|
||
endif # HSI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
# | ||
obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o | ||
obj-$(CONFIG_HSI) += hsi.o | ||
obj-y += clients/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
# HSI clients configuration | ||
# | ||
|
||
comment "HSI clients" | ||
|
||
config HSI_CHAR | ||
tristate "HSI/SSI character driver" | ||
depends on HSI | ||
---help--- | ||
If you say Y here, you will enable the HSI/SSI character driver. | ||
This driver provides a simple character device interface for | ||
serial communication with the cellular modem over HSI/SSI bus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for HSI clients | ||
# | ||
|
||
obj-$(CONFIG_HSI_CHAR) += hsi_char.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
header-y += hsi_char.h |