⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 linux 内核源代码
💻
字号:
# arch/arm/mach-s3c2412/Kconfig## Copyright 2007 Simtec Electronics## Licensed under GPLv2config CPU_S3C2412	bool	depends on ARCH_S3C2410	select CPU_LLSERIAL_S3C2440	select S3C2412_PM if PM	select S3C2412_DMA if S3C2410_DMA	help	  Support for the S3C2412 and S3C2413 SoCs from the S3C24XX lineconfig CPU_S3C2412_ONLY	bool	depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \		   !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412	default y if CPU_S3C2412config S3C2412_DMA	bool	depends on CPU_S3C2412	help	  Internal config node for S3C2412 DMA supportconfig S3C2412_PM	bool	help	  Internal config node to apply S3C2412 power managementmenu "S3C2412 Machines"config MACH_SMDK2413	bool "SMDK2413"	select CPU_S3C2412	select MACH_S3C2413	select MACH_SMDK	help	  Say Y here if you are using an SMDK2413config MACH_S3C2413	bool	help	  Internal node for S3C2413 version of SMDK2413, so that	  machine_is_s3c2413() will work when MACH_SMDK2413 is	  selectedconfig MACH_SMDK2412	bool "SMDK2412"	select MACH_SMDK2413	help	  Say Y here if you are using an SMDK2412	  Note, this shares support with SMDK2413, so will automatically	  select MACH_SMDK2413.config MACH_VSTMS	bool "VMSTMS"	select CPU_S3C2412	help	  Say Y here if you are using an VSTMS boardendmenu

⌨️ 快捷键说明

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