Kconfig (d9c5841e22231e4e49fd0a1004164e6fce59b7a6) | Kconfig (a20971b201ac1fcd236400942c98b0106c42c70a) |
---|---|
1# ALSA ISA drivers 2 3config SND_WSS_LIB 4 tristate 5 select SND_PCM 6 7config SND_SB_COMMON 8 tristate --- 114 unchanged lines hidden (view full) --- 123 help 124 Say Y to include support for CS4232,CS4235,CS4236,CS4237B, 125 CS4238B,CS4239 chips from Cirrus Logic - Crystal 126 Semiconductors. 127 128 To compile this driver as a module, choose M here: the module 129 will be called snd-cs4236. 130 | 1# ALSA ISA drivers 2 3config SND_WSS_LIB 4 tristate 5 select SND_PCM 6 7config SND_SB_COMMON 8 tristate --- 114 unchanged lines hidden (view full) --- 123 help 124 Say Y to include support for CS4232,CS4235,CS4236,CS4237B, 125 CS4238B,CS4239 chips from Cirrus Logic - Crystal 126 Semiconductors. 127 128 To compile this driver as a module, choose M here: the module 129 will be called snd-cs4236. 130 |
131config SND_ES968 132 tristate "Generic ESS ES968 driver" 133 depends on PNP 134 select ISAPNP 135 select SND_MPU401_UART 136 select SND_SB8_DSP 137 help 138 Say Y here to include support for ESS AudioDrive ES968 chips. 139 140 To compile this driver as a module, choose M here: the module 141 will be called snd-es968. 142 | |
143config SND_ES1688 | 131config SND_ES1688 |
144 tristate "Generic ESS ES688/ES1688 driver" | 132 tristate "Generic ESS ES688/ES1688 and ES968 PnP driver" |
145 select SND_OPL3_LIB 146 select SND_MPU401_UART 147 select SND_PCM 148 help 149 Say Y here to include support for ESS AudioDrive ES688 or | 133 select SND_OPL3_LIB 134 select SND_MPU401_UART 135 select SND_PCM 136 help 137 Say Y here to include support for ESS AudioDrive ES688 or |
150 ES1688 chips. | 138 ES1688 chips. Also, this module support cards with ES968 PnP chip. |
151 152 To compile this driver as a module, choose M here: the module 153 will be called snd-es1688. 154 155config SND_ES18XX 156 tristate "Generic ESS ES18xx driver" 157 select SND_OPL3_LIB 158 select SND_MPU401_UART --- 284 unchanged lines hidden --- | 139 140 To compile this driver as a module, choose M here: the module 141 will be called snd-es1688. 142 143config SND_ES18XX 144 tristate "Generic ESS ES18xx driver" 145 select SND_OPL3_LIB 146 select SND_MPU401_UART --- 284 unchanged lines hidden --- |