V4L/DVB (12451): Update KConfig File to enable SDIO and USB interfaces
Update KConfig file to enbale selection of SDIO and USB interfaces, and add dependancy on relevant modules. [mchehab@redhat.com: fix merge conflicts, remove default: m, add missing endmenu] Signed-off-by: Udi Atar <udia@siano-ms.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ef2d12ce12
commit
31e0ad693f
2 changed files with 30 additions and 21 deletions
|
@ -2,25 +2,33 @@
|
||||||
# Siano Mobile Silicon Digital TV device configuration
|
# Siano Mobile Silicon Digital TV device configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
config DVB_SIANO_SMS1XXX
|
config SMS_SIANO_MDTV
|
||||||
tristate "Siano SMS1XXX USB dongle support"
|
tristate "Siano SMS1xxx based MDTV receiver"
|
||||||
depends on DVB_CORE && USB && INPUT
|
depends on DVB_CORE && INPUT
|
||||||
---help---
|
---help---
|
||||||
Choose Y here if you have a USB dongle with a SMS1XXX chipset.
|
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
|
To compile this driver as a module, choose M here
|
||||||
module will be called sms1xxx.
|
(The module will be called smsmdtv).
|
||||||
|
|
||||||
config DVB_SIANO_SMS1XXX_SMS_IDS
|
Further documentation on this driver can be found on the WWW
|
||||||
bool "Enable support for Siano Mobile Silicon default USB IDs"
|
at http://www.siano-ms.com/
|
||||||
depends on DVB_SIANO_SMS1XXX
|
|
||||||
default y
|
if SMS_SIANO_MDTV
|
||||||
|
menu "Siano module components"
|
||||||
|
|
||||||
|
# Hardware interfaces support
|
||||||
|
|
||||||
|
config SMS_USB_DRV
|
||||||
|
tristate "USB interface support"
|
||||||
|
depends on DVB_CORE && USB
|
||||||
---help---
|
---help---
|
||||||
Choose Y here if you have a USB dongle with a SMS1XXX chipset
|
Choose if you would like to have Siano's support for USB interface
|
||||||
that uses Siano Mobile Silicon's default usb vid:pid.
|
|
||||||
|
|
||||||
Choose N here if you would prefer to use Siano's external driver.
|
|
||||||
|
|
||||||
Further documentation on this driver can be found on the WWW at
|
|
||||||
<http://www.siano-ms.com/>.
|
|
||||||
|
|
||||||
|
config SMS_SDIO_DRV
|
||||||
|
tristate "SDIO interface support"
|
||||||
|
depends on DVB_CORE && MMC
|
||||||
|
---help---
|
||||||
|
Choose if you would like to have Siano's support for SDIO interface
|
||||||
|
endmenu
|
||||||
|
endif # SMS_SIANO_MDTV
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
sms1xxx-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o
|
|
||||||
|
|
||||||
obj-$(CONFIG_DVB_SIANO_SMS1XXX) += sms1xxx.o
|
smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o
|
||||||
obj-$(CONFIG_DVB_SIANO_SMS1XXX) += smsusb.o
|
|
||||||
obj-$(CONFIG_DVB_SIANO_SMS1XXX) += smsdvb.o
|
obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o
|
||||||
|
obj-$(CONFIG_SMS_USB_DRV) += smsusb.o
|
||||||
|
obj-$(CONFIG_SMS_SDIO_DRV) += smssdio.o
|
||||||
|
|
||||||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue