1config DRV_DSCMB 2 3tristate "DSCMB" 4default n 5 6---help--- 7Enable compilation option for driver DSCMB 8 9if DRV_DSCMB 10config DSCMB_CSA_ENABLE 11 bool "Enable dscmb CSA" 12 default n 13 help 14 Select if you want to enable dscmb CSA. If unsure, say 'N'. 15 16config DSCMB_MULTI2_ENABLE 17 bool "Enable dscmb MLUTI2" 18 default y 19 help 20 Select if you want to enable dscmb MULTI2. If unsure, say 'N'. 21endif 22