aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/Kconfig
blob: d4fb1a6abc3fc45b369a49a710ddca888a586c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config ISDBT
	bool "isdbt"

choice
	depends on ISDBT
	prompt "isdbt one-seg driver"
	default ISDBT_FC8150

	config ISDBT_FC8150
		bool "ISDBT_FC8150"

	config ISDBT_FC8100
		bool "ISDBT_FC8100"
endchoice