LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1721|回复: 11

alsamix中没有master选项

[复制链接]
发表于 2008-1-27 15:45:34 | 显示全部楼层 |阅读模式
我原来使用主板自带的声卡无法调节音量,现在内核升级到2.6.24仍然不行,于是翻出一块老旧声卡(2000年),竟然同样问题,遂怀疑不是人家驱动问题,而是我配置问题
  1. 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
  2.         Subsystem: Biostar Microtech Int'l Corp Unknown device 820a
  3.         Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5
  4.         Memory at fe024000 (32-bit, non-prefetchable) [size=16K]
  5.         Capabilities: [44] Power Management version 2
  6.         Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable-
  7.         Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
  8.         Kernel driver in use: HDA Intel
  9.         Kernel modules: snd-hda-intel
  10. 01:0a.0 Multimedia audio controller: Cirrus Logic Crystal CS4281 PCI Audio (rev 01)
  11.         Flags: medium devsel, IRQ 10
  12.         Memory at fdefe000 (32-bit, non-prefetchable) [size=4K]
  13.         Memory at fdee0000 (32-bit, non-prefetchable) [size=64K]
  14.         Capabilities: [40] Power Management version 2
  15.         Kernel modules: snd-cs4281
复制代码
  1. # lsmod
  2. Module                  Size  Used by
  3. snd_pcm_oss            37952  0
  4. snd_mixer_oss          14720  1 snd_pcm_oss
  5. snd_seq_dummy           3268  0
  6. snd_seq_oss            29376  0
  7. snd_seq_midi_event      6784  1 snd_seq_oss
  8. snd_seq                48880  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
  9. snd_seq_device          6932  3 snd_seq_dummy,snd_seq_oss,snd_seq
  10. snd_hda_intel         348200  0
  11. snd_pcm                73160  2 snd_pcm_oss,snd_hda_intel
  12. snd_timer              20232  2 snd_seq,snd_pcm
  13. snd_page_alloc          8272  2 snd_hda_intel,snd_pcm
  14. snd_hwdep               8008  1 snd_hda_intel
  15. snd                    52472  9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
  16. it87                   20816  0
  17. hwmon_vid               2816  1 it87
  18. vboxdrv              1628560  0
  19. ac97_bus                2496  0
  20. pcspkr                  2944  0
  21. psmouse                38364  0
  22. e100                   33232  0
  23. k8temp                  5056  0
  24. fglrx                1675772  0
  25. forcedeth              45580  0
  26. i2c_nforce2             5952  0
  27. ohci_hcd               20740  0
  28. i2c_core               20352  1 i2c_nforce2
  29. sr_mod                 13796  0
  30. cdrom                  32360  1 sr_mod
复制代码
 楼主| 发表于 2008-1-27 15:48:42 | 显示全部楼层
