summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/raontech/Kconfig
blob: 132a18a932332e97fc108d6246e920497740cc67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# ISDBT config states
#

config ISDBT_RAONTECH_MTV
	tristate "RAONTECH based MTV receiver"
	depends on	WMT_SPISLAVE1_SUPPORT
	help
	  This allows ISDBT.
	  This module is designed for SPI or TSIF.
	  Select chipset and interface

menu "Raotech module components"

choice
	depends on ISDBT_RAONTECH_MTV && WMT_SPISLAVE1_SUPPORT
	prompt "chip"
	default ISDBT_MTV23x
	config ISDBT_MTV23x
		bool "MTV23x"
endchoice

endmenu