kernel.config 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116
  1. #
  2. # Automatically generated file; DO NOT EDIT.
  3. # Linux/arm 3.11.10 Kernel Configuration
  4. #
  5. CONFIG_ARM=y
  6. CONFIG_SYS_SUPPORTS_APM_EMULATION=y
  7. CONFIG_HAVE_PROC_CPU=y
  8. CONFIG_STACKTRACE_SUPPORT=y
  9. CONFIG_HAVE_LATENCYTOP_SUPPORT=y
  10. CONFIG_LOCKDEP_SUPPORT=y
  11. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  12. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  13. CONFIG_ARCH_HAS_CPUFREQ=y
  14. CONFIG_GENERIC_HWEIGHT=y
  15. CONFIG_GENERIC_CALIBRATE_DELAY=y
  16. CONFIG_NEED_DMA_MAP_STATE=y
  17. CONFIG_FIQ=y
  18. CONFIG_VECTORS_BASE=0xffff0000
  19. CONFIG_ARM_PATCH_PHYS_VIRT=y
  20. CONFIG_NEED_MACH_IO_H=y
  21. CONFIG_NEED_MACH_MEMORY_H=y
  22. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  23. CONFIG_IRQ_WORK=y
  24. #
  25. # General setup
  26. #
  27. CONFIG_BROKEN_ON_SMP=y
  28. CONFIG_INIT_ENV_ARG_LIMIT=32
  29. CONFIG_CROSS_COMPILE=""
  30. # CONFIG_COMPILE_TEST is not set
  31. CONFIG_LOCALVERSION=""
  32. # CONFIG_LOCALVERSION_AUTO is not set
  33. CONFIG_HAVE_KERNEL_GZIP=y
  34. CONFIG_HAVE_KERNEL_LZMA=y
  35. CONFIG_HAVE_KERNEL_XZ=y
  36. CONFIG_HAVE_KERNEL_LZO=y
  37. CONFIG_HAVE_KERNEL_LZ4=y
  38. # CONFIG_KERNEL_GZIP is not set
  39. # CONFIG_KERNEL_LZMA is not set
  40. CONFIG_KERNEL_XZ=y
  41. # CONFIG_KERNEL_LZO is not set
  42. # CONFIG_KERNEL_LZ4 is not set
  43. CONFIG_DEFAULT_HOSTNAME="openadk"
  44. CONFIG_SYSVIPC=y
  45. CONFIG_SYSVIPC_SYSCTL=y
  46. # CONFIG_POSIX_MQUEUE is not set
  47. # CONFIG_FHANDLE is not set
  48. # CONFIG_AUDIT is not set
  49. CONFIG_HAVE_GENERIC_HARDIRQS=y
  50. #
  51. # IRQ subsystem
  52. #
  53. CONFIG_GENERIC_HARDIRQS=y
  54. CONFIG_GENERIC_IRQ_PROBE=y
  55. CONFIG_GENERIC_IRQ_SHOW=y
  56. CONFIG_HARDIRQS_SW_RESEND=y
  57. CONFIG_IRQ_DOMAIN=y
  58. CONFIG_KTIME_SCALAR=y
  59. CONFIG_GENERIC_CLOCKEVENTS=y
  60. CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  61. #
  62. # Timers subsystem
  63. #
  64. CONFIG_TICK_ONESHOT=y
  65. CONFIG_NO_HZ_COMMON=y
  66. # CONFIG_HZ_PERIODIC is not set
  67. CONFIG_NO_HZ_IDLE=y
  68. # CONFIG_NO_HZ is not set
  69. # CONFIG_HIGH_RES_TIMERS is not set
  70. #
  71. # CPU/Task time and stats accounting
  72. #
  73. CONFIG_TICK_CPU_ACCOUNTING=y
  74. # CONFIG_IRQ_TIME_ACCOUNTING is not set
  75. # CONFIG_BSD_PROCESS_ACCT is not set
  76. # CONFIG_TASKSTATS is not set
  77. #
  78. # RCU Subsystem
  79. #
  80. CONFIG_TINY_RCU=y
  81. # CONFIG_PREEMPT_RCU is not set
  82. # CONFIG_RCU_STALL_COMMON is not set
  83. # CONFIG_TREE_RCU_TRACE is not set
  84. CONFIG_IKCONFIG=y
  85. CONFIG_IKCONFIG_PROC=y
  86. CONFIG_LOG_BUF_SHIFT=16
  87. CONFIG_GENERIC_SCHED_CLOCK=y
  88. # CONFIG_CGROUPS is not set
  89. # CONFIG_CHECKPOINT_RESTORE is not set
  90. # CONFIG_NAMESPACES is not set
  91. CONFIG_UIDGID_CONVERTED=y
  92. # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
  93. # CONFIG_SCHED_AUTOGROUP is not set
  94. # CONFIG_SYSFS_DEPRECATED is not set
  95. # CONFIG_RELAY is not set
  96. # CONFIG_BLK_DEV_INITRD is not set
  97. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  98. CONFIG_SYSCTL=y
  99. CONFIG_ANON_INODES=y
  100. CONFIG_HAVE_UID16=y
  101. CONFIG_EXPERT=y
  102. CONFIG_UID16=y
  103. CONFIG_SYSCTL_SYSCALL=y
  104. # CONFIG_KALLSYMS is not set
  105. CONFIG_PRINTK=y
  106. # CONFIG_BUG is not set
  107. # CONFIG_BASE_FULL is not set
  108. CONFIG_FUTEX=y
  109. CONFIG_EPOLL=y
  110. CONFIG_SIGNALFD=y
  111. CONFIG_TIMERFD=y
  112. CONFIG_EVENTFD=y
  113. CONFIG_SHMEM=y
  114. CONFIG_AIO=y
  115. CONFIG_EMBEDDED=y
  116. CONFIG_HAVE_PERF_EVENTS=y
  117. CONFIG_PERF_USE_VMALLOC=y
  118. #
  119. # Kernel Performance Events And Counters
  120. #
  121. # CONFIG_PERF_EVENTS is not set
  122. # CONFIG_VM_EVENT_COUNTERS is not set
  123. # CONFIG_COMPAT_BRK is not set
  124. CONFIG_SLAB=y
  125. # CONFIG_SLUB is not set
  126. # CONFIG_SLOB is not set
  127. # CONFIG_PROFILING is not set
  128. CONFIG_HAVE_OPROFILE=y
  129. # CONFIG_KPROBES is not set
  130. # CONFIG_JUMP_LABEL is not set
  131. # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
  132. CONFIG_HAVE_KPROBES=y
  133. CONFIG_HAVE_KRETPROBES=y
  134. CONFIG_HAVE_ARCH_TRACEHOOK=y
  135. CONFIG_HAVE_DMA_ATTRS=y
  136. CONFIG_HAVE_DMA_CONTIGUOUS=y
  137. CONFIG_GENERIC_SMP_IDLE_THREAD=y
  138. CONFIG_GENERIC_IDLE_POLL_SETUP=y
  139. CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
  140. CONFIG_HAVE_CLK=y
  141. CONFIG_HAVE_DMA_API_DEBUG=y
  142. CONFIG_HAVE_ARCH_JUMP_LABEL=y
  143. CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
  144. CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
  145. CONFIG_HAVE_CONTEXT_TRACKING=y
  146. CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
  147. CONFIG_MODULES_USE_ELF_REL=y
  148. CONFIG_CLONE_BACKWARDS=y
  149. CONFIG_OLD_SIGSUSPEND3=y
  150. CONFIG_OLD_SIGACTION=y
  151. #
  152. # GCOV-based kernel profiling
  153. #
  154. CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  155. CONFIG_SLABINFO=y
  156. CONFIG_RT_MUTEXES=y
  157. CONFIG_BASE_SMALL=1
  158. CONFIG_MODULES=y
  159. # CONFIG_MODULE_FORCE_LOAD is not set
  160. CONFIG_MODULE_UNLOAD=y
  161. CONFIG_MODULE_FORCE_UNLOAD=y
  162. # CONFIG_MODVERSIONS is not set
  163. # CONFIG_MODULE_SRCVERSION_ALL is not set
  164. # CONFIG_MODULE_SIG is not set
  165. # CONFIG_BLOCK is not set
  166. CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
  167. CONFIG_INLINE_READ_UNLOCK=y
  168. CONFIG_INLINE_READ_UNLOCK_IRQ=y
  169. CONFIG_INLINE_WRITE_UNLOCK=y
  170. CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
  171. # CONFIG_FREEZER is not set
  172. #
  173. # System Type
  174. #
  175. CONFIG_MMU=y
  176. # CONFIG_ARCH_MULTIPLATFORM is not set
  177. # CONFIG_ARCH_INTEGRATOR is not set
  178. # CONFIG_ARCH_REALVIEW is not set
  179. # CONFIG_ARCH_VERSATILE is not set
  180. # CONFIG_ARCH_AT91 is not set
  181. CONFIG_ARCH_BCM2708=y
  182. # CONFIG_ARCH_CLPS711X is not set
  183. # CONFIG_ARCH_GEMINI is not set
  184. # CONFIG_ARCH_EBSA110 is not set
  185. # CONFIG_ARCH_EP93XX is not set
  186. # CONFIG_ARCH_FOOTBRIDGE is not set
  187. # CONFIG_ARCH_NETX is not set
  188. # CONFIG_ARCH_IOP13XX is not set
  189. # CONFIG_ARCH_IOP32X is not set
  190. # CONFIG_ARCH_IOP33X is not set
  191. # CONFIG_ARCH_IXP4XX is not set
  192. # CONFIG_ARCH_DOVE is not set
  193. # CONFIG_ARCH_KIRKWOOD is not set
  194. # CONFIG_ARCH_MV78XX0 is not set
  195. # CONFIG_ARCH_ORION5X is not set
  196. # CONFIG_ARCH_MMP is not set
  197. # CONFIG_ARCH_KS8695 is not set
  198. # CONFIG_ARCH_W90X900 is not set
  199. # CONFIG_ARCH_LPC32XX is not set
  200. # CONFIG_ARCH_PXA is not set
  201. # CONFIG_ARCH_MSM is not set
  202. # CONFIG_ARCH_SHMOBILE is not set
  203. # CONFIG_ARCH_RPC is not set
  204. # CONFIG_ARCH_SA1100 is not set
  205. # CONFIG_ARCH_S3C24XX is not set
  206. # CONFIG_ARCH_S3C64XX is not set
  207. # CONFIG_ARCH_S5P64X0 is not set
  208. # CONFIG_ARCH_S5PC100 is not set
  209. # CONFIG_ARCH_S5PV210 is not set
  210. # CONFIG_ARCH_EXYNOS is not set
  211. # CONFIG_ARCH_SHARK is not set
  212. # CONFIG_ARCH_DAVINCI is not set
  213. # CONFIG_ARCH_OMAP1 is not set
  214. # CONFIG_PLAT_SPEAR is not set
  215. #
  216. # ST-Ericsson AB U300/U335 Platform
  217. #
  218. #
  219. # ST-Ericsson Mobile Platform Products
  220. #
  221. #
  222. # ST-Ericsson U300/U335 Feature Selections
  223. #
  224. #
  225. # Broadcom BCM2708 Implementations
  226. #
  227. CONFIG_MACH_BCM2708=y
  228. CONFIG_BCM2708_GPIO=y
  229. CONFIG_BCM2708_VCMEM=y
  230. # CONFIG_BCM2708_NOL2CACHE is not set
  231. CONFIG_BCM2708_DMAER=y
  232. #
  233. # Processor Type
  234. #
  235. CONFIG_CPU_V6=y
  236. CONFIG_CPU_32v6=y
  237. CONFIG_CPU_ABRT_EV6=y
  238. CONFIG_CPU_PABRT_V6=y
  239. CONFIG_CPU_CACHE_V6=y
  240. CONFIG_CPU_CACHE_VIPT=y
  241. CONFIG_CPU_COPY_V6=y
  242. CONFIG_CPU_TLB_V6=y
  243. CONFIG_CPU_HAS_ASID=y
  244. CONFIG_CPU_CP15=y
  245. CONFIG_CPU_CP15_MMU=y
  246. CONFIG_CPU_USE_DOMAINS=y
  247. #
  248. # Processor Features
  249. #
  250. # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
  251. # CONFIG_ARM_THUMB is not set
  252. # CONFIG_CPU_ICACHE_DISABLE is not set
  253. # CONFIG_CPU_DCACHE_DISABLE is not set
  254. # CONFIG_CPU_BPREDICT_DISABLE is not set
  255. CONFIG_KUSER_HELPERS=y
  256. # CONFIG_CACHE_L2X0 is not set
  257. CONFIG_ARM_L1_CACHE_SHIFT=5
  258. CONFIG_ARM_DMA_MEM_BUFFERABLE=y
  259. CONFIG_ARM_NR_BANKS=8
  260. # CONFIG_ARM_ERRATA_326103 is not set
  261. CONFIG_ARM_ERRATA_411920=y
  262. # CONFIG_ARM_ERRATA_364296 is not set
  263. #
  264. # Bus support
  265. #
  266. CONFIG_ARM_AMBA=y
  267. # CONFIG_PCI_SYSCALL is not set
  268. # CONFIG_PCCARD is not set
  269. #
  270. # Kernel Features
  271. #
  272. CONFIG_VMSPLIT_3G=y
  273. # CONFIG_VMSPLIT_2G is not set
  274. # CONFIG_VMSPLIT_1G is not set
  275. CONFIG_PAGE_OFFSET=0xC0000000
  276. CONFIG_ARCH_NR_GPIO=0
  277. CONFIG_PREEMPT_NONE=y
  278. # CONFIG_PREEMPT_VOLUNTARY is not set
  279. # CONFIG_PREEMPT is not set
  280. CONFIG_HZ=100
  281. # CONFIG_SCHED_HRTICK is not set
  282. CONFIG_AEABI=y
  283. # CONFIG_OABI_COMPAT is not set
  284. # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
  285. # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
  286. CONFIG_HAVE_ARCH_PFN_VALID=y
  287. # CONFIG_HIGHMEM is not set
  288. CONFIG_FLATMEM=y
  289. CONFIG_FLAT_NODE_MEM_MAP=y
  290. CONFIG_HAVE_MEMBLOCK=y
  291. # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
  292. CONFIG_PAGEFLAGS_EXTENDED=y
  293. CONFIG_SPLIT_PTLOCK_CPUS=4
  294. # CONFIG_COMPACTION is not set
  295. # CONFIG_PHYS_ADDR_T_64BIT is not set
  296. CONFIG_ZONE_DMA_FLAG=0
  297. # CONFIG_KSM is not set
  298. CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  299. # CONFIG_CROSS_MEMORY_ATTACH is not set
  300. CONFIG_NEED_PER_CPU_KM=y
  301. # CONFIG_CLEANCACHE is not set
  302. # CONFIG_ZBUD is not set
  303. CONFIG_FORCE_MAX_ZONEORDER=11
  304. CONFIG_ALIGNMENT_TRAP=y
  305. # CONFIG_UACCESS_WITH_MEMCPY is not set
  306. # CONFIG_SECCOMP is not set
  307. # CONFIG_CC_STACKPROTECTOR is not set
  308. #
  309. # Boot options
  310. #
  311. CONFIG_USE_OF=y
  312. CONFIG_ATAGS=y
  313. # CONFIG_DEPRECATED_PARAM_STRUCT is not set
  314. CONFIG_ZBOOT_ROM_TEXT=0
  315. CONFIG_ZBOOT_ROM_BSS=0
  316. # CONFIG_ARM_APPENDED_DTB is not set
  317. CONFIG_CMDLINE=""
  318. # CONFIG_XIP_KERNEL is not set
  319. # CONFIG_KEXEC is not set
  320. # CONFIG_CRASH_DUMP is not set
  321. CONFIG_AUTO_ZRELADDR=y
  322. #
  323. # CPU Power Management
  324. #
  325. #
  326. # CPU Frequency scaling
  327. #
  328. # CONFIG_CPU_FREQ is not set
  329. # CONFIG_CPU_IDLE is not set
  330. # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
  331. #
  332. # Floating point emulation
  333. #
  334. #
  335. # At least one emulation must be selected
  336. #
  337. CONFIG_VFP=y
  338. #
  339. # Userspace binary formats
  340. #
  341. CONFIG_BINFMT_ELF=y
  342. CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
  343. CONFIG_BINFMT_SCRIPT=y
  344. # CONFIG_HAVE_AOUT is not set
  345. # CONFIG_BINFMT_MISC is not set
  346. # CONFIG_COREDUMP is not set
  347. #
  348. # Power management options
  349. #
  350. # CONFIG_SUSPEND is not set
  351. # CONFIG_PM_RUNTIME is not set
  352. CONFIG_ARCH_SUSPEND_POSSIBLE=y
  353. # CONFIG_ARM_CPU_SUSPEND is not set
  354. CONFIG_NET=y
  355. #
  356. # Networking options
  357. #
  358. CONFIG_PACKET=y
  359. # CONFIG_PACKET_DIAG is not set
  360. CONFIG_UNIX=y
  361. # CONFIG_UNIX_DIAG is not set
  362. # CONFIG_XFRM_USER is not set
  363. # CONFIG_NET_KEY is not set
  364. CONFIG_INET=y
  365. # CONFIG_IP_MULTICAST is not set
  366. # CONFIG_IP_ADVANCED_ROUTER is not set
  367. # CONFIG_IP_PNP is not set
  368. # CONFIG_NET_IPIP is not set
  369. # CONFIG_NET_IPGRE_DEMUX is not set
  370. # CONFIG_NET_IP_TUNNEL is not set
  371. # CONFIG_ARPD is not set
  372. # CONFIG_SYN_COOKIES is not set
  373. # CONFIG_INET_AH is not set
  374. # CONFIG_INET_ESP is not set
  375. # CONFIG_INET_IPCOMP is not set
  376. # CONFIG_INET_XFRM_TUNNEL is not set
  377. # CONFIG_INET_TUNNEL is not set
  378. # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  379. # CONFIG_INET_XFRM_MODE_TUNNEL is not set
  380. # CONFIG_INET_XFRM_MODE_BEET is not set
  381. # CONFIG_INET_LRO is not set
  382. # CONFIG_INET_DIAG is not set
  383. # CONFIG_TCP_CONG_ADVANCED is not set
  384. CONFIG_TCP_CONG_CUBIC=y
  385. CONFIG_DEFAULT_TCP_CONG="cubic"
  386. # CONFIG_TCP_MD5SIG is not set
  387. # CONFIG_IPV6 is not set
  388. # CONFIG_NETWORK_SECMARK is not set
  389. # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
  390. # CONFIG_NETFILTER is not set
  391. # CONFIG_IP_DCCP is not set
  392. # CONFIG_IP_SCTP is not set
  393. # CONFIG_RDS is not set
  394. # CONFIG_TIPC is not set
  395. # CONFIG_ATM is not set
  396. # CONFIG_L2TP is not set
  397. # CONFIG_BRIDGE is not set
  398. # CONFIG_VLAN_8021Q is not set
  399. # CONFIG_DECNET is not set
  400. # CONFIG_LLC2 is not set
  401. # CONFIG_IPX is not set
  402. # CONFIG_ATALK is not set
  403. # CONFIG_X25 is not set
  404. # CONFIG_LAPB is not set
  405. # CONFIG_PHONET is not set
  406. # CONFIG_IEEE802154 is not set
  407. # CONFIG_NET_SCHED is not set
  408. # CONFIG_DCB is not set
  409. # CONFIG_BATMAN_ADV is not set
  410. # CONFIG_OPENVSWITCH is not set
  411. # CONFIG_VSOCKETS is not set
  412. # CONFIG_NETLINK_MMAP is not set
  413. # CONFIG_NETLINK_DIAG is not set
  414. # CONFIG_NET_MPLS_GSO is not set
  415. CONFIG_NET_RX_BUSY_POLL=y
  416. CONFIG_BQL=y
  417. # CONFIG_BPF_JIT is not set
  418. #
  419. # Network testing
  420. #
  421. # CONFIG_NET_PKTGEN is not set
  422. # CONFIG_HAMRADIO is not set
  423. # CONFIG_CAN is not set
  424. # CONFIG_IRDA is not set
  425. # CONFIG_BT is not set
  426. # CONFIG_AF_RXRPC is not set
  427. # CONFIG_WIRELESS is not set
  428. # CONFIG_WIMAX is not set
  429. # CONFIG_RFKILL is not set
  430. # CONFIG_NET_9P is not set
  431. # CONFIG_CAIF is not set
  432. # CONFIG_CEPH_LIB is not set
  433. # CONFIG_NFC is not set
  434. CONFIG_HAVE_BPF_JIT=y
  435. #
  436. # Device Drivers
  437. #
  438. #
  439. # Generic Driver Options
  440. #
  441. CONFIG_UEVENT_HELPER_PATH=""
  442. CONFIG_DEVTMPFS=y
  443. CONFIG_DEVTMPFS_MOUNT=y
  444. # CONFIG_STANDALONE is not set
  445. # CONFIG_PREVENT_FIRMWARE_BUILD is not set
  446. # CONFIG_FW_LOADER is not set
  447. # CONFIG_DEBUG_DRIVER is not set
  448. # CONFIG_DEBUG_DEVRES is not set
  449. # CONFIG_SYS_HYPERVISOR is not set
  450. # CONFIG_GENERIC_CPU_DEVICES is not set
  451. # CONFIG_DMA_SHARED_BUFFER is not set
  452. # CONFIG_CMA is not set
  453. #
  454. # Bus devices
  455. #
  456. # CONFIG_ARM_CCI is not set
  457. # CONFIG_CONNECTOR is not set
  458. # CONFIG_MTD is not set
  459. CONFIG_DTC=y
  460. CONFIG_OF=y
  461. #
  462. # Device Tree and Open Firmware support
  463. #
  464. # CONFIG_PROC_DEVICETREE is not set
  465. # CONFIG_OF_SELFTEST is not set
  466. CONFIG_OF_FLATTREE=y
  467. CONFIG_OF_EARLY_FLATTREE=y
  468. CONFIG_OF_ADDRESS=y
  469. CONFIG_OF_IRQ=y
  470. # CONFIG_PARPORT is not set
  471. #
  472. # Misc devices
  473. #
  474. # CONFIG_ATMEL_PWM is not set
  475. # CONFIG_DUMMY_IRQ is not set
  476. # CONFIG_ATMEL_SSC is not set
  477. # CONFIG_ENCLOSURE_SERVICES is not set
  478. # CONFIG_SRAM is not set
  479. # CONFIG_C2PORT is not set
  480. #
  481. # EEPROM support
  482. #
  483. # CONFIG_EEPROM_93CX6 is not set
  484. #
  485. # Texas Instruments shared transport line discipline
  486. #
  487. # CONFIG_TI_ST is not set
  488. #
  489. # Altera FPGA firmware download module
  490. #
  491. CONFIG_BCM2708_VCHIQ=y
  492. #
  493. # SCSI device support
  494. #
  495. CONFIG_SCSI_MOD=y
  496. # CONFIG_SCSI_DMA is not set
  497. # CONFIG_SCSI_NETLINK is not set
  498. # CONFIG_NETDEVICES is not set
  499. #
  500. # Input device support
  501. #
  502. # CONFIG_INPUT is not set
  503. #
  504. # Hardware I/O ports
  505. #
  506. # CONFIG_SERIO is not set
  507. # CONFIG_GAMEPORT is not set
  508. #
  509. # Character devices
  510. #
  511. CONFIG_TTY=y
  512. # CONFIG_VT is not set
  513. CONFIG_UNIX98_PTYS=y
  514. # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
  515. # CONFIG_LEGACY_PTYS is not set
  516. # CONFIG_SERIAL_NONSTANDARD is not set
  517. # CONFIG_N_GSM is not set
  518. # CONFIG_TRACE_SINK is not set
  519. # CONFIG_DEVKMEM is not set
  520. #
  521. # Serial drivers
  522. #
  523. # CONFIG_SERIAL_8250 is not set
  524. #
  525. # Non-8250 serial port support
  526. #
  527. # CONFIG_SERIAL_AMBA_PL010 is not set
  528. # CONFIG_SERIAL_AMBA_PL011 is not set
  529. # CONFIG_SERIAL_SCCNXP is not set
  530. # CONFIG_SERIAL_TIMBERDALE is not set
  531. # CONFIG_SERIAL_ALTERA_JTAGUART is not set
  532. # CONFIG_SERIAL_ALTERA_UART is not set
  533. # CONFIG_SERIAL_XILINX_PS_UART is not set
  534. # CONFIG_SERIAL_ARC is not set
  535. # CONFIG_SERIAL_FSL_LPUART is not set
  536. # CONFIG_TTY_PRINTK is not set
  537. # CONFIG_HVC_DCC is not set
  538. # CONFIG_IPMI_HANDLER is not set
  539. # CONFIG_HW_RANDOM is not set
  540. # CONFIG_R3964 is not set
  541. # CONFIG_TCG_TPM is not set
  542. # CONFIG_BRCM_CHAR_DRIVERS is not set
  543. # CONFIG_I2C is not set
  544. # CONFIG_SPI is not set
  545. # CONFIG_HSI is not set
  546. #
  547. # PPS support
  548. #
  549. # CONFIG_PPS is not set
  550. #
  551. # PPS generators support
  552. #
  553. #
  554. # PTP clock support
  555. #
  556. # CONFIG_PTP_1588_CLOCK is not set
  557. #
  558. # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
  559. #
  560. CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
  561. CONFIG_ARCH_REQUIRE_GPIOLIB=y
  562. CONFIG_GPIO_DEVRES=y
  563. CONFIG_GPIOLIB=y
  564. CONFIG_OF_GPIO=y
  565. # CONFIG_DEBUG_GPIO is not set
  566. # CONFIG_GPIO_SYSFS is not set
  567. #
  568. # Memory mapped GPIO drivers:
  569. #
  570. # CONFIG_GPIO_GENERIC_PLATFORM is not set
  571. # CONFIG_GPIO_EM is not set
  572. # CONFIG_GPIO_PL061 is not set
  573. # CONFIG_GPIO_RCAR is not set
  574. # CONFIG_GPIO_TS5500 is not set
  575. # CONFIG_GPIO_GRGPIO is not set
  576. #
  577. # I2C GPIO expanders:
  578. #
  579. #
  580. # PCI GPIO expanders:
  581. #
  582. #
  583. # SPI GPIO expanders:
  584. #
  585. #
  586. # AC97 GPIO expanders:
  587. #
  588. #
  589. # MODULbus GPIO expanders:
  590. #
  591. #
  592. # USB GPIO expanders:
  593. #
  594. # CONFIG_W1 is not set
  595. # CONFIG_POWER_SUPPLY is not set
  596. # CONFIG_POWER_AVS is not set
  597. # CONFIG_HWMON is not set
  598. # CONFIG_THERMAL is not set
  599. # CONFIG_WATCHDOG is not set
  600. CONFIG_SSB_POSSIBLE=y
  601. #
  602. # Sonics Silicon Backplane
  603. #
  604. # CONFIG_SSB is not set
  605. CONFIG_BCMA_POSSIBLE=y
  606. #
  607. # Broadcom specific AMBA
  608. #
  609. # CONFIG_BCMA is not set
  610. #
  611. # Multifunction device drivers
  612. #
  613. # CONFIG_MFD_CORE is not set
  614. # CONFIG_MFD_CROS_EC is not set
  615. # CONFIG_MFD_ASIC3 is not set
  616. # CONFIG_HTC_EGPIO is not set
  617. # CONFIG_HTC_PASIC3 is not set
  618. # CONFIG_MFD_KEMPLD is not set
  619. # CONFIG_MFD_SM501 is not set
  620. # CONFIG_ABX500_CORE is not set
  621. # CONFIG_MFD_SYSCON is not set
  622. # CONFIG_MFD_TI_AM335X_TSCADC is not set
  623. # CONFIG_MFD_TPS65912 is not set
  624. # CONFIG_MFD_TMIO is not set
  625. # CONFIG_MFD_T7L66XB is not set
  626. # CONFIG_MFD_TC6387XB is not set
  627. # CONFIG_MFD_TC6393XB is not set
  628. # CONFIG_VEXPRESS_CONFIG is not set
  629. # CONFIG_REGULATOR is not set
  630. # CONFIG_MEDIA_SUPPORT is not set
  631. #
  632. # Graphics support
  633. #
  634. # CONFIG_DRM is not set
  635. # CONFIG_VGASTATE is not set
  636. # CONFIG_VIDEO_OUTPUT_CONTROL is not set
  637. CONFIG_FB=y
  638. # CONFIG_FIRMWARE_EDID is not set
  639. # CONFIG_FB_DDC is not set
  640. # CONFIG_FB_BOOT_VESA_SUPPORT is not set
  641. # CONFIG_FB_CFB_FILLRECT is not set
  642. # CONFIG_FB_CFB_COPYAREA is not set
  643. # CONFIG_FB_CFB_IMAGEBLIT is not set
  644. # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
  645. # CONFIG_FB_SYS_FILLRECT is not set
  646. # CONFIG_FB_SYS_COPYAREA is not set
  647. # CONFIG_FB_SYS_IMAGEBLIT is not set
  648. # CONFIG_FB_FOREIGN_ENDIAN is not set
  649. # CONFIG_FB_SYS_FOPS is not set
  650. # CONFIG_FB_SVGALIB is not set
  651. # CONFIG_FB_MACMODES is not set
  652. # CONFIG_FB_BACKLIGHT is not set
  653. # CONFIG_FB_MODE_HELPERS is not set
  654. # CONFIG_FB_TILEBLITTING is not set
  655. #
  656. # Frame buffer hardware drivers
  657. #
  658. # CONFIG_FB_BCM2708 is not set
  659. # CONFIG_FB_ARMCLCD is not set
  660. # CONFIG_FB_S1D13XXX is not set
  661. # CONFIG_FB_GOLDFISH is not set
  662. # CONFIG_FB_VIRTUAL is not set
  663. # CONFIG_FB_METRONOME is not set
  664. # CONFIG_FB_BROADSHEET is not set
  665. # CONFIG_FB_AUO_K190X is not set
  666. # CONFIG_FB_SIMPLE is not set
  667. # CONFIG_EXYNOS_VIDEO is not set
  668. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  669. # CONFIG_LOGO is not set
  670. # CONFIG_SOUND is not set
  671. # CONFIG_USB_SUPPORT is not set
  672. # CONFIG_MMC is not set
  673. # CONFIG_MEMSTICK is not set
  674. # CONFIG_NEW_LEDS is not set
  675. # CONFIG_ACCESSIBILITY is not set
  676. # CONFIG_EDAC is not set
  677. CONFIG_RTC_LIB=y
  678. # CONFIG_RTC_CLASS is not set
  679. # CONFIG_DMADEVICES is not set
  680. # CONFIG_AUXDISPLAY is not set
  681. # CONFIG_UIO is not set
  682. # CONFIG_VIRT_DRIVERS is not set
  683. #
  684. # Virtio drivers
  685. #
  686. # CONFIG_VIRTIO_MMIO is not set
  687. #
  688. # Microsoft Hyper-V guest support
  689. #
  690. # CONFIG_STAGING is not set
  691. CONFIG_CLKDEV_LOOKUP=y
  692. #
  693. # Hardware Spinlock drivers
  694. #
  695. # CONFIG_MAILBOX is not set
  696. CONFIG_IOMMU_SUPPORT=y
  697. CONFIG_OF_IOMMU=y
  698. #
  699. # Remoteproc drivers
  700. #
  701. # CONFIG_STE_MODEM_RPROC is not set
  702. #
  703. # Rpmsg drivers
  704. #
  705. # CONFIG_PM_DEVFREQ is not set
  706. # CONFIG_EXTCON is not set
  707. # CONFIG_MEMORY is not set
  708. # CONFIG_IIO is not set
  709. # CONFIG_PWM is not set
  710. CONFIG_IRQCHIP=y
  711. # CONFIG_IPACK_BUS is not set
  712. # CONFIG_RESET_CONTROLLER is not set
  713. # CONFIG_FMC is not set
  714. #
  715. # File systems
  716. #
  717. CONFIG_DCACHE_WORD_ACCESS=y
  718. # CONFIG_FS_POSIX_ACL is not set
  719. CONFIG_EXPORTFS=y
  720. CONFIG_FILE_LOCKING=y
  721. CONFIG_FSNOTIFY=y
  722. CONFIG_DNOTIFY=y
  723. CONFIG_INOTIFY_USER=y
  724. CONFIG_FANOTIFY=y
  725. # CONFIG_QUOTA is not set
  726. # CONFIG_QUOTACTL is not set
  727. # CONFIG_AUTOFS4_FS is not set
  728. # CONFIG_FUSE_FS is not set
  729. #
  730. # Caches
  731. #
  732. # CONFIG_FSCACHE is not set
  733. #
  734. # Pseudo filesystems
  735. #
  736. CONFIG_PROC_FS=y
  737. CONFIG_PROC_SYSCTL=y
  738. # CONFIG_PROC_PAGE_MONITOR is not set
  739. CONFIG_SYSFS=y
  740. CONFIG_TMPFS=y
  741. # CONFIG_TMPFS_POSIX_ACL is not set
  742. # CONFIG_TMPFS_XATTR is not set
  743. # CONFIG_HUGETLB_PAGE is not set
  744. # CONFIG_CONFIGFS_FS is not set
  745. # CONFIG_MISC_FILESYSTEMS is not set
  746. # CONFIG_NETWORK_FILESYSTEMS is not set
  747. CONFIG_NLS=m
  748. CONFIG_NLS_DEFAULT="iso8859-1"
  749. # CONFIG_NLS_CODEPAGE_437 is not set
  750. # CONFIG_NLS_CODEPAGE_737 is not set
  751. # CONFIG_NLS_CODEPAGE_775 is not set
  752. # CONFIG_NLS_CODEPAGE_850 is not set
  753. # CONFIG_NLS_CODEPAGE_852 is not set
  754. # CONFIG_NLS_CODEPAGE_855 is not set
  755. # CONFIG_NLS_CODEPAGE_857 is not set
  756. # CONFIG_NLS_CODEPAGE_860 is not set
  757. # CONFIG_NLS_CODEPAGE_861 is not set
  758. # CONFIG_NLS_CODEPAGE_862 is not set
  759. # CONFIG_NLS_CODEPAGE_863 is not set
  760. # CONFIG_NLS_CODEPAGE_864 is not set
  761. # CONFIG_NLS_CODEPAGE_865 is not set
  762. # CONFIG_NLS_CODEPAGE_866 is not set
  763. # CONFIG_NLS_CODEPAGE_869 is not set
  764. # CONFIG_NLS_CODEPAGE_936 is not set
  765. # CONFIG_NLS_CODEPAGE_950 is not set
  766. # CONFIG_NLS_CODEPAGE_932 is not set
  767. # CONFIG_NLS_CODEPAGE_949 is not set
  768. # CONFIG_NLS_CODEPAGE_874 is not set
  769. # CONFIG_NLS_ISO8859_8 is not set
  770. # CONFIG_NLS_CODEPAGE_1250 is not set
  771. # CONFIG_NLS_CODEPAGE_1251 is not set
  772. # CONFIG_NLS_ASCII is not set
  773. # CONFIG_NLS_ISO8859_1 is not set
  774. # CONFIG_NLS_ISO8859_2 is not set
  775. # CONFIG_NLS_ISO8859_3 is not set
  776. # CONFIG_NLS_ISO8859_4 is not set
  777. # CONFIG_NLS_ISO8859_5 is not set
  778. # CONFIG_NLS_ISO8859_6 is not set
  779. # CONFIG_NLS_ISO8859_7 is not set
  780. # CONFIG_NLS_ISO8859_9 is not set
  781. # CONFIG_NLS_ISO8859_13 is not set
  782. # CONFIG_NLS_ISO8859_14 is not set
  783. # CONFIG_NLS_ISO8859_15 is not set
  784. # CONFIG_NLS_KOI8_R is not set
  785. # CONFIG_NLS_KOI8_U is not set
  786. # CONFIG_NLS_MAC_ROMAN is not set
  787. # CONFIG_NLS_MAC_CELTIC is not set
  788. # CONFIG_NLS_MAC_CENTEURO is not set
  789. # CONFIG_NLS_MAC_CROATIAN is not set
  790. # CONFIG_NLS_MAC_CYRILLIC is not set
  791. # CONFIG_NLS_MAC_GAELIC is not set
  792. # CONFIG_NLS_MAC_GREEK is not set
  793. # CONFIG_NLS_MAC_ICELAND is not set
  794. # CONFIG_NLS_MAC_INUIT is not set
  795. # CONFIG_NLS_MAC_ROMANIAN is not set
  796. # CONFIG_NLS_MAC_TURKISH is not set
  797. # CONFIG_NLS_UTF8 is not set
  798. #
  799. # Kernel hacking
  800. #
  801. #
  802. # printk and dmesg options
  803. #
  804. CONFIG_PRINTK_TIME=y
  805. CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
  806. # CONFIG_BOOT_PRINTK_DELAY is not set
  807. #
  808. # Compile-time checks and compiler options
  809. #
  810. # CONFIG_DEBUG_INFO is not set
  811. # CONFIG_ENABLE_WARN_DEPRECATED is not set
  812. # CONFIG_ENABLE_MUST_CHECK is not set
  813. CONFIG_FRAME_WARN=1024
  814. # CONFIG_STRIP_ASM_SYMS is not set
  815. # CONFIG_READABLE_ASM is not set
  816. # CONFIG_UNUSED_SYMBOLS is not set
  817. # CONFIG_DEBUG_FS is not set
  818. # CONFIG_HEADERS_CHECK is not set
  819. # CONFIG_DEBUG_SECTION_MISMATCH is not set
  820. CONFIG_FRAME_POINTER=y
  821. # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
  822. CONFIG_MAGIC_SYSRQ=y
  823. CONFIG_DEBUG_KERNEL=y
  824. #
  825. # Memory Debugging
  826. #
  827. # CONFIG_DEBUG_PAGEALLOC is not set
  828. # CONFIG_DEBUG_OBJECTS is not set
  829. # CONFIG_DEBUG_SLAB is not set
  830. CONFIG_HAVE_DEBUG_KMEMLEAK=y
  831. # CONFIG_DEBUG_KMEMLEAK is not set
  832. # CONFIG_DEBUG_STACK_USAGE is not set
  833. # CONFIG_DEBUG_VM is not set
  834. # CONFIG_DEBUG_MEMORY_INIT is not set
  835. # CONFIG_DEBUG_SHIRQ is not set
  836. #
  837. # Debug Lockups and Hangs
  838. #
  839. # CONFIG_LOCKUP_DETECTOR is not set
  840. # CONFIG_DETECT_HUNG_TASK is not set
  841. # CONFIG_PANIC_ON_OOPS is not set
  842. CONFIG_PANIC_ON_OOPS_VALUE=0
  843. # CONFIG_SCHED_DEBUG is not set
  844. # CONFIG_SCHEDSTATS is not set
  845. # CONFIG_TIMER_STATS is not set
  846. #
  847. # Lock Debugging (spinlocks, mutexes, etc...)
  848. #
  849. # CONFIG_DEBUG_RT_MUTEXES is not set
  850. # CONFIG_RT_MUTEX_TESTER is not set
  851. # CONFIG_DEBUG_SPINLOCK is not set
  852. # CONFIG_DEBUG_MUTEXES is not set
  853. # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
  854. # CONFIG_DEBUG_LOCK_ALLOC is not set
  855. # CONFIG_PROVE_LOCKING is not set
  856. # CONFIG_LOCK_STAT is not set
  857. # CONFIG_DEBUG_ATOMIC_SLEEP is not set
  858. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  859. # CONFIG_DEBUG_KOBJECT is not set
  860. # CONFIG_DEBUG_WRITECOUNT is not set
  861. # CONFIG_DEBUG_LIST is not set
  862. # CONFIG_DEBUG_SG is not set
  863. # CONFIG_DEBUG_NOTIFIERS is not set
  864. # CONFIG_DEBUG_CREDENTIALS is not set
  865. #
  866. # RCU Debugging
  867. #
  868. # CONFIG_SPARSE_RCU_POINTER is not set
  869. # CONFIG_RCU_TORTURE_TEST is not set
  870. # CONFIG_RCU_TRACE is not set
  871. # CONFIG_NOTIFIER_ERROR_INJECTION is not set
  872. # CONFIG_FAULT_INJECTION is not set
  873. # CONFIG_LATENCYTOP is not set
  874. CONFIG_HAVE_FUNCTION_TRACER=y
  875. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  876. CONFIG_HAVE_DYNAMIC_FTRACE=y
  877. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  878. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  879. CONFIG_HAVE_C_RECORDMCOUNT=y
  880. CONFIG_TRACING_SUPPORT=y
  881. # CONFIG_FTRACE is not set
  882. #
  883. # Runtime Testing
  884. #
  885. # CONFIG_TEST_LIST_SORT is not set
  886. # CONFIG_BACKTRACE_SELF_TEST is not set
  887. # CONFIG_RBTREE_TEST is not set
  888. # CONFIG_INTERVAL_TREE_TEST is not set
  889. # CONFIG_ATOMIC64_SELFTEST is not set
  890. # CONFIG_TEST_STRING_HELPERS is not set
  891. # CONFIG_TEST_KSTRTOX is not set
  892. # CONFIG_DMA_API_DEBUG is not set
  893. # CONFIG_SAMPLES is not set
  894. CONFIG_HAVE_ARCH_KGDB=y
  895. # CONFIG_KGDB is not set
  896. # CONFIG_STRICT_DEVMEM is not set
  897. # CONFIG_ARM_UNWIND is not set
  898. # CONFIG_DEBUG_USER is not set
  899. # CONFIG_DEBUG_LL is not set
  900. CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
  901. CONFIG_UNCOMPRESS_INCLUDE="mach/uncompress.h"
  902. # CONFIG_OC_ETM is not set
  903. # CONFIG_PID_IN_CONTEXTIDR is not set
  904. #
  905. # Security options
  906. #
  907. # CONFIG_KEYS is not set
  908. # CONFIG_SECURITY_DMESG_RESTRICT is not set
  909. # CONFIG_SECURITY is not set
  910. # CONFIG_SECURITYFS is not set
  911. CONFIG_DEFAULT_SECURITY_DAC=y
  912. CONFIG_DEFAULT_SECURITY=""
  913. CONFIG_CRYPTO=y
  914. #
  915. # Crypto core or helper
  916. #
  917. # CONFIG_CRYPTO_FIPS is not set
  918. CONFIG_CRYPTO_ALGAPI=y
  919. CONFIG_CRYPTO_ALGAPI2=y
  920. CONFIG_CRYPTO_RNG=m
  921. CONFIG_CRYPTO_RNG2=m
  922. # CONFIG_CRYPTO_MANAGER is not set
  923. # CONFIG_CRYPTO_MANAGER2 is not set
  924. # CONFIG_CRYPTO_USER is not set
  925. # CONFIG_CRYPTO_GF128MUL is not set
  926. # CONFIG_CRYPTO_NULL is not set
  927. # CONFIG_CRYPTO_CRYPTD is not set
  928. # CONFIG_CRYPTO_AUTHENC is not set
  929. # CONFIG_CRYPTO_TEST is not set
  930. #
  931. # Authenticated Encryption with Associated Data
  932. #
  933. # CONFIG_CRYPTO_CCM is not set
  934. # CONFIG_CRYPTO_GCM is not set
  935. # CONFIG_CRYPTO_SEQIV is not set
  936. #
  937. # Block modes
  938. #
  939. # CONFIG_CRYPTO_CBC is not set
  940. # CONFIG_CRYPTO_CTR is not set
  941. # CONFIG_CRYPTO_CTS is not set
  942. # CONFIG_CRYPTO_ECB is not set
  943. # CONFIG_CRYPTO_LRW is not set
  944. # CONFIG_CRYPTO_PCBC is not set
  945. # CONFIG_CRYPTO_XTS is not set
  946. #
  947. # Hash modes
  948. #
  949. # CONFIG_CRYPTO_CMAC is not set
  950. # CONFIG_CRYPTO_HMAC is not set
  951. # CONFIG_CRYPTO_XCBC is not set
  952. # CONFIG_CRYPTO_VMAC is not set
  953. #
  954. # Digest
  955. #
  956. # CONFIG_CRYPTO_CRC32C is not set
  957. # CONFIG_CRYPTO_CRC32 is not set
  958. # CONFIG_CRYPTO_GHASH is not set
  959. # CONFIG_CRYPTO_MD4 is not set
  960. # CONFIG_CRYPTO_MD5 is not set
  961. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  962. # CONFIG_CRYPTO_RMD128 is not set
  963. # CONFIG_CRYPTO_RMD160 is not set
  964. # CONFIG_CRYPTO_RMD256 is not set
  965. # CONFIG_CRYPTO_RMD320 is not set
  966. # CONFIG_CRYPTO_SHA1 is not set
  967. # CONFIG_CRYPTO_SHA1_ARM is not set
  968. # CONFIG_CRYPTO_SHA256 is not set
  969. # CONFIG_CRYPTO_SHA512 is not set
  970. # CONFIG_CRYPTO_TGR192 is not set
  971. # CONFIG_CRYPTO_WP512 is not set
  972. #
  973. # Ciphers
  974. #
  975. CONFIG_CRYPTO_AES=y
  976. # CONFIG_CRYPTO_AES_ARM is not set
  977. # CONFIG_CRYPTO_ANUBIS is not set
  978. # CONFIG_CRYPTO_ARC4 is not set
  979. # CONFIG_CRYPTO_BLOWFISH is not set
  980. # CONFIG_CRYPTO_CAMELLIA is not set
  981. # CONFIG_CRYPTO_CAST5 is not set
  982. # CONFIG_CRYPTO_CAST6 is not set
  983. # CONFIG_CRYPTO_DES is not set
  984. # CONFIG_CRYPTO_FCRYPT is not set
  985. # CONFIG_CRYPTO_KHAZAD is not set
  986. # CONFIG_CRYPTO_SALSA20 is not set
  987. # CONFIG_CRYPTO_SEED is not set
  988. # CONFIG_CRYPTO_SERPENT is not set
  989. # CONFIG_CRYPTO_TEA is not set
  990. # CONFIG_CRYPTO_TWOFISH is not set
  991. #
  992. # Compression
  993. #
  994. # CONFIG_CRYPTO_DEFLATE is not set
  995. # CONFIG_CRYPTO_ZLIB is not set
  996. # CONFIG_CRYPTO_LZO is not set
  997. # CONFIG_CRYPTO_LZ4 is not set
  998. # CONFIG_CRYPTO_LZ4HC is not set
  999. #
  1000. # Random Number Generation
  1001. #
  1002. CONFIG_CRYPTO_ANSI_CPRNG=m
  1003. # CONFIG_CRYPTO_USER_API_HASH is not set
  1004. # CONFIG_CRYPTO_USER_API_SKCIPHER is not set
  1005. CONFIG_CRYPTO_HW=y
  1006. # CONFIG_BINARY_PRINTF is not set
  1007. #
  1008. # Library routines
  1009. #
  1010. CONFIG_GENERIC_STRNCPY_FROM_USER=y
  1011. CONFIG_GENERIC_STRNLEN_USER=y
  1012. CONFIG_GENERIC_NET_UTILS=y
  1013. CONFIG_GENERIC_PCI_IOMAP=y
  1014. CONFIG_GENERIC_IO=y
  1015. # CONFIG_CRC_CCITT is not set
  1016. # CONFIG_CRC16 is not set
  1017. # CONFIG_CRC_T10DIF is not set
  1018. # CONFIG_CRC_ITU_T is not set
  1019. # CONFIG_CRC32 is not set
  1020. # CONFIG_CRC7 is not set
  1021. # CONFIG_LIBCRC32C is not set
  1022. # CONFIG_CRC8 is not set
  1023. # CONFIG_XZ_DEC is not set
  1024. # CONFIG_XZ_DEC_BCJ is not set
  1025. CONFIG_HAS_IOMEM=y
  1026. CONFIG_HAS_IOPORT=y
  1027. CONFIG_HAS_DMA=y
  1028. CONFIG_DQL=y
  1029. CONFIG_NLATTR=y
  1030. CONFIG_GENERIC_ATOMIC64=y
  1031. CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
  1032. # CONFIG_AVERAGE is not set
  1033. # CONFIG_CORDIC is not set
  1034. # CONFIG_DDR is not set
  1035. # CONFIG_VIRTUALIZATION is not set