内核配置
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.24-gentoo
  4. # Sun Jan 27 15:11:32 2008
  5. #
  6. CONFIG_64BIT=y
  7. # CONFIG_X86_32 is not set
  8. CONFIG_X86_64=y
  9. CONFIG_X86=y
  10. CONFIG_GENERIC_TIME=y
  11. CONFIG_GENERIC_CMOS_UPDATE=y
  12. CONFIG_CLOCKSOURCE_WATCHDOG=y
  13. CONFIG_GENERIC_CLOCKEVENTS=y
  14. CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
  15. CONFIG_LOCKDEP_SUPPORT=y
  16. CONFIG_STACKTRACE_SUPPORT=y
  17. CONFIG_SEMAPHORE_SLEEPERS=y
  18. CONFIG_MMU=y
  19. CONFIG_ZONE_DMA=y
  20. # CONFIG_QUICKLIST is not set
  21. CONFIG_GENERIC_ISA_DMA=y
  22. CONFIG_GENERIC_IOMAP=y
  23. CONFIG_GENERIC_BUG=y
  24. CONFIG_GENERIC_HWEIGHT=y
  25. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  26. CONFIG_DMI=y
  27. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  28. # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
  29. # CONFIG_ARCH_HAS_ILOG2_U32 is not set
  30. # CONFIG_ARCH_HAS_ILOG2_U64 is not set
  31. CONFIG_GENERIC_CALIBRATE_DELAY=y
  32. CONFIG_GENERIC_TIME_VSYSCALL=y
  33. CONFIG_ARCH_SUPPORTS_OPROFILE=y
  34. CONFIG_ZONE_DMA32=y
  35. CONFIG_ARCH_POPULATES_NODE_MAP=y
  36. CONFIG_AUDIT_ARCH=y
  37. CONFIG_GENERIC_HARDIRQS=y
  38. CONFIG_GENERIC_IRQ_PROBE=y
  39. CONFIG_GENERIC_PENDING_IRQ=y
  40. # CONFIG_KTIME_SCALAR is not set
  41. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

  42. #
  43. # General setup
  44. #
  45. CONFIG_EXPERIMENTAL=y
  46. CONFIG_LOCK_KERNEL=y
  47. CONFIG_INIT_ENV_ARG_LIMIT=32
  48. CONFIG_LOCALVERSION=""
  49. CONFIG_LOCALVERSION_AUTO=y
  50. CONFIG_SWAP=y
  51. CONFIG_SYSVIPC=y
  52. CONFIG_SYSVIPC_SYSCTL=y
  53. CONFIG_POSIX_MQUEUE=y
  54. CONFIG_BSD_PROCESS_ACCT=y
  55. # CONFIG_BSD_PROCESS_ACCT_V3 is not set
  56. # CONFIG_TASKSTATS is not set
  57. # CONFIG_USER_NS is not set
  58. # CONFIG_PID_NS is not set
  59. # CONFIG_AUDIT is not set
  60. CONFIG_IKCONFIG=y
  61. CONFIG_IKCONFIG_PROC=y
  62. CONFIG_LOG_BUF_SHIFT=18
  63. # CONFIG_CGROUPS is not set
  64. CONFIG_FAIR_GROUP_SCHED=y
  65. CONFIG_FAIR_USER_SCHED=y
  66. # CONFIG_FAIR_CGROUP_SCHED is not set
  67. CONFIG_SYSFS_DEPRECATED=y
  68. # CONFIG_RELAY is not set
  69. CONFIG_BLK_DEV_INITRD=y
  70. CONFIG_INITRAMFS_SOURCE="/usr/share/v86d/initramfs"
  71. CONFIG_INITRAMFS_ROOT_UID=0
  72. CONFIG_INITRAMFS_ROOT_GID=0
  73. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  74. CONFIG_SYSCTL=y
  75. CONFIG_EMBEDDED=y
  76. CONFIG_UID16=y
  77. CONFIG_SYSCTL_SYSCALL=y
  78. CONFIG_KALLSYMS=y
  79. CONFIG_KALLSYMS_ALL=y
  80. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  81. CONFIG_HOTPLUG=y
  82. CONFIG_PRINTK=y
  83. CONFIG_BUG=y
  84. CONFIG_ELF_CORE=y
  85. CONFIG_BASE_FULL=y
  86. CONFIG_FUTEX=y
  87. CONFIG_ANON_INODES=y
  88. CONFIG_EPOLL=y
  89. CONFIG_SIGNALFD=y
  90. CONFIG_EVENTFD=y
  91. CONFIG_SHMEM=y
  92. CONFIG_VM_EVENT_COUNTERS=y
  93. CONFIG_SLUB_DEBUG=y
  94. # CONFIG_SLAB is not set
  95. CONFIG_SLUB=y
  96. # CONFIG_SLOB is not set
  97. CONFIG_SLABINFO=y
  98. CONFIG_RT_MUTEXES=y
  99. # CONFIG_TINY_SHMEM is not set
  100. CONFIG_BASE_SMALL=0
  101. CONFIG_MODULES=y
  102. CONFIG_MODULE_UNLOAD=y
  103. CONFIG_MODULE_FORCE_UNLOAD=y
  104. # CONFIG_MODVERSIONS is not set
  105. # CONFIG_MODULE_SRCVERSION_ALL is not set
  106. CONFIG_KMOD=y
  107. CONFIG_STOP_MACHINE=y
  108. CONFIG_BLOCK=y
  109. # CONFIG_BLK_DEV_IO_TRACE is not set
  110. # CONFIG_BLK_DEV_BSG is not set
  111. CONFIG_BLOCK_COMPAT=y

  112. #
  113. # IO Schedulers
  114. #
  115. CONFIG_IOSCHED_NOOP=y
  116. CONFIG_IOSCHED_AS=y
  117. CONFIG_IOSCHED_DEADLINE=y
  118. CONFIG_IOSCHED_CFQ=y
  119. # CONFIG_DEFAULT_AS is not set
  120. # CONFIG_DEFAULT_DEADLINE is not set
  121. CONFIG_DEFAULT_CFQ=y
  122. # CONFIG_DEFAULT_NOOP is not set
  123. CONFIG_DEFAULT_IOSCHED="cfq"

  124. #
  125. # Processor type and features
  126. #
  127. # CONFIG_TICK_ONESHOT is not set
  128. # CONFIG_NO_HZ is not set
  129. # CONFIG_HIGH_RES_TIMERS is not set
  130. CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  131. CONFIG_SMP=y
  132. CONFIG_X86_PC=y
  133. # CONFIG_X86_ELAN is not set
  134. # CONFIG_X86_VOYAGER is not set
  135. # CONFIG_X86_NUMAQ is not set
  136. # CONFIG_X86_SUMMIT is not set
  137. # CONFIG_X86_BIGSMP is not set
  138. # CONFIG_X86_VISWS is not set
  139. # CONFIG_X86_GENERICARCH is not set
  140. # CONFIG_X86_ES7000 is not set
  141. # CONFIG_X86_VSMP is not set
  142. # CONFIG_M386 is not set
  143. # CONFIG_M486 is not set
  144. # CONFIG_M586 is not set
  145. # CONFIG_M586TSC is not set
  146. # CONFIG_M586MMX is not set
  147. # CONFIG_M686 is not set
  148. # CONFIG_MPENTIUMII is not set
  149. # CONFIG_MPENTIUMIII is not set
  150. # CONFIG_MPENTIUMM is not set
  151. # CONFIG_MPENTIUM4 is not set
  152. # CONFIG_MK6 is not set
  153. # CONFIG_MK7 is not set
  154. CONFIG_MK8=y
  155. # CONFIG_MCRUSOE is not set
  156. # CONFIG_MEFFICEON is not set
  157. # CONFIG_MWINCHIPC6 is not set
  158. # CONFIG_MWINCHIP2 is not set
  159. # CONFIG_MWINCHIP3D is not set
  160. # CONFIG_MGEODEGX1 is not set
  161. # CONFIG_MGEODE_LX is not set
  162. # CONFIG_MCYRIXIII is not set
  163. # CONFIG_MVIAC3_2 is not set
  164. # CONFIG_MVIAC7 is not set
  165. # CONFIG_MPSC is not set
  166. # CONFIG_MCORE2 is not set
  167. # CONFIG_GENERIC_CPU is not set
  168. CONFIG_X86_L1_CACHE_BYTES=64
  169. CONFIG_X86_INTERNODE_CACHE_BYTES=64
  170. CONFIG_X86_CMPXCHG=y
  171. CONFIG_X86_L1_CACHE_SHIFT=6
  172. CONFIG_X86_GOOD_APIC=y
  173. CONFIG_X86_INTEL_USERCOPY=y
  174. CONFIG_X86_USE_PPRO_CHECKSUM=y
  175. CONFIG_X86_TSC=y
  176. CONFIG_X86_MINIMUM_CPU_FAMILY=64
  177. CONFIG_HPET_TIMER=y
  178. CONFIG_HPET_EMULATE_RTC=y
  179. CONFIG_GART_IOMMU=y
  180. # CONFIG_CALGARY_IOMMU is not set
  181. CONFIG_SWIOTLB=y
  182. CONFIG_NR_CPUS=2
  183. # CONFIG_SCHED_SMT is not set
  184. CONFIG_SCHED_MC=y
  185. # CONFIG_PREEMPT_NONE is not set
  186. # CONFIG_PREEMPT_VOLUNTARY is not set
  187. CONFIG_PREEMPT=y
  188. CONFIG_PREEMPT_BKL=y
  189. CONFIG_X86_LOCAL_APIC=y
  190. CONFIG_X86_IO_APIC=y
  191. CONFIG_X86_MCE=y
  192. CONFIG_X86_MCE_INTEL=y
  193. CONFIG_X86_MCE_AMD=y
  194. # CONFIG_MICROCODE is not set
  195. CONFIG_X86_MSR=y
  196. CONFIG_X86_CPUID=y
  197. # CONFIG_NUMA is not set
  198. CONFIG_ARCH_FLATMEM_ENABLE=y
  199. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  200. CONFIG_SELECT_MEMORY_MODEL=y
  201. CONFIG_FLATMEM_MANUAL=y
  202. # CONFIG_DISCONTIGMEM_MANUAL is not set
  203. # CONFIG_SPARSEMEM_MANUAL is not set
  204. CONFIG_FLATMEM=y
  205. CONFIG_FLAT_NODE_MEM_MAP=y
  206. # CONFIG_SPARSEMEM_STATIC is not set
  207. CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
  208. CONFIG_SPLIT_PTLOCK_CPUS=4
  209. CONFIG_RESOURCES_64BIT=y
  210. CONFIG_ZONE_DMA_FLAG=1
  211. CONFIG_BOUNCE=y
  212. CONFIG_VIRT_TO_BUS=y
  213. CONFIG_MTRR=y
  214. CONFIG_SECCOMP=y
  215. # CONFIG_CC_STACKPROTECTOR is not set
  216. # CONFIG_HZ_100 is not set
  217. # CONFIG_HZ_250 is not set
  218. CONFIG_HZ_300=y
  219. # CONFIG_HZ_1000 is not set
  220. CONFIG_HZ=300
  221. # CONFIG_KEXEC is not set
  222. # CONFIG_CRASH_DUMP is not set
  223. CONFIG_PHYSICAL_START=0x200000
  224. # CONFIG_RELOCATABLE is not set
  225. CONFIG_PHYSICAL_ALIGN=0x200000
  226. CONFIG_HOTPLUG_CPU=y
  227. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

  228. #
  229. # Power management options
  230. #
  231. CONFIG_PM=y
  232. # CONFIG_PM_LEGACY is not set
  233. # CONFIG_PM_DEBUG is not set
  234. CONFIG_PM_SLEEP_SMP=y
  235. CONFIG_PM_SLEEP=y
  236. CONFIG_SUSPEND_SMP_POSSIBLE=y
  237. CONFIG_SUSPEND=y
  238. CONFIG_HIBERNATION_SMP_POSSIBLE=y
  239. # CONFIG_HIBERNATION is not set
  240. CONFIG_ACPI=y
  241. CONFIG_ACPI_SLEEP=y
  242. CONFIG_ACPI_PROCFS=y
  243. CONFIG_ACPI_PROCFS_POWER=y
  244. CONFIG_ACPI_SYSFS_POWER=y
  245. CONFIG_ACPI_PROC_EVENT=y
  246. CONFIG_ACPI_AC=m
  247. CONFIG_ACPI_BATTERY=m
  248. CONFIG_ACPI_BUTTON=y
  249. CONFIG_ACPI_VIDEO=m
  250. CONFIG_ACPI_FAN=y
  251. CONFIG_ACPI_DOCK=m
  252. # CONFIG_ACPI_BAY is not set
  253. CONFIG_ACPI_PROCESSOR=y
  254. CONFIG_ACPI_HOTPLUG_CPU=y
  255. CONFIG_ACPI_THERMAL=y
  256. # CONFIG_ACPI_ASUS is not set
  257. # CONFIG_ACPI_TOSHIBA is not set
  258. CONFIG_ACPI_BLACKLIST_YEAR=0
  259. # CONFIG_ACPI_DEBUG is not set
  260. CONFIG_ACPI_EC=y
  261. CONFIG_ACPI_POWER=y
  262. CONFIG_ACPI_SYSTEM=y
  263. CONFIG_X86_PM_TIMER=y
  264. CONFIG_ACPI_CONTAINER=y
  265. CONFIG_ACPI_SBS=m

  266. #
  267. # CPU Frequency scaling
  268. #
  269. CONFIG_CPU_FREQ=y
  270. CONFIG_CPU_FREQ_TABLE=y
  271. CONFIG_CPU_FREQ_DEBUG=y
  272. CONFIG_CPU_FREQ_STAT=y
  273. # CONFIG_CPU_FREQ_STAT_DETAILS is not set
  274. CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
  275. # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
  276. # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
  277. # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
  278. CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  279. # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
  280. CONFIG_CPU_FREQ_GOV_USERSPACE=y
  281. CONFIG_CPU_FREQ_GOV_ONDEMAND=y
  282. # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

  283. #
  284. # CPUFreq processor drivers
  285. #
  286. CONFIG_X86_ACPI_CPUFREQ=y
  287. CONFIG_X86_POWERNOW_K8=y
  288. CONFIG_X86_POWERNOW_K8_ACPI=y
  289. # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
  290. # CONFIG_X86_P4_CLOCKMOD is not set

  291. #
  292. # shared options
  293. #
  294. CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
  295. # CONFIG_X86_SPEEDSTEP_LIB is not set
  296. # CONFIG_CPU_IDLE is not set

  297. #
  298. # Bus options (PCI etc.)
  299. #
  300. CONFIG_PCI=y
  301. CONFIG_PCI_DIRECT=y
  302. CONFIG_PCI_MMCONFIG=y
  303. CONFIG_PCI_DOMAINS=y
  304. # CONFIG_DMAR is not set
  305. CONFIG_PCIEPORTBUS=y
  306. CONFIG_PCIEAER=y
  307. CONFIG_ARCH_SUPPORTS_MSI=y
  308. CONFIG_PCI_MSI=y
  309. CONFIG_PCI_LEGACY=y
  310. # CONFIG_PCI_DEBUG is not set
  311. CONFIG_HT_IRQ=y
  312. CONFIG_ISA_DMA_API=y
  313. CONFIG_K8_NB=y
  314. # CONFIG_PCCARD is not set
  315. # CONFIG_HOTPLUG_PCI is not set

  316. #
  317. # Executable file formats / Emulations
  318. #
  319. CONFIG_BINFMT_ELF=y
  320. # CONFIG_BINFMT_MISC is not set
  321. CONFIG_IA32_EMULATION=y
  322. CONFIG_IA32_AOUT=y
  323. CONFIG_COMPAT=y
  324. CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
  325. CONFIG_SYSVIPC_COMPAT=y

  326. #
  327. # Networking
  328. #
  329. CONFIG_NET=y

  330. #
  331. # Networking options
  332. #
  333. CONFIG_PACKET=y
  334. # CONFIG_PACKET_MMAP is not set
  335. CONFIG_UNIX=y
  336. # CONFIG_NET_KEY is not set
  337. CONFIG_INET=y
  338. CONFIG_IP_MULTICAST=y
  339. # CONFIG_IP_ADVANCED_ROUTER is not set
  340. CONFIG_IP_FIB_HASH=y
  341. CONFIG_IP_PNP=y
  342. CONFIG_IP_PNP_DHCP=y
  343. # CONFIG_IP_PNP_BOOTP is not set
  344. # CONFIG_IP_PNP_RARP is not set
  345. # CONFIG_NET_IPIP is not set
  346. # CONFIG_NET_IPGRE is not set
  347. # CONFIG_IP_MROUTE is not set
  348. # CONFIG_ARPD is not set
  349. # CONFIG_SYN_COOKIES is not set
  350. # CONFIG_INET_AH is not set
  351. # CONFIG_INET_ESP is not set
  352. # CONFIG_INET_IPCOMP is not set
  353. # CONFIG_INET_XFRM_TUNNEL is not set
  354. CONFIG_INET_TUNNEL=m
  355. # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  356. # CONFIG_INET_XFRM_MODE_TUNNEL is not set
  357. # CONFIG_INET_XFRM_MODE_BEET is not set
  358. # CONFIG_INET_LRO is not set
  359. CONFIG_INET_DIAG=y
  360. CONFIG_INET_TCP_DIAG=y
  361. # CONFIG_TCP_CONG_ADVANCED is not set
  362. CONFIG_TCP_CONG_CUBIC=y
  363. CONFIG_DEFAULT_TCP_CONG="cubic"
  364. # CONFIG_TCP_MD5SIG is not set
  365. # CONFIG_IP_VS is not set
  366. CONFIG_IPV6=m
  367. # CONFIG_IPV6_PRIVACY is not set
  368. # CONFIG_IPV6_ROUTER_PREF is not set
  369. # CONFIG_IPV6_OPTIMISTIC_DAD is not set
  370. # CONFIG_INET6_AH is not set
  371. # CONFIG_INET6_ESP is not set
  372. # CONFIG_INET6_IPCOMP is not set
  373. # CONFIG_IPV6_MIP6 is not set
  374. # CONFIG_INET6_XFRM_TUNNEL is not set
  375. # CONFIG_INET6_TUNNEL is not set
  376. # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
  377. # CONFIG_INET6_XFRM_MODE_TUNNEL is not set
  378. # CONFIG_INET6_XFRM_MODE_BEET is not set
  379. # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
  380. CONFIG_IPV6_SIT=m
  381. # CONFIG_IPV6_TUNNEL is not set
  382. # CONFIG_IPV6_MULTIPLE_TABLES is not set
  383. # CONFIG_NETWORK_SECMARK is not set
  384. CONFIG_NETFILTER=y
  385. # CONFIG_NETFILTER_DEBUG is not set
  386. CONFIG_BRIDGE_NETFILTER=y

  387. #
  388. # Core Netfilter Configuration
  389. #
  390. CONFIG_NETFILTER_NETLINK=m
  391. CONFIG_NETFILTER_NETLINK_QUEUE=m
  392. CONFIG_NETFILTER_NETLINK_LOG=m
  393. CONFIG_NF_CONNTRACK_ENABLED=m
  394. CONFIG_NF_CONNTRACK=m
  395. # CONFIG_NF_CT_ACCT is not set
  396. # CONFIG_NF_CONNTRACK_MARK is not set
  397. # CONFIG_NF_CONNTRACK_EVENTS is not set
  398. CONFIG_NF_CT_PROTO_GRE=m
  399. CONFIG_NF_CT_PROTO_SCTP=m
  400. # CONFIG_NF_CT_PROTO_UDPLITE is not set
  401. CONFIG_NF_CONNTRACK_AMANDA=m
  402. CONFIG_NF_CONNTRACK_FTP=m
  403. CONFIG_NF_CONNTRACK_H323=m
  404. CONFIG_NF_CONNTRACK_IRC=m
  405. CONFIG_NF_CONNTRACK_NETBIOS_NS=m
  406. CONFIG_NF_CONNTRACK_PPTP=m
  407. # CONFIG_NF_CONNTRACK_SANE is not set
  408. CONFIG_NF_CONNTRACK_SIP=m
  409. CONFIG_NF_CONNTRACK_TFTP=m
  410. CONFIG_NF_CT_NETLINK=m
  411. CONFIG_NETFILTER_XTABLES=m
  412. CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
  413. # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
  414. CONFIG_NETFILTER_XT_TARGET_DSCP=m
  415. CONFIG_NETFILTER_XT_TARGET_MARK=m
  416. CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
  417. CONFIG_NETFILTER_XT_TARGET_NFLOG=m
  418. CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
  419. # CONFIG_NETFILTER_XT_TARGET_TRACE is not set
  420. # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
  421. CONFIG_NETFILTER_XT_MATCH_COMMENT=m
  422. # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
  423. # CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
  424. # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
  425. CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
  426. CONFIG_NETFILTER_XT_MATCH_DCCP=m
  427. CONFIG_NETFILTER_XT_MATCH_DSCP=m
  428. CONFIG_NETFILTER_XT_MATCH_ESP=m
  429. CONFIG_NETFILTER_XT_MATCH_HELPER=m
  430. CONFIG_NETFILTER_XT_MATCH_LENGTH=m
  431. CONFIG_NETFILTER_XT_MATCH_LIMIT=m
  432. CONFIG_NETFILTER_XT_MATCH_MAC=m
  433. CONFIG_NETFILTER_XT_MATCH_MARK=m
  434. CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
  435. # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
  436. CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
  437. CONFIG_NETFILTER_XT_MATCH_QUOTA=m
  438. CONFIG_NETFILTER_XT_MATCH_REALM=m
  439. CONFIG_NETFILTER_XT_MATCH_SCTP=m
  440. CONFIG_NETFILTER_XT_MATCH_STATE=m
  441. CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
  442. CONFIG_NETFILTER_XT_MATCH_STRING=m
  443. CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
  444. # CONFIG_NETFILTER_XT_MATCH_TIME is not set
  445. # CONFIG_NETFILTER_XT_MATCH_U32 is not set
  446. CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

  447. #
  448. # IP: Netfilter Configuration
  449. #
  450. CONFIG_NF_CONNTRACK_IPV4=m
  451. CONFIG_NF_CONNTRACK_PROC_COMPAT=y
  452. CONFIG_IP_NF_QUEUE=m
  453. CONFIG_IP_NF_IPTABLES=m
  454. CONFIG_IP_NF_MATCH_IPRANGE=m
  455. CONFIG_IP_NF_MATCH_TOS=m
  456. CONFIG_IP_NF_MATCH_RECENT=m
  457. CONFIG_IP_NF_MATCH_ECN=m
  458. CONFIG_IP_NF_MATCH_AH=m
  459. CONFIG_IP_NF_MATCH_TTL=m
  460. CONFIG_IP_NF_MATCH_OWNER=m
  461. CONFIG_IP_NF_MATCH_ADDRTYPE=m
  462. CONFIG_IP_NF_FILTER=m
  463. CONFIG_IP_NF_TARGET_REJECT=m
  464. CONFIG_IP_NF_TARGET_LOG=m
  465. CONFIG_IP_NF_TARGET_ULOG=m
  466. CONFIG_NF_NAT=m
  467. CONFIG_NF_NAT_NEEDED=y
  468. CONFIG_IP_NF_TARGET_MASQUERADE=m
  469. CONFIG_IP_NF_TARGET_REDIRECT=m
  470. CONFIG_IP_NF_TARGET_NETMAP=m
  471. CONFIG_IP_NF_TARGET_SAME=m
  472. CONFIG_NF_NAT_SNMP_BASIC=m
  473. CONFIG_NF_NAT_PROTO_GRE=m
  474. CONFIG_NF_NAT_FTP=m
  475. CONFIG_NF_NAT_IRC=m
  476. CONFIG_NF_NAT_TFTP=m
  477. CONFIG_NF_NAT_AMANDA=m
  478. CONFIG_NF_NAT_PPTP=m
  479. CONFIG_NF_NAT_H323=m
  480. CONFIG_NF_NAT_SIP=m
  481. CONFIG_IP_NF_MANGLE=m
  482. CONFIG_IP_NF_TARGET_TOS=m
  483. CONFIG_IP_NF_TARGET_ECN=m
  484. CONFIG_IP_NF_TARGET_TTL=m
  485. # CONFIG_IP_NF_TARGET_CLUSTERIP is not set
  486. CONFIG_IP_NF_RAW=m
  487. CONFIG_IP_NF_ARPTABLES=m
  488. CONFIG_IP_NF_ARPFILTER=m
  489. CONFIG_IP_NF_ARP_MANGLE=m

  490. #
  491. # IPv6: Netfilter Configuration (EXPERIMENTAL)
  492. #
  493. # CONFIG_NF_CONNTRACK_IPV6 is not set
  494. # CONFIG_IP6_NF_QUEUE is not set
  495. CONFIG_IP6_NF_IPTABLES=m
  496. # CONFIG_IP6_NF_MATCH_RT is not set
  497. # CONFIG_IP6_NF_MATCH_OPTS is not set
  498. # CONFIG_IP6_NF_MATCH_FRAG is not set
  499. # CONFIG_IP6_NF_MATCH_HL is not set
  500. # CONFIG_IP6_NF_MATCH_OWNER is not set
  501. # CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
  502. # CONFIG_IP6_NF_MATCH_AH is not set
  503. # CONFIG_IP6_NF_MATCH_MH is not set
  504. # CONFIG_IP6_NF_MATCH_EUI64 is not set
  505. # CONFIG_IP6_NF_FILTER is not set
  506. # CONFIG_IP6_NF_MANGLE is not set
  507. CONFIG_IP6_NF_RAW=m

  508. #
  509. # Bridge: Netfilter Configuration
  510. #
  511. # CONFIG_BRIDGE_NF_EBTABLES is not set
  512. # CONFIG_IP_DCCP is not set
  513. # CONFIG_IP_SCTP is not set
  514. # CONFIG_TIPC is not set
  515. # CONFIG_ATM is not set
  516. CONFIG_BRIDGE=m
  517. # CONFIG_VLAN_8021Q is not set
  518. # CONFIG_DECNET is not set
  519. CONFIG_LLC=m
  520. # CONFIG_LLC2 is not set
  521. # CONFIG_IPX is not set
  522. # CONFIG_ATALK is not set
  523. # CONFIG_X25 is not set
  524. # CONFIG_LAPB is not set
  525. # CONFIG_ECONET is not set
  526. # CONFIG_WAN_ROUTER is not set
  527. # CONFIG_NET_SCHED is not set
  528. CONFIG_NET_CLS_ROUTE=y

  529. #
  530. # Network testing
  531. #
  532. # CONFIG_NET_PKTGEN is not set
  533. # CONFIG_NET_TCPPROBE is not set
  534. # CONFIG_HAMRADIO is not set
  535. # CONFIG_IRDA is not set
  536. # CONFIG_BT is not set
  537. # CONFIG_AF_RXRPC is not set

  538. #
  539. # Wireless
  540. #
  541. # CONFIG_CFG80211 is not set
  542. # CONFIG_WIRELESS_EXT is not set
  543. # CONFIG_MAC80211 is not set
  544. # CONFIG_IEEE80211 is not set
  545. # CONFIG_RFKILL is not set
  546. # CONFIG_NET_9P is not set

  547. #
  548. # Device Drivers
  549. #

  550. #
  551. # Generic Driver Options
  552. #
  553. CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
  554. CONFIG_STANDALONE=y
  555. CONFIG_PREVENT_FIRMWARE_BUILD=y
  556. CONFIG_FW_LOADER=y
  557. # CONFIG_DEBUG_DRIVER is not set
  558. # CONFIG_DEBUG_DEVRES is not set
  559. # CONFIG_SYS_HYPERVISOR is not set
  560. CONFIG_CONNECTOR=y
  561. CONFIG_PROC_EVENTS=y
  562. # CONFIG_MTD is not set
  563. CONFIG_PARPORT=m
  564. # CONFIG_PARPORT_PC is not set
  565. # CONFIG_PARPORT_GSC is not set
  566. # CONFIG_PARPORT_AX88796 is not set
  567. # CONFIG_PARPORT_1284 is not set
  568. CONFIG_PNP=y
  569. # CONFIG_PNP_DEBUG is not set

  570. #
  571. # Protocols
  572. #
  573. CONFIG_PNPACPI=y
  574. CONFIG_BLK_DEV=y
  575. CONFIG_BLK_DEV_FD=y
  576. # CONFIG_BLK_CPQ_DA is not set
  577. # CONFIG_BLK_CPQ_CISS_DA is not set
  578. # CONFIG_BLK_DEV_DAC960 is not set
  579. # CONFIG_BLK_DEV_UMEM is not set
  580. # CONFIG_BLK_DEV_COW_COMMON is not set
  581. CONFIG_BLK_DEV_LOOP=y
  582. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  583. # CONFIG_BLK_DEV_NBD is not set
  584. # CONFIG_BLK_DEV_SX8 is not set
  585. # CONFIG_BLK_DEV_UB is not set
  586. CONFIG_BLK_DEV_RAM=y
  587. CONFIG_BLK_DEV_RAM_COUNT=16
  588. CONFIG_BLK_DEV_RAM_SIZE=4096
  589. CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
  590. # CONFIG_CDROM_PKTCDVD is not set
  591. # CONFIG_ATA_OVER_ETH is not set
  592. CONFIG_MISC_DEVICES=y
  593. # CONFIG_IBM_ASM is not set
  594. # CONFIG_PHANTOM is not set
  595. # CONFIG_EEPROM_93CX6 is not set
  596. # CONFIG_SGI_IOC4 is not set
  597. # CONFIG_TIFM_CORE is not set
  598. # CONFIG_FUJITSU_LAPTOP is not set
  599. # CONFIG_MSI_LAPTOP is not set
  600. # CONFIG_SONY_LAPTOP is not set
  601. # CONFIG_THINKPAD_ACPI is not set
  602. CONFIG_IDE=y
  603. CONFIG_IDE_MAX_HWIFS=4
  604. CONFIG_BLK_DEV_IDE=m

  605. #
  606. # Please see Documentation/ide.txt for help/info on IDE drives
  607. #
  608. # CONFIG_BLK_DEV_IDE_SATA is not set
  609. # CONFIG_BLK_DEV_HD_IDE is not set
  610. CONFIG_BLK_DEV_IDEDISK=m
  611. # CONFIG_IDEDISK_MULTI_MODE is not set
  612. CONFIG_BLK_DEV_IDECD=m
  613. # CONFIG_BLK_DEV_IDETAPE is not set
  614. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  615. # CONFIG_BLK_DEV_IDESCSI is not set
  616. CONFIG_BLK_DEV_IDEACPI=y
  617. # CONFIG_IDE_TASK_IOCTL is not set
  618. CONFIG_IDE_PROC_FS=y

  619. #
  620. # IDE chipset support/bugfixes
  621. #
  622. # CONFIG_IDE_GENERIC is not set
  623. # CONFIG_BLK_DEV_PLATFORM is not set
  624. # CONFIG_BLK_DEV_CMD640 is not set
  625. # CONFIG_BLK_DEV_IDEPNP is not set

  626. #
  627. # PCI IDE chipsets support
  628. #
  629. # CONFIG_IDEPCI_PCIBUS_ORDER is not set
  630. # CONFIG_BLK_DEV_GENERIC is not set
  631. # CONFIG_BLK_DEV_OPTI621 is not set
  632. # CONFIG_BLK_DEV_RZ1000 is not set
  633. # CONFIG_BLK_DEV_AEC62XX is not set
  634. # CONFIG_BLK_DEV_ALI15X3 is not set
  635. # CONFIG_BLK_DEV_AMD74XX is not set
  636. # CONFIG_BLK_DEV_ATIIXP is not set
  637. # CONFIG_BLK_DEV_CMD64X is not set
  638. # CONFIG_BLK_DEV_TRIFLEX is not set
  639. # CONFIG_BLK_DEV_CY82C693 is not set
  640. # CONFIG_BLK_DEV_CS5520 is not set
  641. # CONFIG_BLK_DEV_CS5530 is not set
  642. # CONFIG_BLK_DEV_HPT34X is not set
  643. # CONFIG_BLK_DEV_HPT366 is not set
  644. # CONFIG_BLK_DEV_JMICRON is not set
  645. # CONFIG_BLK_DEV_SC1200 is not set
  646. # CONFIG_BLK_DEV_PIIX is not set
  647. # CONFIG_BLK_DEV_IT8213 is not set
  648. # CONFIG_BLK_DEV_IT821X is not set
  649. # CONFIG_BLK_DEV_NS87415 is not set
  650. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  651. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  652. # CONFIG_BLK_DEV_SVWKS is not set
  653. # CONFIG_BLK_DEV_SIIMAGE is not set
  654. # CONFIG_BLK_DEV_SIS5513 is not set
  655. # CONFIG_BLK_DEV_SLC90E66 is not set
  656. # CONFIG_BLK_DEV_TRM290 is not set
  657. # CONFIG_BLK_DEV_VIA82CXXX is not set
  658. # CONFIG_BLK_DEV_TC86C001 is not set
  659. # CONFIG_IDE_ARM is not set
  660. # CONFIG_BLK_DEV_IDEDMA is not set
  661. CONFIG_IDE_ARCH_OBSOLETE_INIT=y
  662. # CONFIG_BLK_DEV_HD is not set

  663. #
  664. # SCSI device support
  665. #
  666. # CONFIG_RAID_ATTRS is not set
  667. CONFIG_SCSI=y
  668. CONFIG_SCSI_DMA=y
  669. # CONFIG_SCSI_TGT is not set
  670. CONFIG_SCSI_NETLINK=y
  671. # CONFIG_SCSI_PROC_FS is not set

  672. #
  673. # SCSI support type (disk, tape, CD-ROM)
  674. #
  675. CONFIG_BLK_DEV_SD=y
  676. # CONFIG_CHR_DEV_ST is not set
  677. # CONFIG_CHR_DEV_OSST is not set
  678. CONFIG_BLK_DEV_SR=m
  679. # CONFIG_BLK_DEV_SR_VENDOR is not set
  680. CONFIG_CHR_DEV_SG=y
  681. # CONFIG_CHR_DEV_SCH is not set

  682. #
  683. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  684. #
  685. # CONFIG_SCSI_MULTI_LUN is not set
  686. CONFIG_SCSI_CONSTANTS=y
  687. # CONFIG_SCSI_LOGGING is not set
  688. # CONFIG_SCSI_SCAN_ASYNC is not set
  689. CONFIG_SCSI_WAIT_SCAN=m

  690. #
  691. # SCSI Transports
  692. #
  693. CONFIG_SCSI_SPI_ATTRS=y
  694. CONFIG_SCSI_FC_ATTRS=y
  695. # CONFIG_SCSI_ISCSI_ATTRS is not set
  696. # CONFIG_SCSI_SAS_LIBSAS is not set
  697. # CONFIG_SCSI_SRP_ATTRS is not set
  698. CONFIG_SCSI_LOWLEVEL=y
  699. # CONFIG_ISCSI_TCP is not set
  700. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  701. # CONFIG_SCSI_3W_9XXX is not set
  702. # CONFIG_SCSI_ACARD is not set
  703. # CONFIG_SCSI_AACRAID is not set
  704. # CONFIG_SCSI_AIC7XXX is not set
  705. # CONFIG_SCSI_AIC7XXX_OLD is not set
  706. # CONFIG_SCSI_AIC79XX is not set
  707. # CONFIG_SCSI_AIC94XX is not set
  708. # CONFIG_SCSI_ADVANSYS is not set
  709. # CONFIG_SCSI_ARCMSR is not set
  710. # CONFIG_MEGARAID_NEWGEN is not set
  711. # CONFIG_MEGARAID_LEGACY is not set
  712. # CONFIG_MEGARAID_SAS is not set
  713. # CONFIG_SCSI_HPTIOP is not set
  714. # CONFIG_SCSI_BUSLOGIC is not set
  715. # CONFIG_SCSI_DMX3191D is not set
  716. # CONFIG_SCSI_EATA is not set
  717. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  718. # CONFIG_SCSI_GDTH is not set
  719. # CONFIG_SCSI_IPS is not set
  720. # CONFIG_SCSI_INITIO is not set
  721. # CONFIG_SCSI_INIA100 is not set
  722. # CONFIG_SCSI_STEX is not set
  723. # CONFIG_SCSI_SYM53C8XX_2 is not set
  724. # CONFIG_SCSI_IPR is not set
  725. # CONFIG_SCSI_QLOGIC_1280 is not set
  726. # CONFIG_SCSI_QLA_FC is not set
  727. # CONFIG_SCSI_QLA_ISCSI is not set
  728. # CONFIG_SCSI_LPFC is not set
  729. # CONFIG_SCSI_DC395x is not set
  730. # CONFIG_SCSI_DC390T is not set
  731. # CONFIG_SCSI_DEBUG is not set
  732. # CONFIG_SCSI_SRP is not set
  733. CONFIG_ATA=y
  734. # CONFIG_ATA_NONSTANDARD is not set
  735. CONFIG_ATA_ACPI=y
  736. # CONFIG_SATA_AHCI is not set
  737. # CONFIG_SATA_SVW is not set
  738. # CONFIG_ATA_PIIX is not set
  739. # CONFIG_SATA_MV is not set
  740. CONFIG_SATA_NV=y
  741. # CONFIG_PDC_ADMA is not set
  742. # CONFIG_SATA_QSTOR is not set
  743. # CONFIG_SATA_PROMISE is not set
  744. # CONFIG_SATA_SX4 is not set
  745. # CONFIG_SATA_SIL is not set
  746. # CONFIG_SATA_SIL24 is not set
  747. # CONFIG_SATA_SIS is not set
  748. # CONFIG_SATA_ULI is not set
  749. # CONFIG_SATA_VIA is not set
  750. # CONFIG_SATA_VITESSE is not set
  751. # CONFIG_SATA_INIC162X is not set
  752. # CONFIG_PATA_ACPI is not set
  753. # CONFIG_PATA_ALI is not set
  754. CONFIG_PATA_AMD=y
  755. # CONFIG_PATA_ARTOP is not set
  756. # CONFIG_PATA_ATIIXP is not set
  757. # CONFIG_PATA_CMD640_PCI is not set
  758. # CONFIG_PATA_CMD64X is not set
  759. # CONFIG_PATA_CS5520 is not set
  760. # CONFIG_PATA_CS5530 is not set
  761. # CONFIG_PATA_CYPRESS is not set
  762. # CONFIG_PATA_EFAR is not set
  763. # CONFIG_ATA_GENERIC is not set
  764. # CONFIG_PATA_HPT366 is not set
  765. # CONFIG_PATA_HPT37X is not set
  766. # CONFIG_PATA_HPT3X2N is not set
  767. # CONFIG_PATA_HPT3X3 is not set
  768. # CONFIG_PATA_IT821X is not set
  769. # CONFIG_PATA_IT8213 is not set
  770. # CONFIG_PATA_JMICRON is not set
  771. # CONFIG_PATA_TRIFLEX is not set
  772. # CONFIG_PATA_MARVELL is not set
  773. # CONFIG_PATA_MPIIX is not set
  774. # CONFIG_PATA_OLDPIIX is not set
  775. # CONFIG_PATA_NETCELL is not set
  776. # CONFIG_PATA_NS87410 is not set
  777. # CONFIG_PATA_NS87415 is not set
  778. # CONFIG_PATA_OPTI is not set
  779. # CONFIG_PATA_OPTIDMA is not set
  780. # CONFIG_PATA_PDC_OLD is not set
  781. # CONFIG_PATA_RADISYS is not set
  782. # CONFIG_PATA_RZ1000 is not set
  783. # CONFIG_PATA_SC1200 is not set
  784. # CONFIG_PATA_SERVERWORKS is not set
  785. # CONFIG_PATA_PDC2027X is not set
  786. # CONFIG_PATA_SIL680 is not set
  787. # CONFIG_PATA_SIS is not set
  788. # CONFIG_PATA_VIA is not set
  789. # CONFIG_PATA_WINBOND is not set
  790. # CONFIG_PATA_PLATFORM is not set
  791. CONFIG_MD=y
  792. # CONFIG_BLK_DEV_MD is not set
  793. CONFIG_BLK_DEV_DM=m
  794. # CONFIG_DM_DEBUG is not set
  795. CONFIG_DM_CRYPT=m
  796. # CONFIG_DM_SNAPSHOT is not set
  797. # CONFIG_DM_MIRROR is not set
  798. # CONFIG_DM_ZERO is not set
  799. # CONFIG_DM_MULTIPATH is not set
  800. # CONFIG_DM_DELAY is not set
  801. # CONFIG_DM_UEVENT is not set
  802. # CONFIG_BLK_DEV_DM_BBR is not set
  803. # CONFIG_FUSION is not set

  804. #
  805. # IEEE 1394 (FireWire) support
  806. #
  807. # CONFIG_FIREWIRE is not set
  808. # CONFIG_IEEE1394 is not set
  809. # CONFIG_I2O is not set
  810. # CONFIG_MACINTOSH_DRIVERS is not set
  811. CONFIG_NETDEVICES=y
  812. # CONFIG_NETDEVICES_MULTIQUEUE is not set
  813. # CONFIG_DUMMY is not set
  814. # CONFIG_BONDING is not set
  815. # CONFIG_MACVLAN is not set
  816. # CONFIG_EQUALIZER is not set
  817. CONFIG_TUN=m
  818. # CONFIG_VETH is not set
  819. # CONFIG_NET_SB1000 is not set
  820. # CONFIG_ARCNET is not set
  821. CONFIG_PHYLIB=m

  822. #
  823. # MII PHY device drivers
  824. #
  825. CONFIG_MARVELL_PHY=m
  826. # CONFIG_DAVICOM_PHY is not set
  827. # CONFIG_QSEMI_PHY is not set
  828. # CONFIG_LXT_PHY is not set
  829. # CONFIG_CICADA_PHY is not set
  830. # CONFIG_VITESSE_PHY is not set
  831. # CONFIG_SMSC_PHY is not set
  832. # CONFIG_BROADCOM_PHY is not set
  833. # CONFIG_ICPLUS_PHY is not set
  834. # CONFIG_FIXED_PHY is not set
  835. # CONFIG_MDIO_BITBANG is not set
  836. CONFIG_NET_ETHERNET=y
  837. CONFIG_MII=y
  838. # CONFIG_HAPPYMEAL is not set
  839. # CONFIG_SUNGEM is not set
  840. # CONFIG_CASSINI is not set
  841. # CONFIG_NET_VENDOR_3COM is not set
  842. CONFIG_NET_TULIP=y
  843. # CONFIG_DE2104X is not set
  844. CONFIG_TULIP=y
  845. # CONFIG_TULIP_MWI is not set
  846. # CONFIG_TULIP_MMIO is not set
  847. # CONFIG_TULIP_NAPI is not set
  848. # CONFIG_DE4X5 is not set
  849. # CONFIG_WINBOND_840 is not set
  850. # CONFIG_DM9102 is not set
  851. # CONFIG_ULI526X is not set
  852. # CONFIG_HP100 is not set
  853. # CONFIG_IBM_NEW_EMAC_ZMII is not set
  854. # CONFIG_IBM_NEW_EMAC_RGMII is not set
  855. # CONFIG_IBM_NEW_EMAC_TAH is not set
  856. # CONFIG_IBM_NEW_EMAC_EMAC4 is not set
  857. CONFIG_NET_PCI=y
  858. # CONFIG_PCNET32 is not set
  859. # CONFIG_AMD8111_ETH is not set
  860. # CONFIG_ADAPTEC_STARFIRE is not set
  861. # CONFIG_B44 is not set
  862. CONFIG_FORCEDETH=m
  863. # CONFIG_FORCEDETH_NAPI is not set
  864. # CONFIG_EEPRO100 is not set
  865. CONFIG_E100=m
  866. # CONFIG_FEALNX is not set
  867. # CONFIG_NATSEMI is not set
  868. # CONFIG_NE2K_PCI is not set
  869. # CONFIG_8139CP is not set
  870. # CONFIG_8139TOO is not set
  871. # CONFIG_SIS900 is not set
  872. # CONFIG_EPIC100 is not set
  873. # CONFIG_SUNDANCE is not set
  874. # CONFIG_VIA_RHINE is not set
  875. # CONFIG_SC92031 is not set
  876. # CONFIG_NET_POCKET is not set
  877. CONFIG_NETDEV_1000=y
  878. # CONFIG_ACENIC is not set
  879. # CONFIG_DL2K is not set
  880. # CONFIG_E1000 is not set
  881. # CONFIG_E1000E is not set
  882. # CONFIG_IP1000 is not set
  883. # CONFIG_NS83820 is not set
  884. # CONFIG_HAMACHI is not set
  885. # CONFIG_YELLOWFIN is not set
  886. # CONFIG_R8169 is not set
  887. # CONFIG_SIS190 is not set
  888. # CONFIG_SKGE is not set
  889. # CONFIG_SKY2 is not set
  890. # CONFIG_SK98LIN is not set
  891. # CONFIG_VIA_VELOCITY is not set
  892. # CONFIG_TIGON3 is not set
  893. # CONFIG_BNX2 is not set
  894. # CONFIG_QLA3XXX is not set
  895. # CONFIG_ATL1 is not set
  896. # CONFIG_NETDEV_10000 is not set
  897. # CONFIG_TR is not set

  898. #
  899. # Wireless LAN
  900. #
  901. # CONFIG_WLAN_PRE80211 is not set
  902. # CONFIG_WLAN_80211 is not set

  903. #
  904. # USB Network Adapters
  905. #
  906. # CONFIG_USB_CATC is not set
  907. # CONFIG_USB_KAWETH is not set
  908. # CONFIG_USB_PEGASUS is not set
  909. # CONFIG_USB_RTL8150 is not set
  910. # CONFIG_USB_USBNET is not set
  911. # CONFIG_WAN is not set
  912. # CONFIG_FDDI is not set
  913. # CONFIG_HIPPI is not set
  914. # CONFIG_PLIP is not set
  915. # CONFIG_PPP is not set
  916. # CONFIG_SLIP is not set
  917. # CONFIG_NET_FC is not set
  918. # CONFIG_SHAPER is not set
  919. CONFIG_NETCONSOLE=y
  920. # CONFIG_NETCONSOLE_DYNAMIC is not set
  921. CONFIG_NETPOLL=y
  922. # CONFIG_NETPOLL_TRAP is not set
  923. CONFIG_NET_POLL_CONTROLLER=y
  924. # CONFIG_ISDN is not set
  925. # CONFIG_PHONE is not set

  926. #
  927. # Input device support
  928. #
  929. CONFIG_INPUT=y
  930. # CONFIG_INPUT_FF_MEMLESS is not set
  931. # CONFIG_INPUT_POLLDEV is not set

  932. #
  933. # Userland interfaces
  934. #
  935. CONFIG_INPUT_MOUSEDEV=y
  936. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  937. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  938. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  939. # CONFIG_INPUT_JOYDEV is not set
  940. CONFIG_INPUT_EVDEV=y
  941. # CONFIG_INPUT_EVBUG is not set

  942. #
  943. # Input Device Drivers
  944. #
  945. CONFIG_INPUT_KEYBOARD=y
  946. CONFIG_KEYBOARD_ATKBD=y
  947. # CONFIG_KEYBOARD_SUNKBD is not set
  948. # CONFIG_KEYBOARD_LKKBD is not set
  949. # CONFIG_KEYBOARD_XTKBD is not set
  950. # CONFIG_KEYBOARD_NEWTON is not set
  951. # CONFIG_KEYBOARD_STOWAWAY is not set
  952. CONFIG_INPUT_MOUSE=y
  953. CONFIG_MOUSE_PS2=m
  954. CONFIG_MOUSE_PS2_ALPS=y
  955. CONFIG_MOUSE_PS2_LOGIPS2PP=y
  956. CONFIG_MOUSE_PS2_SYNAPTICS=y
  957. CONFIG_MOUSE_PS2_LIFEBOOK=y
  958. CONFIG_MOUSE_PS2_TRACKPOINT=y
  959. # CONFIG_MOUSE_PS2_TOUCHKIT is not set
  960. CONFIG_MOUSE_SERIAL=m
  961. # CONFIG_MOUSE_APPLETOUCH is not set
  962. # CONFIG_MOUSE_VSXXXAA is not set
  963. # CONFIG_INPUT_JOYSTICK is not set
  964. # CONFIG_INPUT_TABLET is not set
  965. # CONFIG_INPUT_TOUCHSCREEN is not set
  966. CONFIG_INPUT_MISC=y
  967. CONFIG_INPUT_PCSPKR=m
  968. # CONFIG_INPUT_ATLAS_BTNS is not set
  969. # CONFIG_INPUT_ATI_REMOTE is not set
  970. # CONFIG_INPUT_ATI_REMOTE2 is not set
  971. # CONFIG_INPUT_KEYSPAN_REMOTE is not set
  972. # CONFIG_INPUT_POWERMATE is not set
  973. # CONFIG_INPUT_YEALINK is not set
  974. # CONFIG_INPUT_UINPUT is not set

  975. #
  976. # Hardware I/O ports
  977. #
  978. CONFIG_SERIO=y
  979. CONFIG_SERIO_I8042=y
  980. # CONFIG_SERIO_SERPORT is not set
  981. # CONFIG_SERIO_CT82C710 is not set
  982. # CONFIG_SERIO_PARKBD is not set
  983. # CONFIG_SERIO_PCIPS2 is not set
  984. CONFIG_SERIO_LIBPS2=y
  985. # CONFIG_SERIO_RAW is not set
  986. # CONFIG_GAMEPORT is not set

  987. #
  988. # Character devices
  989. #
  990. CONFIG_VT=y
  991. CONFIG_VT_CONSOLE=y
  992. CONFIG_HW_CONSOLE=y
  993. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  994. # CONFIG_SERIAL_NONSTANDARD is not set

  995. #
  996. # Serial drivers
  997. #
  998. CONFIG_SERIAL_8250=y
  999. CONFIG_SERIAL_8250_CONSOLE=y
  1000. CONFIG_FIX_EARLYCON_MEM=y
  1001. CONFIG_SERIAL_8250_PCI=y
  1002. CONFIG_SERIAL_8250_PNP=y
  1003. CONFIG_SERIAL_8250_NR_UARTS=4
  1004. CONFIG_SERIAL_8250_RUNTIME_UARTS=4
  1005. # CONFIG_SERIAL_8250_EXTENDED is not set

  1006. #
  1007. # Non-8250 serial port support
  1008. #
  1009. CONFIG_SERIAL_CORE=y
  1010. CONFIG_SERIAL_CORE_CONSOLE=y
  1011. # CONFIG_SERIAL_JSM is not set
  1012. CONFIG_UNIX98_PTYS=y
  1013. CONFIG_LEGACY_PTYS=y
  1014. CONFIG_LEGACY_PTY_COUNT=256
  1015. # CONFIG_PRINTER is not set
  1016. # CONFIG_PPDEV is not set
  1017. # CONFIG_IPMI_HANDLER is not set
  1018. CONFIG_HW_RANDOM=y
  1019. CONFIG_HW_RANDOM_INTEL=y
  1020. CONFIG_HW_RANDOM_AMD=y
  1021. # CONFIG_NVRAM is not set
  1022. CONFIG_RTC=y
  1023. # CONFIG_R3964 is not set
  1024. # CONFIG_APPLICOM is not set
  1025. # CONFIG_MWAVE is not set
  1026. # CONFIG_PC8736x_GPIO is not set
  1027. CONFIG_RAW_DRIVER=y
  1028. CONFIG_MAX_RAW_DEVS=256
  1029. CONFIG_HPET=y
  1030. # CONFIG_HPET_RTC_IRQ is not set
  1031. CONFIG_HPET_MMAP=y
  1032. # CONFIG_HANGCHECK_TIMER is not set
  1033. # CONFIG_TCG_TPM is not set
  1034. # CONFIG_TELCLOCK is not set
  1035. CONFIG_DEVPORT=y
  1036. CONFIG_I2C=m
  1037. CONFIG_I2C_BOARDINFO=y
  1038. CONFIG_I2C_CHARDEV=m

  1039. #
  1040. # I2C Algorithms
  1041. #
  1042. CONFIG_I2C_ALGOBIT=m
  1043. # CONFIG_I2C_ALGOPCF is not set
  1044. # CONFIG_I2C_ALGOPCA is not set

  1045. #
  1046. # I2C Hardware Bus support
  1047. #
  1048. # CONFIG_I2C_ALI1535 is not set
  1049. # CONFIG_I2C_ALI1563 is not set
  1050. # CONFIG_I2C_ALI15X3 is not set
  1051. # CONFIG_I2C_AMD756 is not set
  1052. # CONFIG_I2C_AMD8111 is not set
  1053. # CONFIG_I2C_I801 is not set
  1054. # CONFIG_I2C_I810 is not set
  1055. # CONFIG_I2C_PIIX4 is not set
  1056. CONFIG_I2C_NFORCE2=m
  1057. # CONFIG_I2C_OCORES is not set
  1058. # CONFIG_I2C_PARPORT is not set
  1059. # CONFIG_I2C_PARPORT_LIGHT is not set
  1060. # CONFIG_I2C_PROSAVAGE is not set
  1061. # CONFIG_I2C_SAVAGE4 is not set
  1062. # CONFIG_I2C_SIMTEC is not set
  1063. # CONFIG_I2C_SIS5595 is not set
  1064. # CONFIG_I2C_SIS630 is not set
  1065. # CONFIG_I2C_SIS96X is not set
  1066. # CONFIG_I2C_TAOS_EVM is not set
  1067. # CONFIG_I2C_STUB is not set
  1068. # CONFIG_I2C_TINY_USB is not set
  1069. # CONFIG_I2C_VIA is not set
  1070. # CONFIG_I2C_VIAPRO is not set
  1071. # CONFIG_I2C_VOODOO3 is not set

  1072. #
  1073. # Miscellaneous I2C Chip support
  1074. #
  1075. # CONFIG_SENSORS_DS1337 is not set
  1076. # CONFIG_SENSORS_DS1374 is not set
  1077. # CONFIG_DS1682 is not set
  1078. CONFIG_SENSORS_EEPROM=m
  1079. # CONFIG_SENSORS_PCF8574 is not set
  1080. # CONFIG_SENSORS_PCA9539 is not set
  1081. # CONFIG_SENSORS_PCF8591 is not set
  1082. # CONFIG_SENSORS_MAX6875 is not set
  1083. # CONFIG_SENSORS_TSL2550 is not set
  1084. # CONFIG_I2C_DEBUG_CORE is not set
  1085. # CONFIG_I2C_DEBUG_ALGO is not set
  1086. # CONFIG_I2C_DEBUG_BUS is not set
  1087. # CONFIG_I2C_DEBUG_CHIP is not set

  1088. #
  1089. # SPI support
  1090. #
  1091. # CONFIG_SPI is not set
  1092. # CONFIG_SPI_MASTER is not set
  1093. # CONFIG_W1 is not set
  1094. CONFIG_POWER_SUPPLY=y
  1095. # CONFIG_POWER_SUPPLY_DEBUG is not set
  1096. # CONFIG_PDA_POWER is not set
  1097. # CONFIG_BATTERY_DS2760 is not set
  1098. CONFIG_HWMON=y
  1099. CONFIG_HWMON_VID=m
  1100. # CONFIG_SENSORS_ABITUGURU is not set
  1101. # CONFIG_SENSORS_ABITUGURU3 is not set
  1102. # CONFIG_SENSORS_AD7418 is not set
  1103. # CONFIG_SENSORS_ADM1021 is not set
  1104. # CONFIG_SENSORS_ADM1025 is not set
  1105. # CONFIG_SENSORS_ADM1026 is not set
  1106. # CONFIG_SENSORS_ADM1029 is not set
  1107. # CONFIG_SENSORS_ADM1031 is not set
  1108. # CONFIG_SENSORS_ADM9240 is not set
  1109. # CONFIG_SENSORS_ADT7470 is not set
  1110. CONFIG_SENSORS_K8TEMP=m
  1111. # CONFIG_SENSORS_ASB100 is not set
  1112. # CONFIG_SENSORS_ATXP1 is not set
  1113. # CONFIG_SENSORS_DS1621 is not set
  1114. # CONFIG_SENSORS_I5K_AMB is not set
  1115. # CONFIG_SENSORS_F71805F is not set
  1116. # CONFIG_SENSORS_F71882FG is not set
  1117. # CONFIG_SENSORS_F75375S is not set
  1118. # CONFIG_SENSORS_FSCHER is not set
  1119. # CONFIG_SENSORS_FSCPOS is not set
  1120. # CONFIG_SENSORS_FSCHMD is not set
  1121. # CONFIG_SENSORS_GL518SM is not set
  1122. # CONFIG_SENSORS_GL520SM is not set
  1123. # CONFIG_SENSORS_CORETEMP is not set
  1124. CONFIG_SENSORS_IT87=m
  1125. # CONFIG_SENSORS_LM63 is not set
  1126. # CONFIG_SENSORS_LM75 is not set
  1127. # CONFIG_SENSORS_LM77 is not set
  1128. # CONFIG_SENSORS_LM78 is not set
  1129. # CONFIG_SENSORS_LM80 is not set
  1130. # CONFIG_SENSORS_LM83 is not set
  1131. # CONFIG_SENSORS_LM85 is not set
  1132. # CONFIG_SENSORS_LM87 is not set
  1133. # CONFIG_SENSORS_LM90 is not set
  1134. # CONFIG_SENSORS_LM92 is not set
  1135. # CONFIG_SENSORS_LM93 is not set
  1136. # CONFIG_SENSORS_MAX1619 is not set
  1137. # CONFIG_SENSORS_MAX6650 is not set
  1138. # CONFIG_SENSORS_PC87360 is not set
  1139. # CONFIG_SENSORS_PC87427 is not set
  1140. # CONFIG_SENSORS_SIS5595 is not set
  1141. # CONFIG_SENSORS_DME1737 is not set
  1142. # CONFIG_SENSORS_SMSC47M1 is not set
  1143. # CONFIG_SENSORS_SMSC47M192 is not set
  1144. # CONFIG_SENSORS_SMSC47B397 is not set
  1145. # CONFIG_SENSORS_THMC50 is not set
  1146. # CONFIG_SENSORS_VIA686A is not set
  1147. # CONFIG_SENSORS_VT1211 is not set
  1148. # CONFIG_SENSORS_VT8231 is not set
  1149. # CONFIG_SENSORS_W83781D is not set
  1150. # CONFIG_SENSORS_W83791D is not set
  1151. # CONFIG_SENSORS_W83792D is not set
  1152. # CONFIG_SENSORS_W83793 is not set
  1153. # CONFIG_SENSORS_W83L785TS is not set
  1154. # CONFIG_SENSORS_W83627HF is not set
  1155. # CONFIG_SENSORS_W83627EHF is not set
  1156. # CONFIG_SENSORS_HDAPS is not set
  1157. # CONFIG_SENSORS_APPLESMC is not set
  1158. # CONFIG_HWMON_DEBUG_CHIP is not set
  1159. # CONFIG_WATCHDOG is not set

  1160. #
  1161. # Sonics Silicon Backplane
  1162. #
  1163. CONFIG_SSB_POSSIBLE=y
  1164. # CONFIG_SSB is not set

  1165. #
  1166. # Multifunction device drivers
  1167. #
  1168. # CONFIG_MFD_SM501 is not set

  1169. #
  1170. # Multimedia devices
  1171. #
  1172. CONFIG_VIDEO_DEV=m
  1173. CONFIG_VIDEO_V4L1=y
  1174. CONFIG_VIDEO_V4L1_COMPAT=y
  1175. CONFIG_VIDEO_V4L2=y
  1176. CONFIG_VIDEO_CAPTURE_DRIVERS=y
  1177. # CONFIG_VIDEO_ADV_DEBUG is not set
  1178. CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
  1179. # CONFIG_VIDEO_VIVI is not set
  1180. # CONFIG_VIDEO_BT848 is not set
  1181. # CONFIG_VIDEO_BWQCAM is not set
  1182. # CONFIG_VIDEO_CQCAM is not set
  1183. # CONFIG_VIDEO_CPIA is not set
  1184. # CONFIG_VIDEO_CPIA2 is not set
  1185. # CONFIG_VIDEO_SAA5246A is not set
  1186. # CONFIG_VIDEO_SAA5249 is not set
  1187. # CONFIG_TUNER_3036 is not set
  1188. # CONFIG_VIDEO_STRADIS is not set
  1189. # CONFIG_VIDEO_ZORAN is not set
  1190. # CONFIG_VIDEO_SAA7134 is not set
  1191. # CONFIG_VIDEO_MXB is not set
  1192. # CONFIG_VIDEO_DPC is not set
  1193. # CONFIG_VIDEO_HEXIUM_ORION is not set
  1194. # CONFIG_VIDEO_HEXIUM_GEMINI is not set
  1195. # CONFIG_VIDEO_CX88 is not set
  1196. # CONFIG_VIDEO_IVTV is not set
  1197. # CONFIG_VIDEO_CAFE_CCIC is not set
  1198. CONFIG_V4L_USB_DRIVERS=y
  1199. # CONFIG_VIDEO_PVRUSB2 is not set
  1200. # CONFIG_VIDEO_EM28XX is not set
  1201. # CONFIG_VIDEO_USBVISION is not set
  1202. # CONFIG_USB_VICAM is not set
  1203. # CONFIG_USB_IBMCAM is not set
  1204. # CONFIG_USB_KONICAWC is not set
  1205. # CONFIG_USB_QUICKCAM_MESSENGER is not set
  1206. # CONFIG_USB_ET61X251 is not set
  1207. # CONFIG_VIDEO_OVCAMCHIP is not set
  1208. # CONFIG_USB_W9968CF is not set
  1209. # CONFIG_USB_OV511 is not set
  1210. # CONFIG_USB_SE401 is not set
  1211. # CONFIG_USB_SN9C102 is not set
  1212. # CONFIG_USB_STV680 is not set
  1213. # CONFIG_USB_ZC0301 is not set
  1214. # CONFIG_USB_PWC is not set
  1215. # CONFIG_USB_ZR364XX is not set
  1216. CONFIG_RADIO_ADAPTERS=y
  1217. # CONFIG_RADIO_GEMTEK_PCI is not set
  1218. # CONFIG_RADIO_MAXIRADIO is not set
  1219. # CONFIG_RADIO_MAESTRO is not set
  1220. # CONFIG_USB_DSBR is not set
  1221. # CONFIG_DVB_CORE is not set
  1222. CONFIG_DAB=y
  1223. # CONFIG_USB_DABUSB is not set

  1224. #
  1225. # Graphics support
  1226. #
  1227. CONFIG_AGP=y
  1228. CONFIG_AGP_AMD64=y
  1229. # CONFIG_AGP_INTEL is not set
  1230. # CONFIG_AGP_SIS is not set
  1231. # CONFIG_AGP_VIA is not set
  1232. # CONFIG_DRM is not set
  1233. # CONFIG_VGASTATE is not set
  1234. CONFIG_VIDEO_OUTPUT_CONTROL=m
  1235. CONFIG_FB=y
  1236. # CONFIG_FIRMWARE_EDID is not set
  1237. # CONFIG_FB_DDC is not set
  1238. CONFIG_FB_CFB_FILLRECT=m
  1239. CONFIG_FB_CFB_COPYAREA=m
  1240. CONFIG_FB_CFB_IMAGEBLIT=m
  1241. # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
  1242. # CONFIG_FB_SYS_FILLRECT is not set
  1243. # CONFIG_FB_SYS_COPYAREA is not set
  1244. # CONFIG_FB_SYS_IMAGEBLIT is not set
  1245. # CONFIG_FB_SYS_FOPS is not set
  1246. CONFIG_FB_DEFERRED_IO=y
  1247. # CONFIG_FB_SVGALIB is not set
  1248. # CONFIG_FB_MACMODES is not set
  1249. # CONFIG_FB_BACKLIGHT is not set
  1250. CONFIG_FB_MODE_HELPERS=y
  1251. # CONFIG_FB_TILEBLITTING is not set

  1252. #
  1253. # Frame buffer hardware drivers
  1254. #
  1255. # CONFIG_FB_CIRRUS is not set
  1256. # CONFIG_FB_PM2 is not set
  1257. # CONFIG_FB_CYBER2000 is not set
  1258. # CONFIG_FB_ARC is not set
  1259. # CONFIG_FB_ASILIANT is not set
  1260. # CONFIG_FB_IMSTT is not set
  1261. # CONFIG_FB_VGA16 is not set
  1262. CONFIG_FB_UVESA=m
  1263. # CONFIG_FB_VESA is not set
  1264. # CONFIG_FB_EFI is not set
  1265. # CONFIG_FB_HECUBA is not set
  1266. # CONFIG_FB_HGA is not set
  1267. # CONFIG_FB_S1D13XXX is not set
  1268. # CONFIG_FB_NVIDIA is not set
  1269. # CONFIG_FB_RIVA is not set
  1270. # CONFIG_FB_LE80578 is not set
  1271. # CONFIG_FB_INTEL is not set
  1272. # CONFIG_FB_MATROX is not set
  1273. # CONFIG_FB_RADEON is not set
  1274. # CONFIG_FB_ATY128 is not set
  1275. # CONFIG_FB_ATY is not set
  1276. # CONFIG_FB_S3 is not set
  1277. # CONFIG_FB_SAVAGE is not set
  1278. # CONFIG_FB_SIS is not set
  1279. # CONFIG_FB_NEOMAGIC is not set
  1280. # CONFIG_FB_KYRO is not set
  1281. # CONFIG_FB_3DFX is not set
  1282. # CONFIG_FB_VOODOO1 is not set
  1283. # CONFIG_FB_VT8623 is not set
  1284. # CONFIG_FB_TRIDENT is not set
  1285. # CONFIG_FB_ARK is not set
  1286. # CONFIG_FB_PM3 is not set
  1287. # CONFIG_FB_GEODE is not set
  1288. # CONFIG_FB_VIRTUAL is not set
  1289. CONFIG_BACKLIGHT_LCD_SUPPORT=y
  1290. # CONFIG_LCD_CLASS_DEVICE is not set
  1291. CONFIG_BACKLIGHT_CLASS_DEVICE=y
  1292. # CONFIG_BACKLIGHT_CORGI is not set
  1293. # CONFIG_BACKLIGHT_PROGEAR is not set

  1294. #
  1295. # Display device support
  1296. #
  1297. # CONFIG_DISPLAY_SUPPORT is not set

  1298. #
  1299. # Console display driver support
  1300. #
  1301. CONFIG_VGA_CONSOLE=y
  1302. CONFIG_VGACON_SOFT_SCROLLBACK=y
  1303. CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
  1304. CONFIG_VIDEO_SELECT=y
  1305. CONFIG_DUMMY_CONSOLE=y
  1306. CONFIG_FRAMEBUFFER_CONSOLE=y
  1307. # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
  1308. # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
  1309. CONFIG_FB_CON_DECOR=y
  1310. # CONFIG_FONTS is not set
  1311. CONFIG_FONT_8x8=y
  1312. CONFIG_FONT_8x16=y
  1313. CONFIG_LOGO=y
  1314. CONFIG_LOGO_LINUX_MONO=y
  1315. CONFIG_LOGO_LINUX_VGA16=y
  1316. CONFIG_LOGO_LINUX_CLUT224=y

  1317. #
  1318. # Sound
  1319. #
  1320. CONFIG_SOUND=y

  1321. #
  1322. # Advanced Linux Sound Architecture
  1323. #
  1324. CONFIG_SND=m
  1325. CONFIG_SND_TIMER=m
  1326. CONFIG_SND_PCM=m
  1327. CONFIG_SND_HWDEP=m
  1328. CONFIG_SND_RAWMIDI=m
  1329. CONFIG_SND_SEQUENCER=m
  1330. CONFIG_SND_SEQ_DUMMY=m
  1331. CONFIG_SND_OSSEMUL=y
  1332. CONFIG_SND_MIXER_OSS=m
  1333. CONFIG_SND_PCM_OSS=m
  1334. CONFIG_SND_PCM_OSS_PLUGINS=y
  1335. CONFIG_SND_SEQUENCER_OSS=y
  1336. CONFIG_SND_RTCTIMER=m
  1337. CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
  1338. CONFIG_SND_DYNAMIC_MINORS=y
  1339. CONFIG_SND_SUPPORT_OLD_API=y
  1340. CONFIG_SND_VERBOSE_PROCFS=y
  1341. # CONFIG_SND_VERBOSE_PRINTK is not set
  1342. # CONFIG_SND_DEBUG is not set

  1343. #
  1344. # Generic devices
  1345. #
  1346. CONFIG_SND_MPU401_UART=m
  1347. CONFIG_SND_OPL3_LIB=m
  1348. CONFIG_SND_AC97_CODEC=m
  1349. CONFIG_SND_DUMMY=m
  1350. CONFIG_SND_VIRMIDI=m
  1351. CONFIG_SND_MTPAV=m
  1352. CONFIG_SND_MTS64=m
  1353. CONFIG_SND_SERIAL_U16550=m
  1354. CONFIG_SND_MPU401=m
  1355. CONFIG_SND_PORTMAN2X4=m

  1356. #
  1357. # PCI devices
  1358. #
  1359. # CONFIG_SND_AD1889 is not set
  1360. # CONFIG_SND_ALS300 is not set
  1361. # CONFIG_SND_ALS4000 is not set
  1362. # CONFIG_SND_ALI5451 is not set
  1363. # CONFIG_SND_ATIIXP is not set
  1364. # CONFIG_SND_ATIIXP_MODEM is not set
  1365. # CONFIG_SND_AU8810 is not set
  1366. # CONFIG_SND_AU8820 is not set
  1367. # CONFIG_SND_AU8830 is not set
  1368. # CONFIG_SND_AZT3328 is not set
  1369. # CONFIG_SND_BT87X is not set
  1370. # CONFIG_SND_CA0106 is not set
  1371. # CONFIG_SND_CMIPCI is not set
  1372. CONFIG_SND_CS4281=m
  1373. # CONFIG_SND_CS46XX is not set
  1374. # CONFIG_SND_CS5530 is not set
  1375. # CONFIG_SND_DARLA20 is not set
  1376. # CONFIG_SND_GINA20 is not set
  1377. # CONFIG_SND_LAYLA20 is not set
  1378. # CONFIG_SND_DARLA24 is not set
  1379. # CONFIG_SND_GINA24 is not set
  1380. # CONFIG_SND_LAYLA24 is not set
  1381. # CONFIG_SND_MONA is not set
  1382. # CONFIG_SND_MIA is not set
  1383. # CONFIG_SND_ECHO3G is not set
  1384. # CONFIG_SND_INDIGO is not set
  1385. # CONFIG_SND_INDIGOIO is not set
  1386. # CONFIG_SND_INDIGODJ is not set
  1387. CONFIG_SND_EMU10K1=m
  1388. # CONFIG_SND_EMU10K1X is not set
  1389. # CONFIG_SND_ENS1370 is not set
  1390. # CONFIG_SND_ENS1371 is not set
  1391. # CONFIG_SND_ES1938 is not set
  1392. # CONFIG_SND_ES1968 is not set
  1393. # CONFIG_SND_FM801 is not set
  1394. CONFIG_SND_HDA_INTEL=m
  1395. CONFIG_SND_HDA_HWDEP=y
  1396. CONFIG_SND_HDA_CODEC_REALTEK=y
  1397. CONFIG_SND_HDA_CODEC_ANALOG=y
  1398. CONFIG_SND_HDA_CODEC_SIGMATEL=y
  1399. CONFIG_SND_HDA_CODEC_VIA=y
  1400. CONFIG_SND_HDA_CODEC_ATIHDMI=y
  1401. CONFIG_SND_HDA_CODEC_CONEXANT=y
  1402. CONFIG_SND_HDA_CODEC_CMEDIA=y
  1403. CONFIG_SND_HDA_CODEC_SI3054=y
  1404. CONFIG_SND_HDA_GENERIC=y
  1405. CONFIG_SND_HDA_POWER_SAVE=y
  1406. CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
  1407. # CONFIG_SND_HDSP is not set
  1408. # CONFIG_SND_HDSPM is not set
  1409. # CONFIG_SND_ICE1712 is not set
  1410. # CONFIG_SND_ICE1724 is not set
  1411. CONFIG_SND_INTEL8X0=m
  1412. # CONFIG_SND_INTEL8X0M is not set
  1413. # CONFIG_SND_KORG1212 is not set
  1414. # CONFIG_SND_MAESTRO3 is not set
  1415. # CONFIG_SND_MIXART is not set
  1416. # CONFIG_SND_NM256 is not set
  1417. # CONFIG_SND_PCXHR is not set
  1418. # CONFIG_SND_RIPTIDE is not set
  1419. # CONFIG_SND_RME32 is not set
  1420. # CONFIG_SND_RME96 is not set
  1421. # CONFIG_SND_RME9652 is not set
  1422. # CONFIG_SND_SONICVIBES is not set
  1423. # CONFIG_SND_TRIDENT is not set
  1424. # CONFIG_SND_VIA82XX is not set
  1425. # CONFIG_SND_VIA82XX_MODEM is not set
  1426. # CONFIG_SND_VX222 is not set
  1427. # CONFIG_SND_YMFPCI is not set
  1428. # CONFIG_SND_AC97_POWER_SAVE is not set

  1429. #
  1430. # USB devices
  1431. #
  1432. # CONFIG_SND_USB_AUDIO is not set
  1433. # CONFIG_SND_USB_USX2Y is not set
  1434. # CONFIG_SND_USB_CAIAQ is not set

  1435. #
  1436. # System on Chip audio support
  1437. #
  1438. # CONFIG_SND_SOC is not set

  1439. #
  1440. # SoC Audio support for SuperH
  1441. #

  1442. #
  1443. # Open Sound System
  1444. #
  1445. # CONFIG_SOUND_PRIME is not set
  1446. CONFIG_AC97_BUS=m
  1447. CONFIG_HID_SUPPORT=y
  1448. CONFIG_HID=y
  1449. # CONFIG_HID_DEBUG is not set
  1450. # CONFIG_HIDRAW is not set

  1451. #
  1452. # USB Input Devices
  1453. #
  1454. CONFIG_USB_HID=y
  1455. # CONFIG_USB_HIDINPUT_POWERBOOK is not set
  1456. # CONFIG_HID_FF is not set
  1457. # CONFIG_USB_HIDDEV is not set
  1458. CONFIG_USB_SUPPORT=y
  1459. CONFIG_USB_ARCH_HAS_HCD=y
  1460. CONFIG_USB_ARCH_HAS_OHCI=y
  1461. CONFIG_USB_ARCH_HAS_EHCI=y
  1462. CONFIG_USB=y
  1463. # CONFIG_USB_DEBUG is not set

  1464. #
  1465. # Miscellaneous USB options
  1466. #
  1467. CONFIG_USB_DEVICEFS=y
  1468. CONFIG_USB_DEVICE_CLASS=y
  1469. # CONFIG_USB_DYNAMIC_MINORS is not set
  1470. # CONFIG_USB_SUSPEND is not set
  1471. # CONFIG_USB_PERSIST is not set
  1472. # CONFIG_USB_OTG is not set

  1473. #
  1474. # USB Host Controller Drivers
  1475. #
  1476. CONFIG_USB_EHCI_HCD=y
  1477. # CONFIG_USB_EHCI_SPLIT_ISO is not set
  1478. CONFIG_USB_EHCI_ROOT_HUB_TT=y
  1479. # CONFIG_USB_EHCI_TT_NEWSCHED is not set
  1480. # CONFIG_USB_ISP116X_HCD is not set
  1481. CONFIG_USB_OHCI_HCD=m
  1482. # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
  1483. # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
  1484. CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  1485. CONFIG_USB_UHCI_HCD=m
  1486. # CONFIG_USB_SL811_HCD is not set
  1487. # CONFIG_USB_R8A66597_HCD is not set

  1488. #
  1489. # USB Device Class drivers
  1490. #
  1491. # CONFIG_USB_ACM is not set
  1492. CONFIG_USB_PRINTER=m

  1493. #
  1494. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  1495. #

  1496. #
  1497. # may also be needed; see USB_STORAGE Help for more information
  1498. #
  1499. CONFIG_USB_STORAGE=y
  1500. # CONFIG_USB_STORAGE_DEBUG is not set
  1501. # CONFIG_USB_STORAGE_DATAFAB is not set
  1502. # CONFIG_USB_STORAGE_FREECOM is not set
  1503. # CONFIG_USB_STORAGE_ISD200 is not set
  1504. # CONFIG_USB_STORAGE_DPCM is not set
  1505. # CONFIG_USB_STORAGE_USBAT is not set
  1506. # CONFIG_USB_STORAGE_SDDR09 is not set
  1507. # CONFIG_USB_STORAGE_SDDR55 is not set
  1508. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  1509. # CONFIG_USB_STORAGE_ALAUDA is not set
  1510. # CONFIG_USB_STORAGE_KARMA is not set
  1511. # CONFIG_USB_LIBUSUAL is not set

  1512. #
  1513. # USB Imaging devices
  1514. #
  1515. # CONFIG_USB_MDC800 is not set
  1516. CONFIG_USB_MICROTEK=m
  1517. CONFIG_USB_MON=y

  1518. #
  1519. # USB port drivers
  1520. #
  1521. # CONFIG_USB_USS720 is not set

  1522. #
  1523. # USB Serial Converter support
  1524. #
  1525. CONFIG_USB_SERIAL=m
  1526. CONFIG_USB_SERIAL_GENERIC=y
  1527. # CONFIG_USB_SERIAL_AIRCABLE is not set
  1528. # CONFIG_USB_SERIAL_AIRPRIME is not set
  1529. # CONFIG_USB_SERIAL_ARK3116 is not set
  1530. # CONFIG_USB_SERIAL_BELKIN is not set
  1531. # CONFIG_USB_SERIAL_CH341 is not set
  1532. # CONFIG_USB_SERIAL_WHITEHEAT is not set
  1533. # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  1534. # CONFIG_USB_SERIAL_CP2101 is not set
  1535. # CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  1536. # CONFIG_USB_SERIAL_EMPEG is not set
  1537. # CONFIG_USB_SERIAL_FTDI_SIO is not set
  1538. # CONFIG_USB_SERIAL_FUNSOFT is not set
  1539. # CONFIG_USB_SERIAL_VISOR is not set
  1540. # CONFIG_USB_SERIAL_IPAQ is not set
  1541. # CONFIG_USB_SERIAL_IR is not set
  1542. # CONFIG_USB_SERIAL_EDGEPORT is not set
  1543. # CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  1544. # CONFIG_USB_SERIAL_GARMIN is not set
  1545. # CONFIG_USB_SERIAL_IPW is not set
  1546. # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  1547. # CONFIG_USB_SERIAL_KEYSPAN is not set
  1548. # CONFIG_USB_SERIAL_KLSI is not set
  1549. # CONFIG_USB_SERIAL_KOBIL_SCT is not set
  1550. # CONFIG_USB_SERIAL_MCT_U232 is not set
  1551. # CONFIG_USB_SERIAL_MOS7720 is not set
  1552. # CONFIG_USB_SERIAL_MOS7840 is not set
  1553. # CONFIG_USB_SERIAL_NAVMAN is not set
  1554. # CONFIG_USB_SERIAL_PL2303 is not set
  1555. # CONFIG_USB_SERIAL_OTI6858 is not set
  1556. # CONFIG_USB_SERIAL_HP4X is not set
  1557. # CONFIG_USB_SERIAL_SAFE is not set
  1558. # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
  1559. # CONFIG_USB_SERIAL_TI is not set
  1560. # CONFIG_USB_SERIAL_CYBERJACK is not set
  1561. # CONFIG_USB_SERIAL_XIRCOM is not set
  1562. # CONFIG_USB_SERIAL_OPTION is not set
  1563. # CONFIG_USB_SERIAL_OMNINET is not set
  1564. # CONFIG_USB_SERIAL_DEBUG is not set

  1565. #
  1566. # USB Miscellaneous drivers
  1567. #
  1568. # CONFIG_USB_EMI62 is not set
  1569. # CONFIG_USB_EMI26 is not set
  1570. # CONFIG_USB_ADUTUX is not set
  1571. # CONFIG_USB_AUERSWALD is not set
  1572. # CONFIG_USB_RIO500 is not set
  1573. # CONFIG_USB_LEGOTOWER is not set
  1574. # CONFIG_USB_LCD is not set
  1575. # CONFIG_USB_BERRY_CHARGE is not set
  1576. # CONFIG_USB_LED is not set
  1577. # CONFIG_USB_CYPRESS_CY7C63 is not set
  1578. # CONFIG_USB_CYTHERM is not set
  1579. # CONFIG_USB_PHIDGET is not set
  1580. # CONFIG_USB_IDMOUSE is not set
  1581. # CONFIG_USB_FTDI_ELAN is not set
  1582. # CONFIG_USB_APPLEDISPLAY is not set
  1583. # CONFIG_USB_SISUSBVGA is not set
  1584. # CONFIG_USB_LD is not set
  1585. # CONFIG_USB_TRANCEVIBRATOR is not set
  1586. # CONFIG_USB_IOWARRIOR is not set
  1587. # CONFIG_USB_TEST is not set

  1588. #
  1589. # USB DSL modem support
  1590. #

  1591. #
  1592. # USB Gadget Support
  1593. #
  1594. # CONFIG_USB_GADGET is not set
  1595. # CONFIG_MMC is not set
  1596. # CONFIG_NEW_LEDS is not set
  1597. # CONFIG_INFINIBAND is not set
  1598. # CONFIG_EDAC is not set
  1599. # CONFIG_RTC_CLASS is not set
  1600. # CONFIG_DMADEVICES is not set
  1601. # CONFIG_AUXDISPLAY is not set
  1602. # CONFIG_VIRTUALIZATION is not set

  1603. #
  1604. # Userspace I/O
  1605. #
  1606. # CONFIG_UIO is not set

  1607. #
  1608. # Firmware Drivers
  1609. #
  1610. # CONFIG_EDD is not set
  1611. # CONFIG_DELL_RBU is not set
  1612. # CONFIG_DCDBAS is not set
  1613. CONFIG_DMIID=y

  1614. #
  1615. # File systems
  1616. #
  1617. CONFIG_EXT2_FS=y
  1618. CONFIG_EXT2_FS_XATTR=y
  1619. CONFIG_EXT2_FS_POSIX_ACL=y
  1620. # CONFIG_EXT2_FS_SECURITY is not set
  1621. # CONFIG_EXT2_FS_XIP is not set
  1622. CONFIG_EXT3_FS=y
  1623. CONFIG_EXT3_FS_XATTR=y
  1624. CONFIG_EXT3_FS_POSIX_ACL=y
  1625. # CONFIG_EXT3_FS_SECURITY is not set
  1626. # CONFIG_EXT4DEV_FS is not set
  1627. CONFIG_JBD=y
  1628. # CONFIG_JBD_DEBUG is not set
  1629. CONFIG_FS_MBCACHE=y
  1630. CONFIG_REISERFS_FS=y
  1631. # CONFIG_REISERFS_CHECK is not set
  1632. # CONFIG_REISERFS_PROC_INFO is not set
  1633. CONFIG_REISERFS_FS_XATTR=y
  1634. CONFIG_REISERFS_FS_POSIX_ACL=y
  1635. # CONFIG_REISERFS_FS_SECURITY is not set
  1636. # CONFIG_JFS_FS is not set
  1637. CONFIG_FS_POSIX_ACL=y
  1638. # CONFIG_XFS_FS is not set
  1639. # CONFIG_GFS2_FS is not set
  1640. # CONFIG_OCFS2_FS is not set
  1641. # CONFIG_MINIX_FS is not set
  1642. # CONFIG_ROMFS_FS is not set
  1643. CONFIG_INOTIFY=y
  1644. CONFIG_INOTIFY_USER=y
  1645. # CONFIG_QUOTA is not set
  1646. CONFIG_DNOTIFY=y
  1647. CONFIG_AUTOFS_FS=m
  1648. CONFIG_AUTOFS4_FS=m
  1649. CONFIG_FUSE_FS=m
  1650. CONFIG_GENERIC_ACL=y

  1651. #
  1652. # CD-ROM/DVD Filesystems
  1653. #
  1654. CONFIG_ISO9660_FS=y
  1655. CONFIG_JOLIET=y
  1656. # CONFIG_ZISOFS is not set
  1657. CONFIG_UDF_FS=m
  1658. CONFIG_UDF_NLS=y

  1659. #
  1660. # DOS/FAT/NT Filesystems
  1661. #
  1662. CONFIG_FAT_FS=m
  1663. CONFIG_MSDOS_FS=m
  1664. CONFIG_VFAT_FS=m
  1665. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1666. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1667. CONFIG_NTFS_FS=m
  1668. # CONFIG_NTFS_DEBUG is not set
  1669. CONFIG_NTFS_RW=y

  1670. #
  1671. # Pseudo filesystems
  1672. #
  1673. CONFIG_PROC_FS=y
  1674. CONFIG_PROC_KCORE=y
  1675. CONFIG_PROC_SYSCTL=y
  1676. CONFIG_SYSFS=y
  1677. CONFIG_TMPFS=y
  1678. CONFIG_TMPFS_POSIX_ACL=y
  1679. CONFIG_HUGETLBFS=y
  1680. CONFIG_HUGETLB_PAGE=y
  1681. # CONFIG_CONFIGFS_FS is not set

  1682. #
  1683. # Miscellaneous filesystems
  1684. #
  1685. # CONFIG_ADFS_FS is not set
  1686. # CONFIG_AFFS_FS is not set
  1687. # CONFIG_HFS_FS is not set
  1688. # CONFIG_HFSPLUS_FS is not set
  1689. # CONFIG_BEFS_FS is not set
  1690. # CONFIG_BFS_FS is not set
  1691. # CONFIG_EFS_FS is not set
  1692. # CONFIG_CRAMFS is not set
  1693. # CONFIG_SQUASHFS is not set
  1694. # CONFIG_VXFS_FS is not set
  1695. # CONFIG_HPFS_FS is not set
  1696. # CONFIG_QNX4FS_FS is not set
  1697. # CONFIG_SYSV_FS is not set
  1698. # CONFIG_UFS_FS is not set
  1699. CONFIG_NETWORK_FILESYSTEMS=y
  1700. # CONFIG_NFS_FS is not set
  1701. # CONFIG_NFSD is not set
  1702. # CONFIG_SMB_FS is not set
  1703. # CONFIG_CIFS is not set
  1704. # CONFIG_NCP_FS is not set
  1705. # CONFIG_CODA_FS is not set
  1706. # CONFIG_AFS_FS is not set

  1707. #
  1708. # Partition Types
  1709. #
  1710. # CONFIG_PARTITION_ADVANCED is not set
  1711. CONFIG_MSDOS_PARTITION=y
  1712. CONFIG_NLS=y
  1713. CONFIG_NLS_DEFAULT="iso8859-1"
  1714. CONFIG_NLS_CODEPAGE_437=y
  1715. # CONFIG_NLS_CODEPAGE_737 is not set
  1716. # CONFIG_NLS_CODEPAGE_775 is not set
  1717. # CONFIG_NLS_CODEPAGE_850 is not set
  1718. # CONFIG_NLS_CODEPAGE_852 is not set
  1719. # CONFIG_NLS_CODEPAGE_855 is not set
  1720. # CONFIG_NLS_CODEPAGE_857 is not set
  1721. # CONFIG_NLS_CODEPAGE_860 is not set
  1722. # CONFIG_NLS_CODEPAGE_861 is not set
  1723. # CONFIG_NLS_CODEPAGE_862 is not set
  1724. # CONFIG_NLS_CODEPAGE_863 is not set
  1725. # CONFIG_NLS_CODEPAGE_864 is not set
  1726. # CONFIG_NLS_CODEPAGE_865 is not set
  1727. # CONFIG_NLS_CODEPAGE_866 is not set
  1728. # CONFIG_NLS_CODEPAGE_869 is not set
  1729. # CONFIG_NLS_CODEPAGE_936 is not set
  1730. # CONFIG_NLS_CODEPAGE_950 is not set
  1731. # CONFIG_NLS_CODEPAGE_932 is not set
  1732. # CONFIG_NLS_CODEPAGE_949 is not set
  1733. # CONFIG_NLS_CODEPAGE_874 is not set
  1734. # CONFIG_NLS_ISO8859_8 is not set
  1735. # CONFIG_NLS_CODEPAGE_1250 is not set
  1736. # CONFIG_NLS_CODEPAGE_1251 is not set
  1737. CONFIG_NLS_ASCII=y
  1738. CONFIG_NLS_ISO8859_1=y
  1739. # CONFIG_NLS_ISO8859_2 is not set
  1740. # CONFIG_NLS_ISO8859_3 is not set
  1741. # CONFIG_NLS_ISO8859_4 is not set
  1742. # CONFIG_NLS_ISO8859_5 is not set
  1743. # CONFIG_NLS_ISO8859_6 is not set
  1744. # CONFIG_NLS_ISO8859_7 is not set
  1745. # CONFIG_NLS_ISO8859_9 is not set
  1746. # CONFIG_NLS_ISO8859_13 is not set
  1747. # CONFIG_NLS_ISO8859_14 is not set
  1748. CONFIG_NLS_ISO8859_15=y
  1749. # CONFIG_NLS_KOI8_R is not set
  1750. # CONFIG_NLS_KOI8_U is not set
  1751. CONFIG_NLS_UTF8=y
  1752. # CONFIG_DLM is not set
  1753. CONFIG_INSTRUMENTATION=y
  1754. CONFIG_PROFILING=y
  1755. CONFIG_OPROFILE=y
  1756. CONFIG_KPROBES=y
  1757. # CONFIG_MARKERS is not set

  1758. #
  1759. # Kernel hacking
  1760. #
  1761. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  1762. # CONFIG_PRINTK_TIME is not set
  1763. CONFIG_ENABLE_WARN_DEPRECATED=y
  1764. # CONFIG_ENABLE_MUST_CHECK is not set
  1765. CONFIG_MAGIC_SYSRQ=y
  1766. CONFIG_UNUSED_SYMBOLS=y
  1767. CONFIG_DEBUG_FS=y
  1768. # CONFIG_HEADERS_CHECK is not set
  1769. CONFIG_DEBUG_KERNEL=y
  1770. # CONFIG_DEBUG_SHIRQ is not set
  1771. CONFIG_DETECT_SOFTLOCKUP=y
  1772. CONFIG_SCHED_DEBUG=y
  1773. # CONFIG_SCHEDSTATS is not set
  1774. # CONFIG_TIMER_STATS is not set
  1775. # CONFIG_SLUB_DEBUG_ON is not set
  1776. CONFIG_DEBUG_PREEMPT=y
  1777. # CONFIG_DEBUG_RT_MUTEXES is not set
  1778. # CONFIG_RT_MUTEX_TESTER is not set
  1779. # CONFIG_DEBUG_SPINLOCK is not set
  1780. # CONFIG_DEBUG_MUTEXES is not set
  1781. # CONFIG_DEBUG_LOCK_ALLOC is not set
  1782. # CONFIG_PROVE_LOCKING is not set
  1783. # CONFIG_LOCK_STAT is not set
  1784. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  1785. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  1786. # CONFIG_DEBUG_KOBJECT is not set
  1787. # CONFIG_DEBUG_BUGVERBOSE is not set
  1788. # CONFIG_DEBUG_INFO is not set
  1789. # CONFIG_DEBUG_VM is not set
  1790. # CONFIG_DEBUG_LIST is not set
  1791. # CONFIG_DEBUG_SG is not set
  1792. # CONFIG_FRAME_POINTER is not set
  1793. # CONFIG_FORCED_INLINING is not set
  1794. # CONFIG_BOOT_PRINTK_DELAY is not set
  1795. # CONFIG_RCU_TORTURE_TEST is not set
  1796. # CONFIG_LKDTM is not set
  1797. # CONFIG_FAULT_INJECTION is not set
  1798. # CONFIG_SAMPLES is not set
  1799. CONFIG_EARLY_PRINTK=y
  1800. CONFIG_DEBUG_STACKOVERFLOW=y
  1801. # CONFIG_DEBUG_STACK_USAGE is not set
  1802. # CONFIG_DEBUG_RODATA is not set
  1803. # CONFIG_IOMMU_DEBUG is not set

  1804. #
  1805. # Security options
  1806. #
  1807. # CONFIG_KEYS is not set
  1808. # CONFIG_SECURITY is not set
  1809. # CONFIG_SECURITY_FILE_CAPABILITIES is not set
  1810. CONFIG_CRYPTO=y
  1811. CONFIG_CRYPTO_ALGAPI=m
  1812. CONFIG_CRYPTO_BLKCIPHER=m
  1813. CONFIG_CRYPTO_MANAGER=m
  1814. # CONFIG_CRYPTO_HMAC is not set
  1815. # CONFIG_CRYPTO_XCBC is not set
  1816. # CONFIG_CRYPTO_NULL is not set
  1817. # CONFIG_CRYPTO_MD4 is not set
  1818. # CONFIG_CRYPTO_MD5 is not set
  1819. # CONFIG_CRYPTO_SHA1 is not set
  1820. # CONFIG_CRYPTO_SHA256 is not set
  1821. # CONFIG_CRYPTO_SHA512 is not set
  1822. # CONFIG_CRYPTO_WP512 is not set
  1823. # CONFIG_CRYPTO_TGR192 is not set
  1824. # CONFIG_CRYPTO_GF128MUL is not set
  1825. CONFIG_CRYPTO_ECB=m
  1826. CONFIG_CRYPTO_CBC=m
  1827. CONFIG_CRYPTO_PCBC=m
  1828. # CONFIG_CRYPTO_LRW is not set
  1829. # CONFIG_CRYPTO_XTS is not set
  1830. # CONFIG_CRYPTO_CRYPTD is not set
  1831. # CONFIG_CRYPTO_DES is not set
  1832. # CONFIG_CRYPTO_FCRYPT is not set
  1833. # CONFIG_CRYPTO_BLOWFISH is not set
  1834. # CONFIG_CRYPTO_TWOFISH is not set
  1835. # CONFIG_CRYPTO_TWOFISH_X86_64 is not set
  1836. # CONFIG_CRYPTO_SERPENT is not set
  1837. # CONFIG_CRYPTO_AES is not set
  1838. # CONFIG_CRYPTO_AES_X86_64 is not set
  1839. # CONFIG_CRYPTO_CAST5 is not set
  1840. # CONFIG_CRYPTO_CAST6 is not set
  1841. # CONFIG_CRYPTO_TEA is not set
  1842. # CONFIG_CRYPTO_ARC4 is not set
  1843. # CONFIG_CRYPTO_KHAZAD is not set
  1844. # CONFIG_CRYPTO_ANUBIS is not set
  1845. # CONFIG_CRYPTO_SEED is not set
  1846. # CONFIG_CRYPTO_DEFLATE is not set
  1847. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  1848. # CONFIG_CRYPTO_CRC32C is not set
  1849. # CONFIG_CRYPTO_CAMELLIA is not set
  1850. # CONFIG_CRYPTO_TEST is not set
  1851. # CONFIG_CRYPTO_AUTHENC is not set
  1852. CONFIG_CRYPTO_HW=y

  1853. #
  1854. # Library routines
  1855. #
  1856. CONFIG_BITREVERSE=y
  1857. # CONFIG_CRC_CCITT is not set
  1858. # CONFIG_CRC16 is not set
  1859. # CONFIG_CRC_ITU_T is not set
  1860. CONFIG_CRC32=y
  1861. # CONFIG_CRC7 is not set
  1862. # CONFIG_LIBCRC32C is not set
  1863. CONFIG_TEXTSEARCH=y
  1864. CONFIG_TEXTSEARCH_KMP=m
  1865. CONFIG_TEXTSEARCH_BM=m
  1866. CONFIG_TEXTSEARCH_FSM=m
  1867. CONFIG_PLIST=y
  1868. CONFIG_HAS_IOMEM=y
  1869. CONFIG_HAS_IOPORT=y
  1870. CONFIG_HAS_DMA=y
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-1-27 15:54:18 | 显示全部楼层
  1. #
  2. # Sound
  3. #
  4. CONFIG_SOUND=m
  5. #
  6. # Advanced Linux Sound Architecture
  7. #
  8. CONFIG_SND=m
  9. CONFIG_SND_TIMER=m
  10. CONFIG_SND_PCM=m
  11. CONFIG_SND_SEQUENCER=m
  12. # CONFIG_SND_SEQ_DUMMY is not set
  13. CONFIG_SND_OSSEMUL=y
  14. CONFIG_SND_MIXER_OSS=m
  15. CONFIG_SND_PCM_OSS=m
  16. # CONFIG_SND_PCM_OSS_PLUGINS is not set
  17. # CONFIG_SND_SEQUENCER_OSS is not set
  18. # CONFIG_SND_RTCTIMER is not set
  19. # CONFIG_SND_DYNAMIC_MINORS is not set
  20. # CONFIG_SND_SUPPORT_OLD_API is not set
  21. # CONFIG_SND_VERBOSE_PROCFS is not set
  22. # CONFIG_SND_VERBOSE_PRINTK is not set
  23. # CONFIG_SND_DEBUG is not set
  24. #
  25. # Generic devices
  26. #
  27. CONFIG_SND_AC97_CODEC=m
  28. # CONFIG_SND_DUMMY is not set
  29. # CONFIG_SND_VIRMIDI is not set
  30. # CONFIG_SND_MTPAV is not set
  31. # CONFIG_SND_SERIAL_U16550 is not set
  32. # CONFIG_SND_MPU401 is not set
  33. #
  34. # PCI devices
  35. #
  36. # CONFIG_SND_AD1889 is not set
  37. # CONFIG_SND_ALS300 is not set
  38. # CONFIG_SND_ALS4000 is not set
  39. # CONFIG_SND_ALI5451 is not set
  40. # CONFIG_SND_ATIIXP is not set
  41. # CONFIG_SND_ATIIXP_MODEM is not set
  42. # CONFIG_SND_AU8810 is not set
  43. # CONFIG_SND_AU8820 is not set
  44. # CONFIG_SND_AU8830 is not set
  45. # CONFIG_SND_AZT3328 is not set
  46. # CONFIG_SND_BT87X is not set
  47. # CONFIG_SND_CA0106 is not set
  48. # CONFIG_SND_CMIPCI is not set
  49. # CONFIG_SND_CS4281 is not set
  50. # CONFIG_SND_CS46XX is not set
  51. # CONFIG_SND_CS5530 is not set
  52. # CONFIG_SND_DARLA20 is not set
  53. # CONFIG_SND_GINA20 is not set
  54. # CONFIG_SND_LAYLA20 is not set
  55. # CONFIG_SND_DARLA24 is not set
  56. # CONFIG_SND_GINA24 is not set
  57. # CONFIG_SND_LAYLA24 is not set
  58. # CONFIG_SND_MONA is not set
  59. # CONFIG_SND_MIA is not set
  60. # CONFIG_SND_ECHO3G is not set
  61. # CONFIG_SND_INDIGO is not set
  62. # CONFIG_SND_INDIGOIO is not set
  63. # CONFIG_SND_INDIGODJ is not set
  64. # CONFIG_SND_EMU10K1 is not set
  65. # CONFIG_SND_EMU10K1X is not set
  66. # CONFIG_SND_ENS1370 is not set
  67. # CONFIG_SND_ENS1371 is not set
  68. # CONFIG_SND_ES1938 is not set
  69. # CONFIG_SND_ES1968 is not set
  70. # CONFIG_SND_FM801 is not set
  71. # CONFIG_SND_HDA_INTEL is not set
  72. # CONFIG_SND_HDSP is not set
  73. # CONFIG_SND_HDSPM is not set
  74. # CONFIG_SND_ICE1712 is not set
  75. # CONFIG_SND_ICE1724 is not set
  76. CONFIG_SND_INTEL8X0=m
  77. # CONFIG_SND_INTEL8X0M is not set
  78. # CONFIG_SND_KORG1212 is not set
  79. # CONFIG_SND_MAESTRO3 is not set
  80. # CONFIG_SND_MIXART is not set
  81. # CONFIG_SND_NM256 is not set
  82. # CONFIG_SND_PCXHR is not set
  83. # CONFIG_SND_RIPTIDE is not set
  84. # CONFIG_SND_RME32 is not set
  85. # CONFIG_SND_RME96 is not set
  86. # CONFIG_SND_RME9652 is not set
  87. # CONFIG_SND_SONICVIBES is not set
  88. # CONFIG_SND_TRIDENT is not set
  89. # CONFIG_SND_VIA82XX is not set
  90. # CONFIG_SND_VIA82XX_MODEM is not set
  91. # CONFIG_SND_VX222 is not set
  92. # CONFIG_SND_YMFPCI is not set
  93. # CONFIG_SND_AC97_POWER_SAVE is not set
