Merge tag 'v4.4-rc1'
[firefly-linux-kernel-4.4.55.git] / drivers / cmmb / siano / Kconfig
1 #
2 # Siano Mobile Silicon Digital TV device configuration
3 #
4
5 config SMS_SIANO_MDTV
6         tristate "Siano SMS1xxx based MDTV receiver"
7         default M
8         ---help---
9         Choose Y or M here if you have MDTV receiver with a Siano chipset.
10
11         To compile this driver as a module, choose M here
12         (The modules will be called smsmdtv).
13
14         Note: All dependents, if selected, will be part of this module.
15
16         Further documentation on this driver can be found on the WWW at http://www.siano-ms.com/
17
18 if SMS_SIANO_MDTV
19 menu "Siano module components"
20
21 # Kernel sub systems support
22
23 config SMS_DVB3_SUBSYS
24         bool "DVB v.3 Subsystem support"
25         default n
26         ---help---
27         Choose if you would like to have DVB v.3 kernel sub-system support.
28
29 config SMS_DVB5_S2API_SUBSYS
30         bool "DVB v.5 (S2 API) Subsystem support"
31         default n
32         ---help---
33         Choose if you would like to have DVB v.5 (S2 API) kernel sub-system support.
34
35 config SMS_HOSTLIB_SUBSYS
36         bool "Host Library Subsystem support"
37         default y
38         ---help---
39         Choose if you would like to have Siano's host library kernel sub-system support.
40
41 if SMS_HOSTLIB_SUBSYS
42
43 config SMS_NET_SUBSYS
44         bool "Siano Network Adapter"
45         default n
46         ---help---
47         Choose if you would like to have Siano's network adapter support.
48
49 endif # SMS_HOSTLIB_SUBSYS
50
51 # Hardware interfaces support
52
53 config SMS_USB_DRV
54         tristate "USB interface support"
55         default n
56         ---help---
57         Choose if you would like to have Siano's support for USB interface
58
59 config SMS_SDIO_DRV
60         tristate "SDIO interface support"
61         default n
62         ---help---
63         Choose if you would like to have Siano's support for SDIO interface
64
65 config SMS_SPI_ROCKCHIP
66         bool "Rockchip SPI interface support"
67         default y
68         ---help---
69         Choose if you would like to have Siano's support for Rockchip SPI interface
70
71 endmenu
72 endif # SMS_SIANO_MDTV