summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig')
-rwxr-xr-xANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig b/ANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig
new file mode 100755
index 00000000..132a18a9
--- /dev/null
+++ b/ANDROID_3.4.5/drivers/media/dvb/raontech/Kconfig
@@ -0,0 +1,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