-
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.
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 14, 2012
1 parent
3e9b833
commit ccc4af7
Showing
23 changed files
with
49 additions
and
34 deletions.
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: ed0c8b5465d6cec5458d9a3041a5167d83f40fdb | ||
refs/heads/master: 0013ca8c52ba7bb1030ed75d6df7e58af0314018 |
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
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,3 @@ | ||
source "drivers/media/common/b2c2/Kconfig" | ||
source "drivers/media/common/saa7146/Kconfig" | ||
source "drivers/media/common/siano/Kconfig" |
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 +1 @@ | ||
obj-y += b2c2/ saa7146/ | ||
obj-y += b2c2/ saa7146/ siano/ |
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,17 @@ | ||
# | ||
# Siano Mobile Silicon Digital TV device configuration | ||
# | ||
|
||
config SMS_SIANO_MDTV | ||
tristate | ||
depends on DVB_CORE && RC_CORE && HAS_DMA | ||
depends on SMS_USB_DRV || SMS_SDIO_DRV | ||
default y | ||
---help--- | ||
Choose Y or M here if you have MDTV receiver with a Siano chipset. | ||
|
||
To compile this driver as a module, choose M here | ||
(The module will be called smsmdtv). | ||
|
||
Further documentation on this driver can be found on the WWW | ||
at http://www.siano-ms.com/ |
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,7 @@ | ||
smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o | ||
|
||
obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core | ||
ccflags-y += $(extra-cflags-y) $(extra-cflags-m) | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
source "drivers/media/mmc/siano/Kconfig" |
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 @@ | ||
obj-y := siano/ |
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,10 @@ | ||
# | ||
# Siano Mobile Silicon Digital TV device configuration | ||
# | ||
|
||
config SMS_SDIO_DRV | ||
tristate "Siano SMS1xxx based MDTV via SDIO interface" | ||
depends on DVB_CORE && RC_CORE && HAS_DMA | ||
depends on MMC | ||
---help--- | ||
Choose if you would like to have Siano's support for SDIO interface |
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,6 @@ | ||
obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core | ||
ccflags-y += -Idrivers/media/common/siano | ||
ccflags-y += $(extra-cflags-y) $(extra-cflags-m) | ||
|
File renamed without changes.
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 |
---|---|---|
@@ -1,11 +1,6 @@ | ||
|
||
smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o | ||
|
||
obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o | ||
obj-$(CONFIG_SMS_USB_DRV) += smsusb.o | ||
obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core | ||
|
||
ccflags-y += -Idrivers/media/common/siano | ||
ccflags-y += $(extra-cflags-y) $(extra-cflags-m) | ||
|