config ISDBT
	bool "isdbt"
	default n

choice
	depends on ISDBT
	prompt "isdbt driver"
	default ISDBT_FC8300_SPI

	config ISDBT_FC8300_SPI
		bool "ISDBT_FC8300_SPI"

	config ISDBT_FC8180_SPI
		bool "ISDBT_FC8180_SPI"

endchoice

config ISDBT_F_TYPE_ANTENNA
	bool "isdbt F type antenna"
	default n
