kconfig

来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 36 行

TXT
36
字号
menu "Synchronous Serial Interfaces (SSI)"config OMAP_MCBSP	depends on ARCH_OMAP || ARCH_OMAP24XX	tristate "McBSP Support on OMAP"	---help---	  Say Y here if you want support for the Muilti Channeled Buffered Serial Port interface	  on an OMAP processor.	  Automatically selected if SOUND_OMAP_TSC2101 is selectedconfig OMAP_UWIRE	depends on ARCH_OMAP	tristate "MicroWire support on OMAP"	---help---	  Say Y here if you want support for the MicroWire interface	  on an OMAP processor.	  Automatically selected if SOUND_OMAP_TSC2101 or OMAP_TSC2101 is selectedconfig OMAP_MCSPI	depends on ARCH_OMAP24XX	tristate "McSPI support on OMAP"	---help---	  Say Y here if you want support for the Multi Channeled Serial Port Interface 	  on an OMAP processor.	  Automatically selected if SOUND_OMAP_TSC2101 is selectedconfig OMAP_TSC2101	depends on ARCH_OMAP || ARCH_OMAP24XX	tristate "TSC2101 codec support for Touchscreen and audio"	select OMAP_UWIRE if MACH_OMAP_H3 || MACH_OMAP_H2 	select OMAP_MCSPI if MACH_OMAP_H4	---help---	  Say Y here if you want support for the TSC2101 codec.  It is	  needed for touchscreen and audio on OMAP1610 and 1710 and 2420.endmenu

⌨️ 快捷键说明

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