config.in

来自「powerpc内核 mpc8241芯片 linux系统下cdrom驱动程序」· IN 代码 · 共 28 行

IN
28
字号
## CDROM driver configuration#tristate 'Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support' CONFIG_AZTCDtristate 'Goldstar R420 CDROM support' CONFIG_GSCDtristate 'Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support' CONFIG_SBPCDif [ "$CONFIG_SBPCD" = "y" ]; then  bool 'Matsushita/Panasonic, ... second CDROM controller support' CONFIG_SBPCD2  if [ "$CONFIG_SBPCD2" = "y" ]; then    bool 'Matsushita/Panasonic, ... third CDROM controller support' CONFIG_SBPCD3    if [ "$CONFIG_SBPCD3" = "y" ]; then      bool 'Matsushita/Panasonic, ... fourth CDROM controller support' CONFIG_SBPCD4    fi  fifitristate 'Mitsumi (standard) [no XA/Multisession] CDROM support' CONFIG_MCDif [ "$CONFIG_MCD" != "n" ]; then   int 'MCD IRQ' CONFIG_MCD_IRQ 11   hex 'MCD I/O base' CONFIG_MCD_BASE 300fitristate 'Mitsumi [XA/MultiSession] CDROM support' CONFIG_MCDXtristate 'Optics Storage DOLPHIN 8000AT CDROM support' CONFIG_OPTCDtristate 'Philips/LMS CM206 CDROM support' CONFIG_CM206tristate 'Sanyo CDR-H94A CDROM support' CONFIG_SJCDtristate 'ISP16/MAD16/Mozart soft configurable cdrom interface support' CONFIG_ISP16_CDItristate 'Sony CDU31A/CDU33A CDROM support' CONFIG_CDU31Atristate 'Sony CDU535 CDROM support' CONFIG_CDU535

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?