复制代码
我的是X-fi, 没法用。所以用板子上的Ac 97没问题。
给你比较一下。好像编译alsa-driver不行,所以我用自带的

media-sound/alsa-utils-1.0.14
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-1-27 22:12:55 | 显示全部楼层
Post by coolone;1811672

  1. #
  2. # Sound
  3. #
  4. CONFIG_SOUND=m

  5. #
  6. # Advanced Linux Sound Architecture
  7. #
  8. CONFIG_SND=m
  9. CONFIG_SND_TIMER=m
  10. CONFIG_SND_PCM=m
  11. CONFIG_SND_SEQUENCER=m
  12. # CONFIG_SND_SEQ_DUMMY is not set
  13. CONFIG_SND_OSSEMUL=y
  14. CONFIG_SND_MIXER_OSS=m
  15. CONFIG_SND_PCM_OSS=m
  16. # CONFIG_SND_PCM_OSS_PLUGINS is not set
  17. # CONFIG_SND_SEQUENCER_OSS is not set
  18. # CONFIG_SND_RTCTIMER is not set
  19. # CONFIG_SND_DYNAMIC_MINORS is not set
  20. # CONFIG_SND_SUPPORT_OLD_API is not set
  21. # CONFIG_SND_VERBOSE_PROCFS is not set
  22. # CONFIG_SND_VERBOSE_PRINTK is not set
  23. # CONFIG_SND_DEBUG is not set

  24. #
  25. # Generic devices
  26. #
  27. CONFIG_SND_AC97_CODEC=m
  28. # CONFIG_SND_DUMMY is not set
  29. # CONFIG_SND_VIRMIDI is not set
  30. # CONFIG_SND_MTPAV is not set
  31. # CONFIG_SND_SERIAL_U16550 is not set
  32. # CONFIG_SND_MPU401 is not set

  33. #
  34. # PCI devices
  35. #
  36. # CONFIG_SND_AD1889 is not set
  37. # CONFIG_SND_ALS300 is not set
  38. # CONFIG_SND_ALS4000 is not set
  39. # CONFIG_SND_ALI5451 is not set
  40. # CONFIG_SND_ATIIXP is not set
  41. # CONFIG_SND_ATIIXP_MODEM is not set
  42. # CONFIG_SND_AU8810 is not set
  43. # CONFIG_SND_AU8820 is not set
  44. # CONFIG_SND_AU8830 is not set
  45. # CONFIG_SND_AZT3328 is not set
  46. # CONFIG_SND_BT87X is not set
  47. # CONFIG_SND_CA0106 is not set
  48. # CONFIG_SND_CMIPCI is not set
  49. # CONFIG_SND_CS4281 is not set
  50. # CONFIG_SND_CS46XX is not set
  51. # CONFIG_SND_CS5530 is not set
  52. # CONFIG_SND_DARLA20 is not set
  53. # CONFIG_SND_GINA20 is not set
  54. # CONFIG_SND_LAYLA20 is not set
  55. # CONFIG_SND_DARLA24 is not set
  56. # CONFIG_SND_GINA24 is not set
  57. # CONFIG_SND_LAYLA24 is not set
  58. # CONFIG_SND_MONA is not set
  59. # CONFIG_SND_MIA is not set
  60. # CONFIG_SND_ECHO3G is not set
  61. # CONFIG_SND_INDIGO is not set
  62. # CONFIG_SND_INDIGOIO is not set
  63. # CONFIG_SND_INDIGODJ is not set
  64. # CONFIG_SND_EMU10K1 is not set
  65. # CONFIG_SND_EMU10K1X is not set
  66. # CONFIG_SND_ENS1370 is not set
  67. # CONFIG_SND_ENS1371 is not set
  68. # CONFIG_SND_ES1938 is not set
  69. # CONFIG_SND_ES1968 is not set
  70. # CONFIG_SND_FM801 is not set
  71. # CONFIG_SND_HDA_INTEL is not set
  72. # CONFIG_SND_HDSP is not set
  73. # CONFIG_SND_HDSPM is not set
  74. # CONFIG_SND_ICE1712 is not set
  75. # CONFIG_SND_ICE1724 is not set
  76. CONFIG_SND_INTEL8X0=m
  77. # CONFIG_SND_INTEL8X0M is not set
  78. # CONFIG_SND_KORG1212 is not set
  79. # CONFIG_SND_MAESTRO3 is not set
  80. # CONFIG_SND_MIXART is not set
  81. # CONFIG_SND_NM256 is not set
  82. # CONFIG_SND_PCXHR is not set
  83. # CONFIG_SND_RIPTIDE is not set
  84. # CONFIG_SND_RME32 is not set
  85. # CONFIG_SND_RME96 is not set
  86. # CONFIG_SND_RME9652 is not set
  87. # CONFIG_SND_SONICVIBES is not set
  88. # CONFIG_SND_TRIDENT is not set
  89. # CONFIG_SND_VIA82XX is not set
  90. # CONFIG_SND_VIA82XX_MODEM is not set
  91. # CONFIG_SND_VX222 is not set
  92. # CONFIG_SND_YMFPCI is not set
  93. # CONFIG_SND_AC97_POWER_SAVE is not set

