1config API_DMX 2 3tristate "DMX" 4default n 5 6---help--- 7Enable compilation option for API DMX 8 9if API_DMX 10 11config DMX_UTOPIA_20_ENABLE 12 bool "Enable DMX 20" 13 default y 14 help 15 Select if you want to enable DMX Utopia 2_0. If unsure, say 'Y'. 16 17config STC64_ENABLE 18 bool "Enable STC64" 19 default y 20 help 21 Select if you want to enable STC64. If unsure, say 'Y'. 22 23config VQ_ENABLE 24 bool "Enable VQ" 25 default y 26 help 27 Select if you want to enable VQ. If unsure, say 'Y'. 28 29config FIVQ_ENABLE 30 bool "Enable File-in VQ" 31 default y 32 help 33 Select if you want to enable VQ. If unsure, say 'Y'. 34 35config FQ_ENABLE 36 bool "Enable FQ" 37 default n 38 help 39 Select if you want to enable FQ. If unsure, say 'N'. 40 41config EXT_FILTER_ENABLE 42 bool "Enable Externel Filter" 43 default n 44 help 45 Select if you want to enable externel filter. If unsure, say 'N'. 46 47config TSP2_ENABLE 48 bool "Enable TS2" 49 default n 50 help 51 Select if you want to enable TS2. If unsure, say 'N'. 52 53config TSP3_ENABLE 54 bool "Enable TS3" 55 default n 56 help 57 Select if you want to enable TS3 IF. If unsure, say 'N'. 58 59config MMFILEIN_ENABLE 60 bool "Enable MM file in" 61 default y 62 help 63 Select if you want to enable MM file in. If unsure, say 'Y'. 64 65config MMFI3D_ENABLE 66 bool "Enable MM file in 3D" 67 default n 68 help 69 Select if you want to enable MM file in 3D. If unsure, say 'N'. 70 71config MMFI2_EXTRA_AUFIFO_ENABLE 72 bool "Enable Extra AU FIFOs" 73 default n 74 help 75 Select if you want to enable extra audio fifos. If unsure, say 'N'. 76 77config MOBF_ENABLE 78 bool "Enable MOBF" 79 default n 80 help 81 Select if you want to enable MOBF. If unsure, say 'N'. 82 83config MMFIMOBF_ENABLE 84 bool "Enable MM file in MOBF" 85 default n 86 help 87 Select if you want to enable MM file in MOBF. If unsure, say 'N'. 88 89config USE_HWPCR_ENABLE 90 bool "Enable HW PCR" 91 default n 92 help 93 Select if you want to enable HW PCR. If unsure, say 'N'. 94 95config DMX_DEBUG_TABLE_ENABLE 96 bool "Enable Debug Table" 97 default n 98 help 99 Select if you want to enable debug table. If unsure, say 'N'. 100 101config TSP3_DULFLT_ENABLE 102 bool "Enable TSP3 Duplicate Filter" 103 default n 104 help 105 Select if you want to enable TSP3 duplicate filters. If unsure, say 'N'. 106 107config EXTRA_PVR1_FLT_ENABLE 108 bool "Enable Extra PVR1 Filter" 109 default n 110 help 111 Select if you want to enable extra pvr1 filter. If unsure, say 'N'. 112 113config TS2_LIVE_ENABLE 114 bool "Enable TS2 Live" 115 default n 116 help 117 Select if you want to enable TS2 live path. If unsure, say 'N'. 118 119config RASP_SUPPORT 120 bool "Enable RASP Support" 121 default n 122 help 123 Select if you want to enable RASP. If unsure, say 'N'. 124 125config TSIO_SUPPORT 126 bool "Enable TSIO Support" 127 default n 128 help 129 Select if you want to enable tso. If unsure, say 'N'. 130 131config TSO_SUPPORT 132 bool "Enable TSO Support" 133 default n 134 help 135 Select if you want to enable tso. If unsure, say 'N'. 136 137config TSO_VER_20_SUPPORT 138 bool "Enable TSO Version 2.0 Support" 139 default n 140 help 141 Select if you want to enable tso. If unsure, say 'N'. 142 143config TSO_HW_BOX_SERIES 144 bool "Enable TSO BOX Series Support" 145 default n 146 help 147 Select if you want to enable tso. If unsure, say 'N'. 148 149config MERGE_STREAM_SUPPORT 150 bool "Enable Merge Stream Support" 151 default n 152 help 153 Select if you want to enable tso. If unsure, say 'N'. 154 155config GENERAL_DSCMB_SUPPORT 156 bool "Enable General DSCMB Support" 157 default n 158 help 159 Select if you want to enable tso. If unsure, say 'N'. 160 161config OTV_SUPPORT 162 bool "Enable OTV Support" 163 default n 164 help 165 Select if you want to enable OTV. If unsure, say 'N'. 166 167config SECURE_PVR_SUPPORT 168 bool "Secure PVR Support" 169 default n 170 help 171 Select if you want to enable secure pvr. If unsure, say 'N'. 172 173config TSO_PVR_SUPPORT 174 bool "TSO PVR Support" 175 default n 176 help 177 Select if you want to enable tso pvr. If unsure, say 'N'. 178 179endif 180