1# 2# CDROM driver configuration 3# 4tristate ' Aztech/Orchid/Okano/Wearnes/TXC/CyDROM CDROM support' CONFIG_AZTCD 5tristate ' Goldstar R420 CDROM support' CONFIG_GSCD 6tristate ' Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support' CONFIG_SBPCD 7if [ "$CONFIG_SBPCD" = "y" ]; then 8 bool ' Matsushita/Panasonic, ... second CDROM controller support' CONFIG_SBPCD2 9 if [ "$CONFIG_SBPCD2" = "y" ]; then 10 bool ' Matsushita/Panasonic, ... third CDROM controller support' CONFIG_SBPCD3 11 if [ "$CONFIG_SBPCD3" = "y" ]; then 12 bool ' Matsushita/Panasonic, ... fourth CDROM controller support' CONFIG_SBPCD4 13 fi 14 fi 15fi 16tristate ' Mitsumi (standard) [no XA/Multisession] CDROM support' CONFIG_MCD 17if [ "$CONFIG_MCD" != "n" ]; then 18 int 'MCD IRQ' CONFIG_MCD_IRQ 11 19 hex 'MCD I/O base' CONFIG_MCD_BASE 300 20fi 21tristate ' Mitsumi [XA/MultiSession] CDROM support' CONFIG_MCDX 22tristate ' Optics Storage DOLPHIN 8000AT CDROM support' CONFIG_OPTCD 23tristate ' Philips/LMS CM206 CDROM support' CONFIG_CM206 24tristate ' Sanyo CDR-H94A CDROM support' CONFIG_SJCD 25tristate ' ISP16/MAD16/Mozart soft configurable cdrom interface support' CONFIG_ISP16_CDI 26tristate ' Sony CDU31A/CDU33A CDROM support' CONFIG_CDU31A 27tristate ' Sony CDU535 CDROM support' CONFIG_CDU535 28