复制代码

我的是X-fi, 没法用。所以用板子上的Ac 97没问题。
给你比较一下。好像编译alsa-driver不行,所以我用自带的

media-sound/alsa-utils-1.0.14



谢谢,不过咱俩的芯片不一样,我不是用的AC 97,我用的是HD intel。
回复 支持 反对

使用道具 举报

发表于 2008-1-28 09:53:15 | 显示全部楼层
我的主板和你的一样,集成的声卡也没有master选项。不过在音量控制里调出PCM就可以控制音量大小。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-1-28 10:20:30 | 显示全部楼层
Post by Second;1811866
我的主板和你的一样,集成的声卡也没有master选项。不过在音量控制里调出PCM就可以音量大小。


我的无法调节音量,只能100或者0:Sad- time:
回复 支持 反对

使用道具 举报

发表于 2008-1-28 13:32:36 | 显示全部楼层
Post by 食古不化;1811877
我的无法调节音量,只能100或者0:Sad- time:

  1. #
  2. # Sound
  3. #
  4. CONFIG_SOUND=m

  5. #
  6. # Advanced Linux Sound Architecture
  7. #
  8. CONFIG_SND=m
  9. CONFIG_SND_TIMER=m
  10. CONFIG_SND_PCM=m
  11. CONFIG_SND_SEQUENCER=m
  12. CONFIG_SND_SEQ_DUMMY=m
  13. CONFIG_SND_OSSEMUL=y
  14. CONFIG_SND_MIXER_OSS=m
  15. CONFIG_SND_PCM_OSS=m
  16. CONFIG_SND_PCM_OSS_PLUGINS=y
  17. CONFIG_SND_SEQUENCER_OSS=y
  18. # CONFIG_SND_RTCTIMER is not set
  19. # CONFIG_SND_DYNAMIC_MINORS is not set
  20. CONFIG_SND_SUPPORT_OLD_API=y
  21. CONFIG_SND_VERBOSE_PROCFS=y
  22. # CONFIG_SND_VERBOSE_PRINTK is not set
  23. # CONFIG_SND_DEBUG is not set

  24. #
  25. # Generic devices
  26. #
  27. # CONFIG_SND_DUMMY is not set
  28. # CONFIG_SND_VIRMIDI is not set
  29. # CONFIG_SND_MTPAV is not set
  30. # CONFIG_SND_SERIAL_U16550 is not set
  31. # CONFIG_SND_MPU401 is not set

  32. #
  33. # PCI devices
  34. #
  35. # CONFIG_SND_AD1889 is not set
  36. # CONFIG_SND_ALS300 is not set
  37. # CONFIG_SND_ALS4000 is not set
  38. # CONFIG_SND_ALI5451 is not set
  39. # CONFIG_SND_ATIIXP is not set
  40. # CONFIG_SND_ATIIXP_MODEM is not set
  41. # CONFIG_SND_AU8810 is not set
  42. # CONFIG_SND_AU8820 is not set
  43. # CONFIG_SND_AU8830 is not set
  44. # CONFIG_SND_AZT3328 is not set
  45. # CONFIG_SND_BT87X is not set
  46. # CONFIG_SND_CA0106 is not set
  47. # CONFIG_SND_CMIPCI is not set
  48. # CONFIG_SND_CS4281 is not set
  49. # CONFIG_SND_CS46XX is not set
  50. # CONFIG_SND_CS5530 is not set
  51. # CONFIG_SND_CS5535AUDIO is not set
  52. # CONFIG_SND_DARLA20 is not set
  53. # CONFIG_SND_GINA20 is not set
  54. # CONFIG_SND_LAYLA20 is not set
  55. # CONFIG_SND_DARLA24 is not set
  56. # CONFIG_SND_GINA24 is not set
  57. # CONFIG_SND_LAYLA24 is not set
  58. # CONFIG_SND_MONA is not set
  59. # CONFIG_SND_MIA is not set
  60. # CONFIG_SND_ECHO3G is not set
  61. # CONFIG_SND_INDIGO is not set
  62. # CONFIG_SND_INDIGOIO is not set
  63. # CONFIG_SND_INDIGODJ is not set
  64. # CONFIG_SND_EMU10K1 is not set
  65. # CONFIG_SND_EMU10K1X is not set
  66. # CONFIG_SND_ENS1370 is not set
  67. # CONFIG_SND_ENS1371 is not set
  68. # CONFIG_SND_ES1938 is not set
  69. # CONFIG_SND_ES1968 is not set
  70. # CONFIG_SND_FM801 is not set
  71. CONFIG_SND_HDA_INTEL=m
  72. # CONFIG_SND_HDSP is not set
  73. # CONFIG_SND_HDSPM is not set
  74. # CONFIG_SND_ICE1712 is not set
  75. # CONFIG_SND_ICE1724 is not set
  76. # CONFIG_SND_INTEL8X0 is not set
  77. # CONFIG_SND_INTEL8X0M is not set
  78. # CONFIG_SND_KORG1212 is not set
  79. # CONFIG_SND_MAESTRO3 is not set
  80. # CONFIG_SND_MIXART is not set
  81. # CONFIG_SND_NM256 is not set
  82. # CONFIG_SND_PCXHR is not set
  83. # CONFIG_SND_RIPTIDE is not set
  84. # CONFIG_SND_RME32 is not set
  85. # CONFIG_SND_RME96 is not set
  86. # CONFIG_SND_RME9652 is not set
  87. # CONFIG_SND_SONICVIBES is not set
  88. # CONFIG_SND_TRIDENT is not set
  89. # CONFIG_SND_VIA82XX is not set
  90. # CONFIG_SND_VIA82XX_MODEM is not set
  91. # CONFIG_SND_VX222 is not set
  92. # CONFIG_SND_YMFPCI is not set

  93. #
  94. # USB devices
  95. #
  96. # CONFIG_SND_USB_AUDIO is not set
  97. # CONFIG_SND_USB_USX2Y is not set
  98. # CONFIG_SND_USB_CAIAQ is not set

  99. #
  100. # System on Chip audio support
  101. #
  102. # CONFIG_SND_SOC is not set

  103. #
  104. # SoC Audio support for SuperH
  105. #

  106. #
  107. # Open Sound System
  108. #
  109. # CONFIG_SOUND_PRIME is not set
  110. CONFIG_HID_SUPPORT=y
  111. CONFIG_HID=y
  112. # CONFIG_HID_DEBUG is not set
