edosk7705_defconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.33-rc2
  4. # Mon Jan 4 11:24:26 2010
  5. #
  6. CONFIG_SUPERH=y
  7. CONFIG_SUPERH32=y
  8. # CONFIG_SUPERH64 is not set
  9. CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig"
  10. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  11. CONFIG_GENERIC_FIND_NEXT_BIT=y
  12. CONFIG_GENERIC_HWEIGHT=y
  13. CONFIG_GENERIC_HARDIRQS=y
  14. CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
  15. CONFIG_GENERIC_IRQ_PROBE=y
  16. CONFIG_IRQ_PER_CPU=y
  17. # CONFIG_GENERIC_GPIO is not set
  18. CONFIG_GENERIC_TIME=y
  19. CONFIG_GENERIC_CLOCKEVENTS=y
  20. # CONFIG_ARCH_SUSPEND_POSSIBLE is not set
  21. CONFIG_ARCH_HIBERNATION_POSSIBLE=y
  22. CONFIG_SYS_SUPPORTS_TMU=y
  23. CONFIG_STACKTRACE_SUPPORT=y
  24. CONFIG_LOCKDEP_SUPPORT=y
  25. CONFIG_HAVE_LATENCYTOP_SUPPORT=y
  26. # CONFIG_ARCH_HAS_ILOG2_U32 is not set
  27. # CONFIG_ARCH_HAS_ILOG2_U64 is not set
  28. CONFIG_ARCH_NO_VIRT_TO_BUS=y
  29. CONFIG_ARCH_HAS_DEFAULT_IDLE=y
  30. CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
  31. CONFIG_DMA_NONCOHERENT=y
  32. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  33. CONFIG_CONSTRUCTORS=y
  34. #
  35. # General setup
  36. #
  37. # CONFIG_EXPERIMENTAL is not set
  38. CONFIG_BROKEN_ON_SMP=y
  39. CONFIG_INIT_ENV_ARG_LIMIT=32
  40. CONFIG_LOCALVERSION=""
  41. # CONFIG_LOCALVERSION_AUTO is not set
  42. CONFIG_HAVE_KERNEL_GZIP=y
  43. CONFIG_HAVE_KERNEL_BZIP2=y
  44. CONFIG_HAVE_KERNEL_LZMA=y
  45. CONFIG_KERNEL_GZIP=y
  46. # CONFIG_KERNEL_BZIP2 is not set
  47. # CONFIG_KERNEL_LZMA is not set
  48. # CONFIG_SYSVIPC is not set
  49. # CONFIG_BSD_PROCESS_ACCT is not set
  50. #
  51. # RCU Subsystem
  52. #
  53. CONFIG_TREE_RCU=y
  54. # CONFIG_TREE_PREEMPT_RCU is not set
  55. # CONFIG_TINY_RCU is not set
  56. # CONFIG_RCU_TRACE is not set
  57. CONFIG_RCU_FANOUT=32
  58. # CONFIG_RCU_FANOUT_EXACT is not set
  59. # CONFIG_TREE_RCU_TRACE is not set
  60. # CONFIG_IKCONFIG is not set
  61. CONFIG_LOG_BUF_SHIFT=17
  62. # CONFIG_CGROUPS is not set
  63. # CONFIG_RELAY is not set
  64. # CONFIG_NAMESPACES is not set
  65. # CONFIG_BLK_DEV_INITRD is not set
  66. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  67. CONFIG_EMBEDDED=y
  68. # CONFIG_UID16 is not set
  69. # CONFIG_KALLSYMS is not set
  70. # CONFIG_HOTPLUG is not set
  71. # CONFIG_PRINTK is not set
  72. # CONFIG_BUG is not set
  73. # CONFIG_ELF_CORE is not set
  74. # CONFIG_BASE_FULL is not set
  75. # CONFIG_FUTEX is not set
  76. # CONFIG_EPOLL is not set
  77. # CONFIG_SIGNALFD is not set
  78. # CONFIG_TIMERFD is not set
  79. # CONFIG_EVENTFD is not set
  80. CONFIG_SHMEM=y
  81. # CONFIG_AIO is not set
  82. CONFIG_HAVE_PERF_EVENTS=y
  83. CONFIG_PERF_USE_VMALLOC=y
  84. #
  85. # Kernel Performance Events And Counters
  86. #
  87. # CONFIG_PERF_EVENTS is not set
  88. # CONFIG_PERF_COUNTERS is not set
  89. # CONFIG_VM_EVENT_COUNTERS is not set
  90. # CONFIG_COMPAT_BRK is not set
  91. # CONFIG_SLAB is not set
  92. CONFIG_SLUB=y
  93. # CONFIG_SLOB is not set
  94. # CONFIG_PROFILING is not set
  95. CONFIG_HAVE_OPROFILE=y
  96. CONFIG_HAVE_IOREMAP_PROT=y
  97. CONFIG_HAVE_KPROBES=y
  98. CONFIG_HAVE_KRETPROBES=y
  99. CONFIG_HAVE_ARCH_TRACEHOOK=y
  100. CONFIG_HAVE_DMA_ATTRS=y
  101. CONFIG_HAVE_CLK=y
  102. CONFIG_HAVE_DMA_API_DEBUG=y
  103. #
  104. # GCOV-based kernel profiling
  105. #
  106. # CONFIG_SLOW_WORK is not set
  107. CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  108. CONFIG_BASE_SMALL=1
  109. # CONFIG_MODULES is not set
  110. # CONFIG_BLOCK is not set
  111. # CONFIG_INLINE_SPIN_TRYLOCK is not set
  112. # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
  113. # CONFIG_INLINE_SPIN_LOCK is not set
  114. # CONFIG_INLINE_SPIN_LOCK_BH is not set
  115. # CONFIG_INLINE_SPIN_LOCK_IRQ is not set
  116. # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
  117. CONFIG_INLINE_SPIN_UNLOCK=y
  118. # CONFIG_INLINE_SPIN_UNLOCK_BH is not set
  119. CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
  120. # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
  121. # CONFIG_INLINE_READ_TRYLOCK is not set
  122. # CONFIG_INLINE_READ_LOCK is not set
  123. # CONFIG_INLINE_READ_LOCK_BH is not set
  124. # CONFIG_INLINE_READ_LOCK_IRQ is not set
  125. # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
  126. CONFIG_INLINE_READ_UNLOCK=y
  127. # CONFIG_INLINE_READ_UNLOCK_BH is not set
  128. CONFIG_INLINE_READ_UNLOCK_IRQ=y
  129. # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
  130. # CONFIG_INLINE_WRITE_TRYLOCK is not set
  131. # CONFIG_INLINE_WRITE_LOCK is not set
  132. # CONFIG_INLINE_WRITE_LOCK_BH is not set
  133. # CONFIG_INLINE_WRITE_LOCK_IRQ is not set
  134. # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
  135. CONFIG_INLINE_WRITE_UNLOCK=y
  136. # CONFIG_INLINE_WRITE_UNLOCK_BH is not set
  137. CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
  138. # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
  139. # CONFIG_MUTEX_SPIN_ON_OWNER is not set
  140. # CONFIG_FREEZER is not set
  141. #
  142. # System type
  143. #
  144. CONFIG_CPU_SH3=y
  145. # CONFIG_CPU_SUBTYPE_SH7619 is not set
  146. # CONFIG_CPU_SUBTYPE_SH7201 is not set
  147. # CONFIG_CPU_SUBTYPE_SH7203 is not set
  148. # CONFIG_CPU_SUBTYPE_SH7206 is not set
  149. # CONFIG_CPU_SUBTYPE_SH7263 is not set
  150. # CONFIG_CPU_SUBTYPE_MXG is not set
  151. CONFIG_CPU_SUBTYPE_SH7705=y
  152. # CONFIG_CPU_SUBTYPE_SH7706 is not set
  153. # CONFIG_CPU_SUBTYPE_SH7707 is not set
  154. # CONFIG_CPU_SUBTYPE_SH7708 is not set
  155. # CONFIG_CPU_SUBTYPE_SH7709 is not set
  156. # CONFIG_CPU_SUBTYPE_SH7710 is not set
  157. # CONFIG_CPU_SUBTYPE_SH7712 is not set
  158. # CONFIG_CPU_SUBTYPE_SH7720 is not set
  159. # CONFIG_CPU_SUBTYPE_SH7721 is not set
  160. # CONFIG_CPU_SUBTYPE_SH7750 is not set
  161. # CONFIG_CPU_SUBTYPE_SH7091 is not set
  162. # CONFIG_CPU_SUBTYPE_SH7750R is not set
  163. # CONFIG_CPU_SUBTYPE_SH7750S is not set
  164. # CONFIG_CPU_SUBTYPE_SH7751 is not set
  165. # CONFIG_CPU_SUBTYPE_SH7751R is not set
  166. # CONFIG_CPU_SUBTYPE_SH7760 is not set
  167. # CONFIG_CPU_SUBTYPE_SH4_202 is not set
  168. # CONFIG_CPU_SUBTYPE_SH7723 is not set
  169. # CONFIG_CPU_SUBTYPE_SH7724 is not set
  170. # CONFIG_CPU_SUBTYPE_SH7757 is not set
  171. # CONFIG_CPU_SUBTYPE_SH7763 is not set
  172. # CONFIG_CPU_SUBTYPE_SH7770 is not set
  173. # CONFIG_CPU_SUBTYPE_SH7780 is not set
  174. # CONFIG_CPU_SUBTYPE_SH7785 is not set
  175. # CONFIG_CPU_SUBTYPE_SH7786 is not set
  176. # CONFIG_CPU_SUBTYPE_SHX3 is not set
  177. # CONFIG_CPU_SUBTYPE_SH7343 is not set
  178. # CONFIG_CPU_SUBTYPE_SH7722 is not set
  179. # CONFIG_CPU_SUBTYPE_SH7366 is not set
  180. #
  181. # Memory management options
  182. #
  183. CONFIG_QUICKLIST=y
  184. CONFIG_MMU=y
  185. CONFIG_PAGE_OFFSET=0x80000000
  186. CONFIG_FORCE_MAX_ZONEORDER=11
  187. CONFIG_MEMORY_START=0x08000000
  188. CONFIG_MEMORY_SIZE=0x04000000
  189. CONFIG_29BIT=y
  190. CONFIG_VSYSCALL=y
  191. CONFIG_ARCH_FLATMEM_ENABLE=y
  192. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  193. CONFIG_ARCH_SPARSEMEM_DEFAULT=y
  194. CONFIG_MAX_ACTIVE_REGIONS=1
  195. CONFIG_ARCH_POPULATES_NODE_MAP=y
  196. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  197. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
  198. CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
  199. CONFIG_PAGE_SIZE_4KB=y
  200. # CONFIG_PAGE_SIZE_8KB is not set
  201. # CONFIG_PAGE_SIZE_16KB is not set
  202. # CONFIG_PAGE_SIZE_64KB is not set
  203. CONFIG_SELECT_MEMORY_MODEL=y
  204. # CONFIG_FLATMEM_MANUAL is not set
  205. # CONFIG_DISCONTIGMEM_MANUAL is not set
  206. CONFIG_SPARSEMEM_MANUAL=y
  207. CONFIG_SPARSEMEM=y
  208. CONFIG_HAVE_MEMORY_PRESENT=y
  209. CONFIG_SPARSEMEM_STATIC=y
  210. CONFIG_SPLIT_PTLOCK_CPUS=4
  211. CONFIG_MIGRATION=y
  212. # CONFIG_PHYS_ADDR_T_64BIT is not set
  213. CONFIG_ZONE_DMA_FLAG=0
  214. CONFIG_NR_QUICK=2
  215. # CONFIG_KSM is not set
  216. CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  217. #
  218. # Cache configuration
  219. #
  220. CONFIG_SH7705_CACHE_32KB=y
  221. CONFIG_CACHE_WRITEBACK=y
  222. # CONFIG_CACHE_WRITETHROUGH is not set
  223. # CONFIG_CACHE_OFF is not set
  224. #
  225. # Processor features
  226. #
  227. CONFIG_CPU_LITTLE_ENDIAN=y
  228. # CONFIG_CPU_BIG_ENDIAN is not set
  229. CONFIG_SH_ADC=y
  230. CONFIG_CPU_HAS_INTEVT=y
  231. CONFIG_CPU_HAS_SR_RB=y
  232. #
  233. # Board support
  234. #
  235. # CONFIG_SH_SOLUTION_ENGINE is not set
  236. CONFIG_SH_EDOSK7705=y
  237. #
  238. # Timer and clock configuration
  239. #
  240. CONFIG_SH_TIMER_TMU=y
  241. CONFIG_SH_PCLK_FREQ=31250000
  242. CONFIG_SH_CLK_CPG=y
  243. CONFIG_SH_CLK_CPG_LEGACY=y
  244. # CONFIG_NO_HZ is not set
  245. # CONFIG_HIGH_RES_TIMERS is not set
  246. CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  247. #
  248. # CPU Frequency scaling
  249. #
  250. # CONFIG_CPU_FREQ is not set
  251. #
  252. # DMA support
  253. #
  254. # CONFIG_SH_DMA is not set
  255. #
  256. # Companion Chips
  257. #
  258. #
  259. # Additional SuperH Device Drivers
  260. #
  261. # CONFIG_HEARTBEAT is not set
  262. # CONFIG_PUSH_SWITCH is not set
  263. #
  264. # Kernel features
  265. #
  266. # CONFIG_HZ_100 is not set
  267. CONFIG_HZ_250=y
  268. # CONFIG_HZ_300 is not set
  269. # CONFIG_HZ_1000 is not set
  270. CONFIG_HZ=250
  271. # CONFIG_SCHED_HRTICK is not set
  272. CONFIG_PREEMPT_NONE=y
  273. # CONFIG_PREEMPT_VOLUNTARY is not set
  274. # CONFIG_PREEMPT is not set
  275. CONFIG_GUSA=y
  276. # CONFIG_GUSA_RB is not set
  277. #
  278. # Boot options
  279. #
  280. CONFIG_ZERO_PAGE_OFFSET=0x00001000
  281. CONFIG_BOOT_LINK_OFFSET=0x00800000
  282. CONFIG_ENTRY_OFFSET=0x00001000
  283. # CONFIG_CMDLINE_OVERWRITE is not set
  284. # CONFIG_CMDLINE_EXTEND is not set
  285. #
  286. # Bus options
  287. #
  288. # CONFIG_ARCH_SUPPORTS_MSI is not set
  289. #
  290. # Executable file formats
  291. #
  292. CONFIG_BINFMT_ELF=y
  293. # CONFIG_HAVE_AOUT is not set
  294. # CONFIG_BINFMT_MISC is not set
  295. # CONFIG_NET is not set
  296. #
  297. # Device Drivers
  298. #
  299. #
  300. # Generic Driver Options
  301. #
  302. CONFIG_STANDALONE=y
  303. # CONFIG_PREVENT_FIRMWARE_BUILD is not set
  304. # CONFIG_SYS_HYPERVISOR is not set
  305. # CONFIG_MTD is not set
  306. # CONFIG_PARPORT is not set
  307. # CONFIG_MISC_DEVICES is not set
  308. CONFIG_HAVE_IDE=y
  309. #
  310. # SCSI device support
  311. #
  312. # CONFIG_SCSI_DMA is not set
  313. # CONFIG_SCSI_NETLINK is not set
  314. # CONFIG_PHONE is not set
  315. #
  316. # Input device support
  317. #
  318. # CONFIG_INPUT is not set
  319. #
  320. # Hardware I/O ports
  321. #
  322. # CONFIG_SERIO is not set
  323. # CONFIG_GAMEPORT is not set
  324. #
  325. # Character devices
  326. #
  327. # CONFIG_VT is not set
  328. # CONFIG_DEVKMEM is not set
  329. # CONFIG_SERIAL_NONSTANDARD is not set
  330. #
  331. # Serial drivers
  332. #
  333. # CONFIG_SERIAL_8250 is not set
  334. #
  335. # Non-8250 serial port support
  336. #
  337. # CONFIG_SERIAL_SH_SCI is not set
  338. # CONFIG_UNIX98_PTYS is not set
  339. # CONFIG_LEGACY_PTYS is not set
  340. # CONFIG_IPMI_HANDLER is not set
  341. # CONFIG_HW_RANDOM is not set
  342. # CONFIG_R3964 is not set
  343. # CONFIG_I2C is not set
  344. # CONFIG_SPI is not set
  345. #
  346. # PPS support
  347. #
  348. # CONFIG_W1 is not set
  349. # CONFIG_POWER_SUPPLY is not set
  350. # CONFIG_HWMON is not set
  351. # CONFIG_THERMAL is not set
  352. # CONFIG_WATCHDOG is not set
  353. CONFIG_SSB_POSSIBLE=y
  354. #
  355. # Sonics Silicon Backplane
  356. #
  357. # CONFIG_SSB is not set
  358. #
  359. # Multifunction device drivers
  360. #
  361. # CONFIG_MFD_CORE is not set
  362. # CONFIG_MFD_SM501 is not set
  363. # CONFIG_MFD_SH_MOBILE_SDHI is not set
  364. # CONFIG_HTC_PASIC3 is not set
  365. # CONFIG_MFD_TMIO is not set
  366. # CONFIG_REGULATOR is not set
  367. # CONFIG_MEDIA_SUPPORT is not set
  368. #
  369. # Graphics support
  370. #
  371. # CONFIG_VGASTATE is not set
  372. # CONFIG_VIDEO_OUTPUT_CONTROL is not set
  373. # CONFIG_FB is not set
  374. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  375. #
  376. # Display device support
  377. #
  378. # CONFIG_DISPLAY_SUPPORT is not set
  379. # CONFIG_SOUND is not set
  380. # CONFIG_USB_SUPPORT is not set
  381. # CONFIG_MMC is not set
  382. # CONFIG_MEMSTICK is not set
  383. # CONFIG_NEW_LEDS is not set
  384. # CONFIG_ACCESSIBILITY is not set
  385. CONFIG_RTC_LIB=y
  386. # CONFIG_RTC_CLASS is not set
  387. # CONFIG_DMADEVICES is not set
  388. # CONFIG_AUXDISPLAY is not set
  389. # CONFIG_UIO is not set
  390. #
  391. # TI VLYNQ
  392. #
  393. # CONFIG_STAGING is not set
  394. #
  395. # File systems
  396. #
  397. CONFIG_FILE_LOCKING=y
  398. CONFIG_FSNOTIFY=y
  399. # CONFIG_DNOTIFY is not set
  400. # CONFIG_INOTIFY is not set
  401. CONFIG_INOTIFY_USER=y
  402. # CONFIG_QUOTA is not set
  403. # CONFIG_AUTOFS_FS is not set
  404. # CONFIG_AUTOFS4_FS is not set
  405. # CONFIG_FUSE_FS is not set
  406. #
  407. # Caches
  408. #
  409. #
  410. # Pseudo filesystems
  411. #
  412. # CONFIG_PROC_FS is not set
  413. # CONFIG_SYSFS is not set
  414. # CONFIG_TMPFS is not set
  415. # CONFIG_HUGETLB_PAGE is not set
  416. CONFIG_MISC_FILESYSTEMS=y
  417. # CONFIG_NLS is not set
  418. #
  419. # Kernel hacking
  420. #
  421. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  422. # CONFIG_ENABLE_WARN_DEPRECATED is not set
  423. # CONFIG_ENABLE_MUST_CHECK is not set
  424. CONFIG_FRAME_WARN=1024
  425. # CONFIG_MAGIC_SYSRQ is not set
  426. # CONFIG_STRIP_ASM_SYMS is not set
  427. # CONFIG_UNUSED_SYMBOLS is not set
  428. # CONFIG_HEADERS_CHECK is not set
  429. # CONFIG_DEBUG_KERNEL is not set
  430. # CONFIG_DEBUG_MEMORY_INIT is not set
  431. # CONFIG_RCU_CPU_STALL_DETECTOR is not set
  432. # CONFIG_LATENCYTOP is not set
  433. CONFIG_HAVE_FUNCTION_TRACER=y
  434. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  435. CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
  436. CONFIG_HAVE_DYNAMIC_FTRACE=y
  437. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  438. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  439. CONFIG_TRACING_SUPPORT=y
  440. # CONFIG_FTRACE is not set
  441. # CONFIG_DMA_API_DEBUG is not set
  442. # CONFIG_SAMPLES is not set
  443. CONFIG_HAVE_ARCH_KGDB=y
  444. # CONFIG_SH_STANDARD_BIOS is not set
  445. # CONFIG_DWARF_UNWINDER is not set
  446. #
  447. # Security options
  448. #
  449. # CONFIG_KEYS is not set
  450. # CONFIG_SECURITYFS is not set
  451. # CONFIG_DEFAULT_SECURITY_SELINUX is not set
  452. # CONFIG_DEFAULT_SECURITY_SMACK is not set
  453. # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
  454. CONFIG_DEFAULT_SECURITY_DAC=y
  455. CONFIG_DEFAULT_SECURITY=""
  456. # CONFIG_CRYPTO is not set
  457. # CONFIG_BINARY_PRINTF is not set
  458. #
  459. # Library routines
  460. #
  461. CONFIG_GENERIC_FIND_LAST_BIT=y
  462. # CONFIG_CRC_CCITT is not set
  463. # CONFIG_CRC16 is not set
  464. # CONFIG_CRC_T10DIF is not set
  465. # CONFIG_CRC_ITU_T is not set
  466. # CONFIG_CRC32 is not set
  467. # CONFIG_CRC7 is not set
  468. # CONFIG_LIBCRC32C is not set
  469. CONFIG_HAS_IOMEM=y
  470. CONFIG_HAS_IOPORT=y
  471. CONFIG_HAS_DMA=y
  472. CONFIG_HAVE_LMB=y
  473. CONFIG_GENERIC_ATOMIC64=y