复制代码

我的声卡的内核设置。没用alsa-drivers。虽然没有master选项,声音效果好像没有影响。版本看签名。
回复 支持 反对

使用道具 举报

发表于 2008-1-29 11:08:28 | 显示全部楼层
不能控制音量的设备可以使用alsa的softvol插件 (说是插件其实已经自带了)

以下配置选自我的.asoundrc. 背景: 一块声卡 ("AV710" below)的一个DAC输出(device 1 of AV710) 没有音量调解, pcm.wolfson定义一个pcm设备, 它的音量可以在alsamixer -c AV710里通过"Wolfson"这个mixer来调节. 这个设备可以通过诸如 aplay -D wolfson或者mplayer -ao alsa:device=wolfson来使用. 你也可以用dmix插件把它设为default device.

_传闻_说如果你的卡默认没有master mixer的话, 可以把softvol的control name设为master来冒充一个, 适用于通过alsalib使用alsa设备的程序.
  1. pcm.wolfson {
  2.     type softvol
  3.     # plughw is defined in /usr/share/alsa/alsa.conf as a shortcut of
  4.     # hw->plug wrap-up. `plug' is needed as iec1724's only native
  5.     # format is S32_LE while most of your audio is S16_LE
  6.     slave.pcm "plughw:AV710,1"
  7.     control {
  8.         # this sets up a mixer control called Wolfson on the AV710
  9.         # card (e.g., will appear in `alsamixer -cAV710'
  10.         name "Wolfson"
  11.         card AV710
  12.     }
  13. }
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-1-30 16:51:52 | 显示全部楼层
我用过好几个不同的 hda_intel 都没master 不影响..
现在的本是 alc 660 的 只有pcm 而且声偏小 用的是内核的 snd_hda_intel
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-1-31 10:58:09 | 显示全部楼层
Post by galilette;1812248
不能控制音量的设备可以使用alsa的softvol插件 (说是插件其实已经自带了)

以下配置选自我的.asoundrc. 背景: 一块声卡 ("AV710" below)的一个DAC输出(device 1 of AV710) 没有音量调解, pcm.wolfson定义一个pcm设备, 它的音量可以在alsamixer -c AV710里通过"Wolfson"这个mixer来调节. 这个设备可以通过诸如 aplay -D wolfson或者mplayer -ao alsa:device=wolfson来使用. 你也可以用dmix插件把它设为default device.

_传闻_说如果你的卡默认没有master mixer的话, 可以把softvol的control name设为master来冒充一个, 适用于通过alsalib使用alsa设备的程序.

  1. pcm.wolfson {
  2.     type softvol
  3.     # plughw is defined in /usr/share/alsa/alsa.conf as a shortcut of
  4.     # hw->plug wrap-up. `plug' is needed as iec1724's only native
  5.     # format is S32_LE while most of your audio is S16_LE
  6.     slave.pcm "plughw:AV710,1"
  7.     control {
  8.         # this sets up a mixer control called Wolfson on the AV710
  9.         # card (e.g., will appear in `alsamixer -cAV710'
  10.         name "Wolfson"
  11.         card AV710
  12.     }
  13. }
复制代码


请问AV710是从哪里查找的,cat /proc/asound/card0/id ?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表