Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.96 KB | None | 0 0
  1. # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
  2. CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
  3. # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
  4. CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  5. CONFIG_CPU_FREQ_GOV_POWERSAVE=y
  6. CONFIG_CPU_FREQ_GOV_USERSPACE=y
  7. CONFIG_CPU_FREQ_GOV_ONDEMAND=y
  8. # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
  9.  
  10. #
  11. # CPU frequency scaling drivers
  12. #
  13. CONFIG_CPUFREQ_DT=y
  14. # CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
  15. # CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
  16. # CONFIG_QORIQ_CPUFREQ is not set
  17.  
  18. #
  19. # CPU Idle
  20. #
  21. # CONFIG_CPU_IDLE is not set
  22. # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
  23.  
  24. #
  25. # Floating point emulation
  26. #
  27.  
  28. #
  29. # At least one emulation must be selected
  30. #
  31. CONFIG_VFP=y
  32. CONFIG_VFPv3=y
  33. CONFIG_NEON=y
  34. # CONFIG_KERNEL_MODE_NEON is not set
  35.  
  36. #
  37. # Userspace binary formats
  38. #
  39. CONFIG_BINFMT_ELF=y
  40. CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
  41. CONFIG_BINFMT_SCRIPT=y
  42. # CONFIG_HAVE_AOUT is not set
  43. # CONFIG_BINFMT_MISC is not set
  44. CONFIG_COREDUMP=y
  45.  
  46. #
  47. # Power management options
  48. #
  49. CONFIG_SUSPEND=y
  50. CONFIG_SUSPEND_FREEZER=y
  51. # CONFIG_HIBERNATION is not set
  52. CONFIG_PM_SLEEP=y
  53. CONFIG_PM_SLEEP_SMP=y
  54. # CONFIG_PM_AUTOSLEEP is not set
  55. # CONFIG_PM_WAKELOCKS is not set
  56. CONFIG_PM=y
  57. # CONFIG_PM_DEBUG is not set
  58. # CONFIG_APM_EMULATION is not set
  59. CONFIG_PM_OPP=y
  60. CONFIG_PM_CLK=y
  61. # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
  62. CONFIG_CPU_PM=y
  63. CONFIG_ARCH_SUSPEND_POSSIBLE=y
  64. CONFIG_ARM_CPU_SUSPEND=y
  65. CONFIG_ARCH_HIBERNATION_POSSIBLE=y
  66. CONFIG_NET=y
  67.  
  68. #
  69. # Networking options
  70. #
  71. CONFIG_PACKET=y
  72. # CONFIG_PACKET_DIAG is not set
  73. CONFIG_UNIX=y
  74. # CONFIG_UNIX_DIAG is not set
  75. # CONFIG_XFRM_USER is not set
  76. # CONFIG_NET_KEY is not set
  77. CONFIG_INET=y
  78. # CONFIG_IP_MULTICAST is not set
  79. # CONFIG_IP_ADVANCED_ROUTER is not set
  80. CONFIG_IP_PNP=y
  81. CONFIG_IP_PNP_DHCP=y
  82. CONFIG_IP_PNP_BOOTP=y
  83. # CONFIG_IP_PNP_RARP is not set
  84. # CONFIG_NET_IPIP is not set
  85. # CONFIG_NET_IPGRE_DEMUX is not set
  86. # CONFIG_NET_IP_TUNNEL is not set
  87. # CONFIG_SYN_COOKIES is not set
  88. # CONFIG_NET_UDP_TUNNEL is not set
  89. # CONFIG_NET_FOU is not set
  90. # CONFIG_GENEVE is not set
  91. # CONFIG_INET_AH is not set
  92. # CONFIG_INET_ESP is not set
  93. # CONFIG_INET_IPCOMP is not set
  94. # CONFIG_INET_XFRM_TUNNEL is not set
  95. # CONFIG_INET_TUNNEL is not set
  96. # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  97. # CONFIG_INET_XFRM_MODE_TUNNEL is not set
  98. # CONFIG_INET_XFRM_MODE_BEET is not set
  99. # CONFIG_INET_LRO is not set
  100. # CONFIG_INET_DIAG is not set
  101. # CONFIG_TCP_CONG_ADVANCED is not set
  102. CONFIG_TCP_CONG_CUBIC=y
  103. CONFIG_DEFAULT_TCP_CONG="cubic"
  104. # CONFIG_TCP_MD5SIG is not set
  105. # CONFIG_IPV6 is not set
  106. # CONFIG_NETWORK_SECMARK is not set
  107. CONFIG_NET_PTP_CLASSIFY=y
  108. # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
  109. # CONFIG_NETFILTER is not set
  110. # CONFIG_IP_DCCP is not set
  111. # CONFIG_IP_SCTP is not set
  112. # CONFIG_RDS is not set
  113. # CONFIG_TIPC is not set
  114. # CONFIG_ATM is not set
  115. # CONFIG_L2TP is not set
  116. # CONFIG_BRIDGE is not set
  117. CONFIG_HAVE_NET_DSA=y
  118. # CONFIG_VLAN_8021Q is not set
  119. # CONFIG_DECNET is not set
  120. # CONFIG_LLC2 is not set
  121. # CONFIG_IPX is not set
  122. # CONFIG_ATALK is not set
  123. # CONFIG_X25 is not set
  124. # CONFIG_LAPB is not set
  125. # CONFIG_PHONET is not set
  126. # CONFIG_IEEE802154 is not set
  127. # CONFIG_NET_SCHED is not set
  128. # CONFIG_DCB is not set
  129. # CONFIG_BATMAN_ADV is not set
  130. # CONFIG_OPENVSWITCH is not set
  131. # CONFIG_VSOCKETS is not set
  132. # CONFIG_NETLINK_MMAP is not set
  133. # CONFIG_NETLINK_DIAG is not set
  134. # CONFIG_MPLS is not set
  135. # CONFIG_HSR is not set
  136. # CONFIG_NET_SWITCHDEV is not set
  137. CONFIG_RPS=y
  138. CONFIG_RFS_ACCEL=y
  139. CONFIG_XPS=y
  140. # CONFIG_CGROUP_NET_PRIO is not set
  141. # CONFIG_CGROUP_NET_CLASSID is not set
  142. CONFIG_NET_RX_BUSY_POLL=y
  143. CONFIG_BQL=y
  144. CONFIG_NET_FLOW_LIMIT=y
  145.  
  146. #
  147. # Network testing
  148. #
  149. # CONFIG_NET_PKTGEN is not set
  150. # CONFIG_HAMRADIO is not set
  151. # CONFIG_CAN is not set
  152. # CONFIG_IRDA is not set
  153. # CONFIG_BT is not set
  154. # CONFIG_AF_RXRPC is not set
  155. # CONFIG_WIRELESS is not set
  156. # CONFIG_WIMAX is not set
  157. # CONFIG_RFKILL is not set
  158. # CONFIG_RFKILL_REGULATOR is not set
  159. # CONFIG_NET_9P is not set
  160. # CONFIG_CAIF is not set
  161. # CONFIG_CEPH_LIB is not set
  162. # CONFIG_NFC is not set
  163. CONFIG_HAVE_BPF_JIT=y
  164.  
  165. #
  166. # Device Drivers
  167. #
  168.  
  169. #
  170. # Generic Driver Options
  171. #
  172. CONFIG_UEVENT_HELPER=y
  173. CONFIG_UEVENT_HELPER_PATH=""
  174. CONFIG_DEVTMPFS=y
  175. CONFIG_DEVTMPFS_MOUNT=y
  176. CONFIG_STANDALONE=y
  177. CONFIG_PREVENT_FIRMWARE_BUILD=y
  178. CONFIG_FW_LOADER=y
  179. CONFIG_FIRMWARE_IN_KERNEL=y
  180. CONFIG_EXTRA_FIRMWARE=""
  181. # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
  182. CONFIG_ALLOW_DEV_COREDUMP=y
  183. # CONFIG_SYS_HYPERVISOR is not set
  184. # CONFIG_GENERIC_CPU_DEVICES is not set
  185. CONFIG_REGMAP=y
  186. CONFIG_REGMAP_I2C=y
  187. CONFIG_REGMAP_SPI=y
  188. CONFIG_REGMAP_MMIO=y
  189. # CONFIG_DMA_SHARED_BUFFER is not set
  190.  
  191. #
  192. # Bus devices
  193. #
  194. # CONFIG_BRCMSTB_GISB_ARB is not set
  195. # CONFIG_VEXPRESS_CONFIG is not set
  196. # CONFIG_CONNECTOR is not set
  197. # CONFIG_MTD is not set
  198. CONFIG_DTC=y
  199. CONFIG_OF=y
  200.  
  201. #
  202. # Device Tree and Open Firmware support
  203. #
  204. # CONFIG_OF_UNITTEST is not set
  205. CONFIG_OF_FLATTREE=y
  206. CONFIG_OF_EARLY_FLATTREE=y
  207. CONFIG_OF_ADDRESS=y
  208. CONFIG_OF_IRQ=y
  209. CONFIG_OF_NET=y
  210. CONFIG_OF_MDIO=y
  211. CONFIG_OF_RESERVED_MEM=y
  212. # CONFIG_OF_OVERLAY is not set
  213. CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
  214. # CONFIG_PARPORT is not set
  215. CONFIG_BLK_DEV=y
  216. # CONFIG_BLK_DEV_NULL_BLK is not set
  217. # CONFIG_BLK_DEV_COW_COMMON is not set
  218. CONFIG_BLK_DEV_LOOP=y
  219. CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
  220. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  221. # CONFIG_BLK_DEV_DRBD is not set
  222. CONFIG_BLK_DEV_NBD=y
  223. # CONFIG_BLK_DEV_RAM is not set
  224. # CONFIG_BLK_DEV_PMEM is not set
  225. # CONFIG_CDROM_PKTCDVD is not set
  226. # CONFIG_ATA_OVER_ETH is not set
  227. # CONFIG_MG_DISK is not set
  228. # CONFIG_BLK_DEV_RBD is not set
  229.  
  230. #
  231. # Misc devices
  232. #
  233. # CONFIG_SENSORS_LIS3LV02D is not set
  234. # CONFIG_AD525X_DPOT is not set
  235. # CONFIG_DUMMY_IRQ is not set
  236. # CONFIG_ICS932S401 is not set
  237. # CONFIG_ENCLOSURE_SERVICES is not set
  238. # CONFIG_APDS9802ALS is not set
  239. # CONFIG_ISL29003 is not set
  240. # CONFIG_ISL29020 is not set
  241. # CONFIG_SENSORS_TSL2550 is not set
  242. # CONFIG_SENSORS_BH1780 is not set
  243. # CONFIG_SENSORS_BH1770 is not set
  244. # CONFIG_SENSORS_APDS990X is not set
  245. # CONFIG_HMC6352 is not set
  246. # CONFIG_DS1682 is not set
  247. # CONFIG_TI_DAC7512 is not set
  248. # CONFIG_BMP085_I2C is not set
  249. # CONFIG_BMP085_SPI is not set
  250. # CONFIG_USB_SWITCH_FSA9480 is not set
  251. # CONFIG_LATTICE_ECP3_CONFIG is not set
  252. # CONFIG_SRAM is not set
  253. # CONFIG_C2PORT is not set
  254.  
  255. #
  256. # EEPROM support
  257. #
  258. # CONFIG_EEPROM_AT24 is not set
  259. # CONFIG_EEPROM_AT25 is not set
  260. # CONFIG_EEPROM_LEGACY is not set
  261. # CONFIG_EEPROM_MAX6875 is not set
  262. # CONFIG_EEPROM_93CX6 is not set
  263. # CONFIG_EEPROM_93XX46 is not set
  264. CONFIG_EEPROM_SUNXI_SID=y
  265.  
  266. #
  267. # Texas Instruments shared transport line discipline
  268. #
  269. # CONFIG_TI_ST is not set
  270. # CONFIG_SENSORS_LIS3_SPI is not set
  271. # CONFIG_SENSORS_LIS3_I2C is not set
  272.  
  273. #
  274. # Altera FPGA firmware download module
  275. #
  276. # CONFIG_ALTERA_STAPL is not set
  277.  
  278. #
  279. # Intel MIC Bus Driver
  280. #
  281.  
  282. #
  283. # Intel MIC Host Driver
  284. #
  285.  
  286. #
  287. # Intel MIC Card Driver
  288. #
  289. # CONFIG_ECHO is not set
  290. # CONFIG_CXL_BASE is not set
  291.  
  292. #
  293. # SCSI device support
  294. #
  295. CONFIG_SCSI_MOD=y
  296. # CONFIG_RAID_ATTRS is not set
  297. CONFIG_SCSI=y
  298. CONFIG_SCSI_DMA=y
  299. # CONFIG_SCSI_NETLINK is not set
  300. # CONFIG_SCSI_MQ_DEFAULT is not set
  301. CONFIG_SCSI_PROC_FS=y
  302.  
  303. #
  304. # SCSI support type (disk, tape, CD-ROM)
  305. #
  306. CONFIG_BLK_DEV_SD=y
  307. # CONFIG_CHR_DEV_ST is not set
  308. # CONFIG_CHR_DEV_OSST is not set
  309. CONFIG_BLK_DEV_SR=y
  310. # CONFIG_BLK_DEV_SR_VENDOR is not set
  311. CONFIG_CHR_DEV_SG=y
  312. # CONFIG_CHR_DEV_SCH is not set
  313. # CONFIG_SCSI_CONSTANTS is not set
  314. # CONFIG_SCSI_LOGGING is not set
  315. # CONFIG_SCSI_SCAN_ASYNC is not set
  316.  
  317. #
  318. # SCSI Transports
  319. #
  320. # CONFIG_SCSI_SPI_ATTRS is not set
  321. # CONFIG_SCSI_FC_ATTRS is not set
  322. # CONFIG_SCSI_ISCSI_ATTRS is not set
  323. # CONFIG_SCSI_SAS_ATTRS is not set
  324. # CONFIG_SCSI_SAS_LIBSAS is not set
  325. # CONFIG_SCSI_SRP_ATTRS is not set
  326. CONFIG_SCSI_LOWLEVEL=y
  327. # CONFIG_ISCSI_TCP is not set
  328. # CONFIG_ISCSI_BOOT_SYSFS is not set
  329. # CONFIG_SCSI_UFSHCD is not set
  330. # CONFIG_SCSI_DEBUG is not set
  331. # CONFIG_SCSI_DH is not set
  332. # CONFIG_SCSI_OSD_INITIATOR is not set
  333. CONFIG_ATA=y
  334. # CONFIG_ATA_NONSTANDARD is not set
  335. CONFIG_ATA_VERBOSE_ERROR=y
  336. CONFIG_SATA_PMP=y
  337.  
  338. #
  339. # Controllers with non-SFF native interface
  340. #
  341. CONFIG_SATA_AHCI_PLATFORM=y
  342. CONFIG_AHCI_SUNXI=y
  343. CONFIG_ATA_SFF=y
  344.  
  345. #
  346. # SFF controllers with custom DMA interface
  347. #
  348. CONFIG_ATA_BMDMA=y
  349.  
  350. #
  351. # SATA SFF controllers with BMDMA
  352. #
  353.  
  354. #
  355. # PATA SFF controllers with BMDMA
  356. #
  357.  
  358. #
  359. # PIO-only SFF controllers
  360. #
  361.  
  362. #
  363. # Generic fallback / legacy drivers
  364. #
  365. CONFIG_MD=y
  366. # CONFIG_BLK_DEV_MD is not set
  367. # CONFIG_BCACHE is not set
  368. CONFIG_BLK_DEV_DM_BUILTIN=y
  369. CONFIG_BLK_DEV_DM=y
  370. # CONFIG_DM_MQ_DEFAULT is not set
  371. # CONFIG_DM_DEBUG is not set
  372. # CONFIG_DM_CRYPT is not set
  373. # CONFIG_DM_SNAPSHOT is not set
  374. # CONFIG_DM_THIN_PROVISIONING is not set
  375. # CONFIG_DM_CACHE is not set
  376. # CONFIG_DM_ERA is not set
  377. CONFIG_DM_MIRROR=y
  378. # CONFIG_DM_LOG_USERSPACE is not set
  379. # CONFIG_DM_RAID is not set
  380. # CONFIG_DM_ZERO is not set
  381. # CONFIG_DM_MULTIPATH is not set
  382. # CONFIG_DM_DELAY is not set
  383. # CONFIG_DM_UEVENT is not set
  384. # CONFIG_DM_FLAKEY is not set
  385. # CONFIG_DM_VERITY is not set
  386. # CONFIG_DM_SWITCH is not set
  387. # CONFIG_DM_LOG_WRITES is not set
  388. # CONFIG_TARGET_CORE is not set
  389. CONFIG_NETDEVICES=y
  390. CONFIG_MII=y
  391. CONFIG_NET_CORE=y
  392. # CONFIG_BONDING is not set
  393. # CONFIG_DUMMY is not set
  394. # CONFIG_EQUALIZER is not set
  395. # CONFIG_NET_TEAM is not set
  396. # CONFIG_MACVLAN is not set
  397. # CONFIG_VXLAN is not set
  398. # CONFIG_NETCONSOLE is not set
  399. # CONFIG_NETPOLL is not set
  400. # CONFIG_NET_POLL_CONTROLLER is not set
  401. # CONFIG_TUN is not set
  402. # CONFIG_VETH is not set
  403. # CONFIG_NLMON is not set
  404.  
  405. #
  406. # CAIF transport drivers
  407. #
  408.  
  409. #
  410. # Distributed Switch Architecture drivers
  411. #
  412. # CONFIG_NET_DSA_MV88E6XXX is not set
  413. # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
  414. CONFIG_ETHERNET=y
  415. CONFIG_NET_VENDOR_ALLWINNER=y
  416. CONFIG_SUN4I_EMAC=y
  417. # CONFIG_ALTERA_TSE is not set
  418. # CONFIG_NET_XGENE is not set
  419. CONFIG_NET_VENDOR_ARC=y
  420. # CONFIG_ARC_EMAC is not set
  421. # CONFIG_EMAC_ROCKCHIP is not set
  422. # CONFIG_NET_CADENCE is not set
  423. # CONFIG_NET_VENDOR_BROADCOM is not set
  424. # CONFIG_NET_VENDOR_CIRRUS is not set
  425. # CONFIG_DM9000 is not set
  426. # CONFIG_DNET is not set
  427. # CONFIG_NET_VENDOR_FARADAY is not set
  428. CONFIG_NET_VENDOR_HISILICON=y
  429. # CONFIG_HIX5HD2_GMAC is not set
  430. # CONFIG_HIP04_ETH is not set
  431. # CONFIG_NET_VENDOR_INTEL is not set
  432. # CONFIG_NET_VENDOR_MARVELL is not set
  433. # CONFIG_NET_VENDOR_MICREL is not set
  434. CONFIG_NET_VENDOR_MICROCHIP=y
  435. # CONFIG_ENC28J60 is not set
  436. # CONFIG_NET_VENDOR_NATSEMI is not set
  437. # CONFIG_ETHOC is not set
  438. CONFIG_NET_VENDOR_QUALCOMM=y
  439. # CONFIG_QCA7000 is not set
  440. CONFIG_NET_VENDOR_ROCKER=y
  441. CONFIG_NET_VENDOR_SAMSUNG=y
  442. # CONFIG_SXGBE_ETH is not set
  443. # CONFIG_NET_VENDOR_SEEQ is not set
  444. # CONFIG_NET_VENDOR_SMSC is not set
  445. CONFIG_NET_VENDOR_STMICRO=y
  446. CONFIG_STMMAC_ETH=y
  447. CONFIG_STMMAC_PLATFORM=y
  448. CONFIG_NET_VENDOR_VIA=y
  449. # CONFIG_VIA_RHINE is not set
  450. # CONFIG_VIA_VELOCITY is not set
  451. # CONFIG_NET_VENDOR_WIZNET is not set
  452. CONFIG_PHYLIB=y
  453.  
  454. #
  455. # MII PHY device drivers
  456. #
  457. # CONFIG_AT803X_PHY is not set
  458. # CONFIG_AMD_PHY is not set
  459. # CONFIG_AMD_XGBE_PHY is not set
  460. # CONFIG_MARVELL_PHY is not set
  461. # CONFIG_DAVICOM_PHY is not set
  462. # CONFIG_QSEMI_PHY is not set
  463. # CONFIG_LXT_PHY is not set
  464. # CONFIG_CICADA_PHY is not set
  465. # CONFIG_VITESSE_PHY is not set
  466. # CONFIG_SMSC_PHY is not set
  467. # CONFIG_BROADCOM_PHY is not set
  468. # CONFIG_BCM7XXX_PHY is not set
  469. # CONFIG_BCM87XX_PHY is not set
  470. # CONFIG_ICPLUS_PHY is not set
  471. # CONFIG_REALTEK_PHY is not set
  472. # CONFIG_NATIONAL_PHY is not set
  473. # CONFIG_STE10XP is not set
  474. # CONFIG_LSI_ET1011C_PHY is not set
  475. # CONFIG_MICREL_PHY is not set
  476. # CONFIG_FIXED_PHY is not set
  477. # CONFIG_MDIO_BITBANG is not set
  478. CONFIG_MDIO_SUN4I=y
  479. # CONFIG_MDIO_BUS_MUX_GPIO is not set
  480. # CONFIG_MDIO_BUS_MUX_MMIOREG is not set
  481. # CONFIG_MDIO_BCM_UNIMAC is not set
  482. # CONFIG_MICREL_KS8995MA is not set
  483. # CONFIG_PPP is not set
  484. # CONFIG_SLIP is not set
  485. CONFIG_USB_NET_DRIVERS=y
  486. # CONFIG_USB_CATC is not set
  487. # CONFIG_USB_KAWETH is not set
  488. # CONFIG_USB_PEGASUS is not set
  489. # CONFIG_USB_RTL8150 is not set
  490. # CONFIG_USB_RTL8152 is not set
  491. # CONFIG_USB_USBNET is not set
  492. # CONFIG_USB_IPHETH is not set
  493. # CONFIG_WLAN is not set
  494.  
  495. #
  496. # Enable WiMAX (Networking options) to see the WiMAX drivers
  497. #
  498. # CONFIG_WAN is not set
  499. # CONFIG_ISDN is not set
  500.  
  501. #
  502. # Input device support
  503. #
  504. CONFIG_INPUT=y
  505. # CONFIG_INPUT_FF_MEMLESS is not set
  506. # CONFIG_INPUT_POLLDEV is not set
  507. # CONFIG_INPUT_SPARSEKMAP is not set
  508. # CONFIG_INPUT_MATRIXKMAP is not set
  509.  
  510. #
  511. # Userland interfaces
  512. #
  513. CONFIG_INPUT_MOUSEDEV=y
  514. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  515. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  516. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  517. # CONFIG_INPUT_JOYDEV is not set
  518. # CONFIG_INPUT_EVDEV is not set
  519. # CONFIG_INPUT_EVBUG is not set
  520.  
  521. #
  522. # Input Device Drivers
  523. #
  524. CONFIG_INPUT_KEYBOARD=y
  525. # CONFIG_KEYBOARD_ADP5588 is not set
  526. # CONFIG_KEYBOARD_ADP5589 is not set
  527. CONFIG_KEYBOARD_ATKBD=y
  528. # CONFIG_KEYBOARD_QT1070 is not set
  529. # CONFIG_KEYBOARD_QT2160 is not set
  530. # CONFIG_KEYBOARD_LKKBD is not set
  531. # CONFIG_KEYBOARD_GPIO is not set
  532. # CONFIG_KEYBOARD_GPIO_POLLED is not set
  533. # CONFIG_KEYBOARD_TCA6416 is not set
  534. # CONFIG_KEYBOARD_TCA8418 is not set
  535. # CONFIG_KEYBOARD_MATRIX is not set
  536. # CONFIG_KEYBOARD_LM8323 is not set
  537. # CONFIG_KEYBOARD_LM8333 is not set
  538. # CONFIG_KEYBOARD_MAX7359 is not set
  539. # CONFIG_KEYBOARD_MCS is not set
  540. # CONFIG_KEYBOARD_MPR121 is not set
  541. # CONFIG_KEYBOARD_NEWTON is not set
  542. # CONFIG_KEYBOARD_OPENCORES is not set
  543. # CONFIG_KEYBOARD_SAMSUNG is not set
  544. # CONFIG_KEYBOARD_STOWAWAY is not set
  545. # CONFIG_KEYBOARD_SUNKBD is not set
  546. # CONFIG_KEYBOARD_SUN4I_LRADC is not set
  547. # CONFIG_KEYBOARD_OMAP4 is not set
  548. # CONFIG_KEYBOARD_XTKBD is not set
  549. # CONFIG_KEYBOARD_CAP11XX is not set
  550. # CONFIG_KEYBOARD_BCM is not set
  551. CONFIG_INPUT_MOUSE=y
  552. CONFIG_MOUSE_PS2=y
  553. CONFIG_MOUSE_PS2_ALPS=y
  554. CONFIG_MOUSE_PS2_LOGIPS2PP=y
  555. CONFIG_MOUSE_PS2_SYNAPTICS=y
  556. CONFIG_MOUSE_PS2_CYPRESS=y
  557. CONFIG_MOUSE_PS2_TRACKPOINT=y
  558. # CONFIG_MOUSE_PS2_ELANTECH is not set
  559. # CONFIG_MOUSE_PS2_SENTELIC is not set
  560. # CONFIG_MOUSE_PS2_TOUCHKIT is not set
  561. CONFIG_MOUSE_PS2_FOCALTECH=y
  562. # CONFIG_MOUSE_SERIAL is not set
  563. # CONFIG_MOUSE_APPLETOUCH is not set
  564. # CONFIG_MOUSE_BCM5974 is not set
  565. # CONFIG_MOUSE_CYAPA is not set
  566. # CONFIG_MOUSE_ELAN_I2C is not set
  567. # CONFIG_MOUSE_VSXXXAA is not set
  568. # CONFIG_MOUSE_GPIO is not set
  569. # CONFIG_MOUSE_SYNAPTICS_I2C is not set
  570. # CONFIG_MOUSE_SYNAPTICS_USB is not set
  571. # CONFIG_INPUT_JOYSTICK is not set
  572. # CONFIG_INPUT_TABLET is not set
  573. # CONFIG_INPUT_TOUCHSCREEN is not set
  574. # CONFIG_INPUT_MISC is not set
  575.  
  576. #
  577. # Hardware I/O ports
  578. #
  579. CONFIG_SERIO=y
  580. CONFIG_SERIO_SERPORT=y
  581. CONFIG_SERIO_LIBPS2=y
  582. # CONFIG_SERIO_RAW is not set
  583. # CONFIG_SERIO_ALTERA_PS2 is not set
  584. # CONFIG_SERIO_PS2MULT is not set
  585. # CONFIG_SERIO_ARC_PS2 is not set
  586. # CONFIG_SERIO_APBPS2 is not set
  587. # CONFIG_SERIO_SUN4I_PS2 is not set
  588. # CONFIG_GAMEPORT is not set
  589.  
  590. #
  591. # Character devices
  592. #
  593. CONFIG_TTY=y
  594. CONFIG_VT=y
  595. CONFIG_CONSOLE_TRANSLATIONS=y
  596. CONFIG_VT_CONSOLE=y
  597. CONFIG_VT_CONSOLE_SLEEP=y
  598. CONFIG_HW_CONSOLE=y
  599. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  600. CONFIG_UNIX98_PTYS=y
  601. # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
  602. CONFIG_LEGACY_PTYS=y
  603. CONFIG_LEGACY_PTY_COUNT=256
  604. # CONFIG_SERIAL_NONSTANDARD is not set
  605. # CONFIG_N_GSM is not set
  606. # CONFIG_TRACE_SINK is not set
  607. CONFIG_DEVMEM=y
  608. CONFIG_DEVKMEM=y
  609.  
  610. #
  611. # Serial drivers
  612. #
  613. CONFIG_SERIAL_EARLYCON=y
  614. CONFIG_SERIAL_8250=y
  615. CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
  616. CONFIG_SERIAL_8250_CONSOLE=y
  617. CONFIG_SERIAL_8250_DMA=y
  618. CONFIG_SERIAL_8250_NR_UARTS=8
  619. CONFIG_SERIAL_8250_RUNTIME_UARTS=8
  620. # CONFIG_SERIAL_8250_EXTENDED is not set
  621. CONFIG_SERIAL_8250_DW=y
  622. # CONFIG_SERIAL_8250_EM is not set
  623.  
  624. #
  625. # Non-8250 serial port support
  626. #
  627. # CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
  628. # CONFIG_SERIAL_MAX3100 is not set
  629. # CONFIG_SERIAL_MAX310X is not set
  630. CONFIG_SERIAL_CORE=y
  631. CONFIG_SERIAL_CORE_CONSOLE=y
  632. # CONFIG_SERIAL_OF_PLATFORM is not set
  633. # CONFIG_SERIAL_SCCNXP is not set
  634. # CONFIG_SERIAL_SC16IS7XX is not set
  635. # CONFIG_SERIAL_BCM63XX is not set
  636. # CONFIG_SERIAL_ALTERA_JTAGUART is not set
  637. # CONFIG_SERIAL_ALTERA_UART is not set
  638. # CONFIG_SERIAL_IFX6X60 is not set
  639. # CONFIG_SERIAL_XILINX_PS_UART is not set
  640. # CONFIG_SERIAL_ARC is not set
  641. # CONFIG_SERIAL_FSL_LPUART is not set
  642. # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
  643. # CONFIG_SERIAL_ST_ASC is not set
  644. # CONFIG_HVC_DCC is not set
  645. # CONFIG_IPMI_HANDLER is not set
  646. CONFIG_HW_RANDOM=y
  647. # CONFIG_HW_RANDOM_TIMERIOMEM is not set
  648. # CONFIG_R3964 is not set
  649. # CONFIG_RAW_DRIVER is not set
  650. # CONFIG_TCG_TPM is not set
  651. # CONFIG_XILLYBUS is not set
  652.  
  653. #
  654. # I2C support
  655. #
  656. CONFIG_I2C=y
  657. CONFIG_I2C_BOARDINFO=y
  658. # CONFIG_I2C_COMPAT is not set
  659. CONFIG_I2C_CHARDEV=y
  660. # CONFIG_I2C_MUX is not set
  661. CONFIG_I2C_HELPER_AUTO=y
  662.  
  663. #
  664. # I2C Hardware Bus support
  665. #
  666.  
  667. #
  668. # I2C system bus drivers (mostly embedded / system-on-chip)
  669. #
  670. # CONFIG_I2C_CBUS_GPIO is not set
  671. # CONFIG_I2C_DESIGNWARE_PLATFORM is not set
  672. # CONFIG_I2C_GPIO is not set
  673. CONFIG_I2C_MV64XXX=y
  674. # CONFIG_I2C_OCORES is not set
  675. # CONFIG_I2C_PCA_PLATFORM is not set
  676. # CONFIG_I2C_PXA_PCI is not set
  677. # CONFIG_I2C_RK3X is not set
  678. # CONFIG_I2C_SIMTEC is not set
  679. # CONFIG_I2C_XILINX is not set
  680.  
  681. #
  682. # External I2C/SMBus adapter drivers
  683. #
  684. # CONFIG_I2C_DIOLAN_U2C is not set
  685. # CONFIG_I2C_PARPORT_LIGHT is not set
  686. # CONFIG_I2C_ROBOTFUZZ_OSIF is not set
  687. # CONFIG_I2C_TAOS_EVM is not set
  688. # CONFIG_I2C_TINY_USB is not set
  689.  
  690. #
  691. # Other I2C/SMBus bus drivers
  692. #
  693. # CONFIG_I2C_SLAVE is not set
  694. # CONFIG_I2C_DEBUG_CORE is not set
  695. # CONFIG_I2C_DEBUG_ALGO is not set
  696. # CONFIG_I2C_DEBUG_BUS is not set
  697. CONFIG_SPI=y
  698. CONFIG_SPI_MASTER=y
  699.  
  700. #
  701. # SPI Master Controller Drivers
  702. #
  703. # CONFIG_SPI_ALTERA is not set
  704. # CONFIG_SPI_BITBANG is not set
  705. # CONFIG_SPI_CADENCE is not set
  706. # CONFIG_SPI_GPIO is not set
  707. # CONFIG_SPI_FSL_SPI is not set
  708. # CONFIG_SPI_OC_TINY is not set
  709. # CONFIG_SPI_PXA2XX_PCI is not set
  710. # CONFIG_SPI_ROCKCHIP is not set
  711. # CONFIG_SPI_SC18IS602 is not set
  712. CONFIG_SPI_SUN4I=y
  713. CONFIG_SPI_SUN6I=y
  714. # CONFIG_SPI_XCOMM is not set
  715. # CONFIG_SPI_XILINX is not set
  716. # CONFIG_SPI_DESIGNWARE is not set
  717.  
  718. #
  719. # SPI Protocol Masters
  720. #
  721. # CONFIG_SPI_SPIDEV is not set
  722. # CONFIG_SPI_TLE62X0 is not set
  723. # CONFIG_SPMI is not set
  724. # CONFIG_HSI is not set
  725.  
  726. #
  727. # PPS support
  728. #
  729. CONFIG_PPS=y
  730. # CONFIG_PPS_DEBUG is not set
  731.  
  732. #
  733. # PPS clients support
  734. #
  735. # CONFIG_PPS_CLIENT_KTIMER is not set
  736. # CONFIG_PPS_CLIENT_LDISC is not set
  737. # CONFIG_PPS_CLIENT_GPIO is not set
  738.  
  739. #
  740. # PPS generators support
  741. #
  742.  
  743. #
  744. # PTP clock support
  745. #
  746. CONFIG_PTP_1588_CLOCK=y
  747.  
  748. #
  749. # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
  750. #
  751. CONFIG_PINCTRL=y
  752.  
  753. #
  754. # Pin controllers
  755. #
  756. CONFIG_PINMUX=y
  757. CONFIG_PINCONF=y
  758. CONFIG_GENERIC_PINCONF=y
  759. # CONFIG_PINCTRL_AMD is not set
  760. # CONFIG_PINCTRL_SINGLE is not set
  761. CONFIG_PINCTRL_SUNXI_COMMON=y
  762. # CONFIG_PINCTRL_SUN4I_A10 is not set
  763. # CONFIG_PINCTRL_SUN5I_A10S is not set
  764. # CONFIG_PINCTRL_SUN5I_A13 is not set
  765. # CONFIG_PINCTRL_SUN6I_A31 is not set
  766. # CONFIG_PINCTRL_SUN6I_A31S is not set
  767. # CONFIG_PINCTRL_SUN6I_A31_R is not set
  768. CONFIG_PINCTRL_SUN7I_A20=y
  769. # CONFIG_PINCTRL_SUN8I_A23 is not set
  770. # CONFIG_PINCTRL_SUN8I_A33 is not set
  771. # CONFIG_PINCTRL_SUN8I_A23_R is not set
  772. CONFIG_PINCTRL_SUN9I_A80=y
  773. CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
  774. CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
  775. CONFIG_ARCH_REQUIRE_GPIOLIB=y
  776. CONFIG_GPIOLIB=y
  777. CONFIG_GPIO_DEVRES=y
  778. CONFIG_OF_GPIO=y
  779. CONFIG_GPIO_SYSFS=y
  780.  
  781. #
  782. # Memory mapped GPIO drivers
  783. #
  784. # CONFIG_GPIO_74XX_MMIO is not set
  785. # CONFIG_GPIO_ALTERA is not set
  786. # CONFIG_GPIO_DWAPB is not set
  787. # CONFIG_GPIO_EM is not set
  788. # CONFIG_GPIO_GENERIC_PLATFORM is not set
  789. # CONFIG_GPIO_GRGPIO is not set
  790. # CONFIG_GPIO_SCH311X is not set
  791. # CONFIG_GPIO_ZEVIO is not set
  792.  
  793. #
  794. # I2C GPIO expanders
  795. #
  796. # CONFIG_GPIO_ADP5588 is not set
  797. # CONFIG_GPIO_ADNP is not set
  798. # CONFIG_GPIO_MAX7300 is not set
  799. # CONFIG_GPIO_MAX732X is not set
  800. # CONFIG_GPIO_PCA953X is not set
  801. # CONFIG_GPIO_PCF857X is not set
  802. # CONFIG_GPIO_SX150X is not set
  803.  
  804. #
  805. # MFD GPIO expanders
  806. #
  807.  
  808. #
  809. # SPI GPIO expanders
  810. #
  811. # CONFIG_GPIO_74X164 is not set
  812. # CONFIG_GPIO_MAX7301 is not set
  813. # CONFIG_GPIO_MCP23S08 is not set
  814. # CONFIG_GPIO_MC33880 is not set
  815.  
  816. #
  817. # USB GPIO expanders
  818. #
  819. # CONFIG_W1 is not set
  820. # CONFIG_POWER_SUPPLY is not set
  821. # CONFIG_POWER_AVS is not set
  822. # CONFIG_HWMON is not set
  823. # CONFIG_THERMAL is not set
  824. CONFIG_WATCHDOG=y
  825. CONFIG_WATCHDOG_CORE=y
  826. # CONFIG_WATCHDOG_NOWAYOUT is not set
  827.  
  828. #
  829. # Watchdog Device Drivers
  830. #
  831. # CONFIG_SOFT_WATCHDOG is not set
  832. # CONFIG_GPIO_WATCHDOG is not set
  833. # CONFIG_XILINX_WATCHDOG is not set
  834. # CONFIG_CADENCE_WATCHDOG is not set
  835. # CONFIG_DW_WATCHDOG is not set
  836. CONFIG_SUNXI_WATCHDOG=y
  837. # CONFIG_MAX63XX_WATCHDOG is not set
  838. # CONFIG_MEN_A21_WDT is not set
  839.  
  840. #
  841. # USB-based Watchdog Cards
  842. #
  843. # CONFIG_USBPCWATCHDOG is not set
  844. CONFIG_SSB_POSSIBLE=y
  845.  
  846. #
  847. # Sonics Silicon Backplane
  848. #
  849. # CONFIG_SSB is not set
  850. CONFIG_BCMA_POSSIBLE=y
  851.  
  852. #
  853. # Broadcom specific AMBA
  854. #
  855. # CONFIG_BCMA is not set
  856.  
  857. #
  858. # Multifunction device drivers
  859. #
  860. CONFIG_MFD_CORE=y
  861. # CONFIG_MFD_AS3711 is not set
  862. # CONFIG_MFD_AS3722 is not set
  863. # CONFIG_PMIC_ADP5520 is not set
  864. # CONFIG_MFD_AAT2870_CORE is not set
  865. # CONFIG_MFD_ATMEL_HLCDC is not set
  866. # CONFIG_MFD_BCM590XX is not set
  867. # CONFIG_MFD_AXP20X is not set
  868. # CONFIG_MFD_CROS_EC is not set
  869. # CONFIG_MFD_ASIC3 is not set
  870. # CONFIG_PMIC_DA903X is not set
  871. # CONFIG_MFD_DA9052_SPI is not set
  872. # CONFIG_MFD_DA9052_I2C is not set
  873. # CONFIG_MFD_DA9055 is not set
  874. # CONFIG_MFD_DA9063 is not set
  875. # CONFIG_MFD_DA9150 is not set
  876. # CONFIG_MFD_DLN2 is not set
  877. # CONFIG_MFD_MC13XXX_SPI is not set
  878. # CONFIG_MFD_MC13XXX_I2C is not set
  879. # CONFIG_MFD_HI6421_PMIC is not set
  880. # CONFIG_HTC_EGPIO is not set
  881. # CONFIG_HTC_PASIC3 is not set
  882. # CONFIG_HTC_I2CPLD is not set
  883. # CONFIG_INTEL_SOC_PMIC is not set
  884. # CONFIG_MFD_KEMPLD is not set
  885. # CONFIG_MFD_88PM800 is not set
  886. # CONFIG_MFD_88PM805 is not set
  887. # CONFIG_MFD_88PM860X is not set
  888. # CONFIG_MFD_MAX14577 is not set
  889. # CONFIG_MFD_MAX77686 is not set
  890. # CONFIG_MFD_MAX77693 is not set
  891. # CONFIG_MFD_MAX77843 is not set
  892. # CONFIG_MFD_MAX8907 is not set
  893. # CONFIG_MFD_MAX8925 is not set
  894. # CONFIG_MFD_MAX8997 is not set
  895. # CONFIG_MFD_MAX8998 is not set
  896. # CONFIG_MFD_MT6397 is not set
  897. # CONFIG_MFD_MENF21BMC is not set
  898. # CONFIG_EZX_PCAP is not set
  899. # CONFIG_MFD_VIPERBOARD is not set
  900. # CONFIG_MFD_RETU is not set
  901. # CONFIG_MFD_PCF50633 is not set
  902. # CONFIG_MFD_PM8921_CORE is not set
  903. # CONFIG_MFD_RT5033 is not set
  904. # CONFIG_MFD_RTSX_USB is not set
  905. # CONFIG_MFD_RC5T583 is not set
  906. # CONFIG_MFD_RK808 is not set
  907. # CONFIG_MFD_RN5T618 is not set
  908. # CONFIG_MFD_SEC_CORE is not set
  909. # CONFIG_MFD_SI476X_CORE is not set
  910. # CONFIG_MFD_SM501 is not set
  911. # CONFIG_MFD_SKY81452 is not set
  912. # CONFIG_MFD_SMSC is not set
  913. # CONFIG_ABX500_CORE is not set
  914. # CONFIG_MFD_STMPE is not set
  915. CONFIG_MFD_SUN6I_PRCM=y
  916. # CONFIG_MFD_SYSCON is not set
  917. # CONFIG_MFD_TI_AM335X_TSCADC is not set
  918. # CONFIG_MFD_LP3943 is not set
  919. # CONFIG_MFD_LP8788 is not set
  920. # CONFIG_MFD_PALMAS is not set
  921. # CONFIG_TPS6105X is not set
  922. # CONFIG_TPS65010 is not set
  923. # CONFIG_TPS6507X is not set
  924. # CONFIG_MFD_TPS65090 is not set
  925. # CONFIG_MFD_TPS65217 is not set
  926. # CONFIG_MFD_TPS65218 is not set
  927. # CONFIG_MFD_TPS6586X is not set
  928. # CONFIG_MFD_TPS65910 is not set
  929. # CONFIG_MFD_TPS65912 is not set
  930. # CONFIG_MFD_TPS65912_I2C is not set
  931. # CONFIG_MFD_TPS65912_SPI is not set
  932. # CONFIG_MFD_TPS80031 is not set
  933. # CONFIG_TWL4030_CORE is not set
  934. # CONFIG_TWL6040_CORE is not set
  935. # CONFIG_MFD_WL1273_CORE is not set
  936. # CONFIG_MFD_LM3533 is not set
  937. # CONFIG_MFD_TC3589X is not set
  938. # CONFIG_MFD_TMIO is not set
  939. # CONFIG_MFD_T7L66XB is not set
  940. # CONFIG_MFD_TC6387XB is not set
  941. # CONFIG_MFD_TC6393XB is not set
  942. # CONFIG_MFD_ARIZONA_I2C is not set
  943. # CONFIG_MFD_ARIZONA_SPI is not set
  944. # CONFIG_MFD_WM8400 is not set
  945. # CONFIG_MFD_WM831X_I2C is not set
  946. # CONFIG_MFD_WM831X_SPI is not set
  947. # CONFIG_MFD_WM8350_I2C is not set
  948. # CONFIG_MFD_WM8994 is not set
  949. CONFIG_REGULATOR=y
  950. # CONFIG_REGULATOR_DEBUG is not set
  951. CONFIG_REGULATOR_FIXED_VOLTAGE=y
  952. # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
  953. # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
  954. # CONFIG_REGULATOR_ACT8865 is not set
  955. # CONFIG_REGULATOR_AD5398 is not set
  956. # CONFIG_REGULATOR_DA9210 is not set
  957. # CONFIG_REGULATOR_DA9211 is not set
  958. # CONFIG_REGULATOR_FAN53555 is not set
  959. # CONFIG_REGULATOR_GPIO is not set
  960. # CONFIG_REGULATOR_ISL9305 is not set
  961. # CONFIG_REGULATOR_ISL6271A is not set
  962. # CONFIG_REGULATOR_LP3971 is not set
  963. # CONFIG_REGULATOR_LP3972 is not set
  964. # CONFIG_REGULATOR_LP872X is not set
  965. # CONFIG_REGULATOR_LP8755 is not set
  966. # CONFIG_REGULATOR_LTC3589 is not set
  967. # CONFIG_REGULATOR_MAX1586 is not set
  968. # CONFIG_REGULATOR_MAX8649 is not set
  969. # CONFIG_REGULATOR_MAX8660 is not set
  970. # CONFIG_REGULATOR_MAX8952 is not set
  971. # CONFIG_REGULATOR_MAX8973 is not set
  972. # CONFIG_REGULATOR_PFUZE100 is not set
  973. # CONFIG_REGULATOR_TPS51632 is not set
  974. # CONFIG_REGULATOR_TPS62360 is not set
  975. # CONFIG_REGULATOR_TPS65023 is not set
  976. # CONFIG_REGULATOR_TPS6507X is not set
  977. # CONFIG_REGULATOR_TPS6524X is not set
  978. # CONFIG_MEDIA_SUPPORT is not set
  979.  
  980. #
  981. # Graphics support
  982. #
  983. # CONFIG_IMX_IPUV3_CORE is not set
  984.  
  985. #
  986. # Direct Rendering Manager
  987. #
  988. # CONFIG_DRM is not set
  989.  
  990. #
  991. # Frame buffer Devices
  992. #
  993. # CONFIG_FB is not set
  994. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  995. # CONFIG_VGASTATE is not set
  996.  
  997. #
  998. # Console display driver support
  999. #
  1000. CONFIG_DUMMY_CONSOLE=y
  1001. CONFIG_SOUND=y
  1002. # CONFIG_SOUND_OSS_CORE is not set
  1003. CONFIG_SND=y
  1004. CONFIG_SND_TIMER=y
  1005. CONFIG_SND_PCM=y
  1006. CONFIG_SND_DMAENGINE_PCM=y
  1007. CONFIG_SND_COMPRESS_OFFLOAD=y
  1008. CONFIG_SND_JACK=y
  1009. # CONFIG_SND_SEQUENCER is not set
  1010. # CONFIG_SND_MIXER_OSS is not set
  1011. # CONFIG_SND_PCM_OSS is not set
  1012. # CONFIG_SND_HRTIMER is not set
  1013. # CONFIG_SND_DYNAMIC_MINORS is not set
  1014. CONFIG_SND_SUPPORT_OLD_API=y
  1015. CONFIG_SND_VERBOSE_PROCFS=y
  1016. # CONFIG_SND_VERBOSE_PRINTK is not set
  1017. # CONFIG_SND_DEBUG is not set
  1018. # CONFIG_SND_RAWMIDI_SEQ is not set
  1019. # CONFIG_SND_OPL3_LIB_SEQ is not set
  1020. # CONFIG_SND_OPL4_LIB_SEQ is not set
  1021. # CONFIG_SND_SBAWE_SEQ is not set
  1022. # CONFIG_SND_EMU10K1_SEQ is not set
  1023. CONFIG_SND_DRIVERS=y
  1024. # CONFIG_SND_DUMMY is not set
  1025. # CONFIG_SND_ALOOP is not set
  1026. # CONFIG_SND_MTPAV is not set
  1027. # CONFIG_SND_SERIAL_U16550 is not set
  1028. # CONFIG_SND_MPU401 is not set
  1029.  
  1030. #
  1031. # HD-Audio
  1032. #
  1033. CONFIG_SND_ARM=y
  1034. # CONFIG_SND_SPI is not set
  1035. # CONFIG_SND_USB is not set
  1036. CONFIG_SND_SOC=y
  1037. CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
  1038. # CONFIG_SND_ATMEL_SOC is not set
  1039. # CONFIG_SND_DESIGNWARE_I2S is not set
  1040.  
  1041. #
  1042. # SoC Audio for Freescale CPUs
  1043. #
  1044.  
  1045. #
  1046. # Common SoC Audio options for Freescale CPUs:
  1047. #
  1048. # CONFIG_SND_SOC_FSL_ASRC is not set
  1049. # CONFIG_SND_SOC_FSL_SAI is not set
  1050. # CONFIG_SND_SOC_FSL_SSI is not set
  1051. # CONFIG_SND_SOC_FSL_SPDIF is not set
  1052. # CONFIG_SND_SOC_FSL_ESAI is not set
  1053. # CONFIG_SND_SOC_IMX_AUDMUX is not set
  1054. # CONFIG_SND_SOC_QCOM is not set
  1055.  
  1056. #
  1057. # SoC Audio support for Allwinner SoCs
  1058. #
  1059. CONFIG_SND_SUNXI_SOC_CODEC=y
  1060. # CONFIG_SND_SOC_XTFPGA_I2S is not set
  1061. CONFIG_SND_SOC_I2C_AND_SPI=y
  1062.  
  1063. #
  1064. # CODEC drivers
  1065. #
  1066. # CONFIG_SND_SOC_ADAU1701 is not set
  1067. # CONFIG_SND_SOC_AK4104 is not set
  1068. # CONFIG_SND_SOC_AK4554 is not set
  1069. # CONFIG_SND_SOC_AK4642 is not set
  1070. # CONFIG_SND_SOC_AK5386 is not set
  1071. # CONFIG_SND_SOC_ALC5623 is not set
  1072. # CONFIG_SND_SOC_CS35L32 is not set
  1073. # CONFIG_SND_SOC_CS42L51_I2C is not set
  1074. # CONFIG_SND_SOC_CS42L52 is not set
  1075. # CONFIG_SND_SOC_CS42L56 is not set
  1076. # CONFIG_SND_SOC_CS42L73 is not set
  1077. # CONFIG_SND_SOC_CS4265 is not set
  1078. # CONFIG_SND_SOC_CS4270 is not set
  1079. # CONFIG_SND_SOC_CS4271_I2C is not set
  1080. # CONFIG_SND_SOC_CS4271_SPI is not set
  1081. # CONFIG_SND_SOC_CS42XX8_I2C is not set
  1082. # CONFIG_SND_SOC_HDMI_CODEC is not set
  1083. # CONFIG_SND_SOC_ES8328 is not set
  1084. # CONFIG_SND_SOC_PCM1681 is not set
  1085. # CONFIG_SND_SOC_PCM1792A is not set
  1086. # CONFIG_SND_SOC_PCM512x_I2C is not set
  1087. # CONFIG_SND_SOC_PCM512x_SPI is not set
  1088. # CONFIG_SND_SOC_RT5631 is not set
  1089. # CONFIG_SND_SOC_RT5677_SPI is not set
  1090. # CONFIG_SND_SOC_SGTL5000 is not set
  1091. # CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
  1092. CONFIG_SND_SOC_SPDIF=y
  1093. # CONFIG_SND_SOC_SSM2602_SPI is not set
  1094. # CONFIG_SND_SOC_SSM2602_I2C is not set
  1095. # CONFIG_SND_SOC_SSM4567 is not set
  1096. # CONFIG_SND_SOC_STA32X is not set
  1097. # CONFIG_SND_SOC_STA350 is not set
  1098. # CONFIG_SND_SOC_TAS2552 is not set
  1099. # CONFIG_SND_SOC_TAS5086 is not set
  1100. # CONFIG_SND_SOC_TFA9879 is not set
  1101. # CONFIG_SND_SOC_TLV320AIC23_I2C is not set
  1102. # CONFIG_SND_SOC_TLV320AIC23_SPI is not set
  1103. # CONFIG_SND_SOC_TLV320AIC31XX is not set
  1104. # CONFIG_SND_SOC_TLV320AIC3X is not set
  1105. # CONFIG_SND_SOC_TS3A227E is not set
  1106. # CONFIG_SND_SOC_WM8510 is not set
  1107. # CONFIG_SND_SOC_WM8523 is not set
  1108. # CONFIG_SND_SOC_WM8580 is not set
  1109. # CONFIG_SND_SOC_WM8711 is not set
  1110. # CONFIG_SND_SOC_WM8728 is not set
  1111. # CONFIG_SND_SOC_WM8731 is not set
  1112. # CONFIG_SND_SOC_WM8737 is not set
  1113. # CONFIG_SND_SOC_WM8741 is not set
  1114. # CONFIG_SND_SOC_WM8750 is not set
  1115. # CONFIG_SND_SOC_WM8753 is not set
  1116. # CONFIG_SND_SOC_WM8770 is not set
  1117. # CONFIG_SND_SOC_WM8776 is not set
  1118. # CONFIG_SND_SOC_WM8804_I2C is not set
  1119. # CONFIG_SND_SOC_WM8804_SPI is not set
  1120. # CONFIG_SND_SOC_WM8903 is not set
  1121. # CONFIG_SND_SOC_WM8962 is not set
  1122. # CONFIG_SND_SOC_WM8978 is not set
  1123. # CONFIG_SND_SOC_TPA6130A2 is not set
  1124. # CONFIG_SND_SIMPLE_CARD is not set
  1125. # CONFIG_SOUND_PRIME is not set
  1126.  
  1127. #
  1128. # HID support
  1129. #
  1130. CONFIG_HID=y
  1131. # CONFIG_HID_BATTERY_STRENGTH is not set
  1132. # CONFIG_HIDRAW is not set
  1133. # CONFIG_UHID is not set
  1134. CONFIG_HID_GENERIC=y
  1135.  
  1136. #
  1137. # Special HID drivers
  1138. #
  1139. CONFIG_HID_A4TECH=y
  1140. # CONFIG_HID_ACRUX is not set
  1141. CONFIG_HID_APPLE=y
  1142. # CONFIG_HID_APPLEIR is not set
  1143. # CONFIG_HID_AUREAL is not set
  1144. CONFIG_HID_BELKIN=y
  1145. # CONFIG_HID_BETOP_FF is not set
  1146. CONFIG_HID_CHERRY=y
  1147. CONFIG_HID_CHICONY=y
  1148. # CONFIG_HID_PRODIKEYS is not set
  1149. # CONFIG_HID_CP2112 is not set
  1150. CONFIG_HID_CYPRESS=y
  1151. # CONFIG_HID_DRAGONRISE is not set
  1152. # CONFIG_HID_EMS_FF is not set
  1153. # CONFIG_HID_ELECOM is not set
  1154. # CONFIG_HID_ELO is not set
  1155. CONFIG_HID_EZKEY=y
  1156. # CONFIG_HID_HOLTEK is not set
  1157. # CONFIG_HID_GT683R is not set
  1158. # CONFIG_HID_KEYTOUCH is not set
  1159. # CONFIG_HID_KYE is not set
  1160. # CONFIG_HID_UCLOGIC is not set
  1161. # CONFIG_HID_WALTOP is not set
  1162. # CONFIG_HID_GYRATION is not set
  1163. # CONFIG_HID_ICADE is not set
  1164. # CONFIG_HID_TWINHAN is not set
  1165. CONFIG_HID_KENSINGTON=y
  1166. # CONFIG_HID_LCPOWER is not set
  1167. # CONFIG_HID_LENOVO is not set
  1168. CONFIG_HID_LOGITECH=y
  1169. # CONFIG_HID_LOGITECH_HIDPP is not set
  1170. # CONFIG_LOGITECH_FF is not set
  1171. # CONFIG_LOGIRUMBLEPAD2_FF is not set
  1172. # CONFIG_LOGIG940_FF is not set
  1173. # CONFIG_LOGIWHEELS_FF is not set
  1174. # CONFIG_HID_MAGICMOUSE is not set
  1175. CONFIG_HID_MICROSOFT=y
  1176. CONFIG_HID_MONTEREY=y
  1177. # CONFIG_HID_MULTITOUCH is not set
  1178. # CONFIG_HID_NTRIG is not set
  1179. # CONFIG_HID_ORTEK is not set
  1180. # CONFIG_HID_PANTHERLORD is not set
  1181. # CONFIG_HID_PENMOUNT is not set
  1182. # CONFIG_HID_PETALYNX is not set
  1183. # CONFIG_HID_PICOLCD is not set
  1184. # CONFIG_HID_PLANTRONICS is not set
  1185. # CONFIG_HID_PRIMAX is not set
  1186. # CONFIG_HID_ROCCAT is not set
  1187. # CONFIG_HID_SAITEK is not set
  1188. # CONFIG_HID_SAMSUNG is not set
  1189. # CONFIG_HID_SONY is not set
  1190. # CONFIG_HID_SPEEDLINK is not set
  1191. # CONFIG_HID_STEELSERIES is not set
  1192. # CONFIG_HID_SUNPLUS is not set
  1193. # CONFIG_HID_RMI is not set
  1194. # CONFIG_HID_GREENASIA is not set
  1195. # CONFIG_HID_SMARTJOYPLUS is not set
  1196. # CONFIG_HID_TIVO is not set
  1197. # CONFIG_HID_TOPSEED is not set
  1198. # CONFIG_HID_THINGM is not set
  1199. # CONFIG_HID_THRUSTMASTER is not set
  1200. # CONFIG_HID_WACOM is not set
  1201. # CONFIG_HID_WIIMOTE is not set
  1202. # CONFIG_HID_XINMO is not set
  1203. # CONFIG_HID_ZEROPLUS is not set
  1204. # CONFIG_HID_ZYDACRON is not set
  1205. # CONFIG_HID_SENSOR_HUB is not set
  1206.  
  1207. #
  1208. # USB HID support
  1209. #
  1210. CONFIG_USB_HID=y
  1211. # CONFIG_HID_PID is not set
  1212. # CONFIG_USB_HIDDEV is not set
  1213.  
  1214. #
  1215. # I2C HID support
  1216. #
  1217. # CONFIG_I2C_HID is not set
  1218. CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  1219. CONFIG_USB_SUPPORT=y
  1220. CONFIG_USB_COMMON=y
  1221. CONFIG_USB_ARCH_HAS_HCD=y
  1222. CONFIG_USB=y
  1223. CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
  1224.  
  1225. #
  1226. # Miscellaneous USB options
  1227. #
  1228. CONFIG_USB_DEFAULT_PERSIST=y
  1229. # CONFIG_USB_DYNAMIC_MINORS is not set
  1230. # CONFIG_USB_OTG is not set
  1231. # CONFIG_USB_OTG_WHITELIST is not set
  1232. # CONFIG_USB_OTG_FSM is not set
  1233. # CONFIG_USB_MON is not set
  1234. # CONFIG_USB_WUSB_CBAF is not set
  1235.  
  1236. #
  1237. # USB Host Controller Drivers
  1238. #
  1239. # CONFIG_USB_C67X00_HCD is not set
  1240. # CONFIG_USB_XHCI_HCD is not set
  1241. CONFIG_USB_EHCI_HCD=y
  1242. # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  1243. CONFIG_USB_EHCI_TT_NEWSCHED=y
  1244. CONFIG_USB_EHCI_HCD_PLATFORM=y
  1245. # CONFIG_USB_OXU210HP_HCD is not set
  1246. # CONFIG_USB_ISP116X_HCD is not set
  1247. # CONFIG_USB_ISP1362_HCD is not set
  1248. # CONFIG_USB_FUSBH200_HCD is not set
  1249. # CONFIG_USB_FOTG210_HCD is not set
  1250. # CONFIG_USB_MAX3421_HCD is not set
  1251. # CONFIG_USB_OHCI_HCD is not set
  1252. # CONFIG_USB_SL811_HCD is not set
  1253. # CONFIG_USB_R8A66597_HCD is not set
  1254. # CONFIG_USB_HCD_TEST_MODE is not set
  1255.  
  1256. #
  1257. # USB Device Class drivers
  1258. #
  1259. # CONFIG_USB_ACM is not set
  1260. # CONFIG_USB_PRINTER is not set
  1261. # CONFIG_USB_WDM is not set
  1262. # CONFIG_USB_TMC is not set
  1263.  
  1264. #
  1265. # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  1266. #
  1267.  
  1268. #
  1269. # also be needed; see USB_STORAGE Help for more info
  1270. #
  1271. # CONFIG_USB_STORAGE is not set
  1272.  
  1273. #
  1274. # USB Imaging devices
  1275. #
  1276. # CONFIG_USB_MDC800 is not set
  1277. # CONFIG_USB_MICROTEK is not set
  1278. # CONFIG_USBIP_CORE is not set
  1279. # CONFIG_USB_MUSB_HDRC is not set
  1280. # CONFIG_USB_DWC3 is not set
  1281. # CONFIG_USB_DWC2 is not set
  1282. # CONFIG_USB_CHIPIDEA is not set
  1283. # CONFIG_USB_ISP1760 is not set
  1284.  
  1285. #
  1286. # USB port drivers
  1287. #
  1288. # CONFIG_USB_SERIAL is not set
  1289.  
  1290. #
  1291. # USB Miscellaneous drivers
  1292. #
  1293. # CONFIG_USB_EMI62 is not set
  1294. # CONFIG_USB_EMI26 is not set
  1295. # CONFIG_USB_ADUTUX is not set
  1296. # CONFIG_USB_SEVSEG is not set
  1297. # CONFIG_USB_RIO500 is not set
  1298. # CONFIG_USB_LEGOTOWER is not set
  1299. # CONFIG_USB_LCD is not set
  1300. # CONFIG_USB_LED is not set
  1301. # CONFIG_USB_CYPRESS_CY7C63 is not set
  1302. # CONFIG_USB_CYTHERM is not set
  1303. # CONFIG_USB_IDMOUSE is not set
  1304. # CONFIG_USB_FTDI_ELAN is not set
  1305. # CONFIG_USB_APPLEDISPLAY is not set
  1306. # CONFIG_USB_SISUSBVGA is not set
  1307. # CONFIG_USB_LD is not set
  1308. # CONFIG_USB_TRANCEVIBRATOR is not set
  1309. # CONFIG_USB_IOWARRIOR is not set
  1310. # CONFIG_USB_TEST is not set
  1311. # CONFIG_USB_EHSET_TEST_FIXTURE is not set
  1312. # CONFIG_USB_ISIGHTFW is not set
  1313. # CONFIG_USB_YUREX is not set
  1314. # CONFIG_USB_EZUSB_FX2 is not set
  1315. # CONFIG_USB_HSIC_USB3503 is not set
  1316. # CONFIG_USB_LINK_LAYER_TEST is not set
  1317. # CONFIG_USB_CHAOSKEY is not set
  1318.  
  1319. #
  1320. # USB Physical Layer drivers
  1321. #
  1322. # CONFIG_USB_PHY is not set
  1323. # CONFIG_NOP_USB_XCEIV is not set
  1324. # CONFIG_AM335X_PHY_USB is not set
  1325. # CONFIG_USB_GPIO_VBUS is not set
  1326. # CONFIG_USB_ISP1301 is not set
  1327. # CONFIG_USB_ULPI is not set
  1328. # CONFIG_USB_GADGET is not set
  1329. # CONFIG_USB_LED_TRIG is not set
  1330. # CONFIG_UWB is not set
  1331. CONFIG_MMC=y
  1332. # CONFIG_MMC_DEBUG is not set
  1333. # CONFIG_MMC_CLKGATE is not set
  1334.  
  1335. #
  1336. # MMC/SD/SDIO Card Drivers
  1337. #
  1338. CONFIG_MMC_BLOCK=y
  1339. CONFIG_MMC_BLOCK_MINORS=8
  1340. CONFIG_MMC_BLOCK_BOUNCE=y
  1341. # CONFIG_SDIO_UART is not set
  1342. # CONFIG_MMC_TEST is not set
  1343.  
  1344. #
  1345. # MMC/SD/SDIO Host Controller Drivers
  1346. #
  1347. # CONFIG_MMC_SDHCI is not set
  1348. # CONFIG_MMC_DW is not set
  1349. # CONFIG_MMC_VUB300 is not set
  1350. # CONFIG_MMC_USHC is not set
  1351. # CONFIG_MMC_USDHI6ROL0 is not set
  1352. CONFIG_MMC_SUNXI=y
  1353. # CONFIG_MEMSTICK is not set
  1354. CONFIG_NEW_LEDS=y
  1355. CONFIG_LEDS_CLASS=y
  1356. # CONFIG_LEDS_CLASS_FLASH is not set
  1357.  
  1358. #
  1359. # LED drivers
  1360. #
  1361. # CONFIG_LEDS_LM3530 is not set
  1362. # CONFIG_LEDS_LM3642 is not set
  1363. # CONFIG_LEDS_PCA9532 is not set
  1364. CONFIG_LEDS_GPIO=y
  1365. # CONFIG_LEDS_LP3944 is not set
  1366. # CONFIG_LEDS_LP5521 is not set
  1367. # CONFIG_LEDS_LP5523 is not set
  1368. # CONFIG_LEDS_LP5562 is not set
  1369. # CONFIG_LEDS_LP8501 is not set
  1370. # CONFIG_LEDS_LP8860 is not set
  1371. # CONFIG_LEDS_PCA955X is not set
  1372. # CONFIG_LEDS_PCA963X is not set
  1373. # CONFIG_LEDS_DAC124S085 is not set
  1374. # CONFIG_LEDS_REGULATOR is not set
  1375. # CONFIG_LEDS_BD2802 is not set
  1376. # CONFIG_LEDS_LT3593 is not set
  1377. # CONFIG_LEDS_TCA6507 is not set
  1378. # CONFIG_LEDS_LM355x is not set
  1379.  
  1380. #
  1381. # LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
  1382. #
  1383. # CONFIG_LEDS_BLINKM is not set
  1384. # CONFIG_LEDS_PM8941_WLED is not set
  1385.  
  1386. #
  1387. # LED Triggers
  1388. #
  1389. CONFIG_LEDS_TRIGGERS=y
  1390. # CONFIG_LEDS_TRIGGER_TIMER is not set
  1391. # CONFIG_LEDS_TRIGGER_ONESHOT is not set
  1392. CONFIG_LEDS_TRIGGER_HEARTBEAT=y
  1393. # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
  1394. # CONFIG_LEDS_TRIGGER_CPU is not set
  1395. # CONFIG_LEDS_TRIGGER_GPIO is not set
  1396. CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
  1397.  
  1398. #
  1399. # iptables trigger is under Netfilter config (LED target)
  1400. #
  1401. # CONFIG_LEDS_TRIGGER_TRANSIENT is not set
  1402. # CONFIG_LEDS_TRIGGER_CAMERA is not set
  1403. # CONFIG_ACCESSIBILITY is not set
  1404. # CONFIG_EDAC is not set
  1405. CONFIG_RTC_LIB=y
  1406. CONFIG_RTC_CLASS=y
  1407. CONFIG_RTC_HCTOSYS=y
  1408. CONFIG_RTC_SYSTOHC=y
  1409. CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
  1410. # CONFIG_RTC_DEBUG is not set
  1411.  
  1412. #
  1413. # RTC interfaces
  1414. #
  1415. CONFIG_RTC_INTF_SYSFS=y
  1416. CONFIG_RTC_INTF_PROC=y
  1417. CONFIG_RTC_INTF_DEV=y
  1418. # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
  1419. # CONFIG_RTC_DRV_TEST is not set
  1420.  
  1421. #
  1422. # I2C RTC drivers
  1423. #
  1424. # CONFIG_RTC_DRV_ABB5ZES3 is not set
  1425. # CONFIG_RTC_DRV_DS1307 is not set
  1426. # CONFIG_RTC_DRV_DS1374 is not set
  1427. # CONFIG_RTC_DRV_DS1672 is not set
  1428. # CONFIG_RTC_DRV_DS3232 is not set
  1429. # CONFIG_RTC_DRV_HYM8563 is not set
  1430. # CONFIG_RTC_DRV_MAX6900 is not set
  1431. # CONFIG_RTC_DRV_RS5C372 is not set
  1432. # CONFIG_RTC_DRV_ISL1208 is not set
  1433. # CONFIG_RTC_DRV_ISL12022 is not set
  1434. # CONFIG_RTC_DRV_ISL12057 is not set
  1435. # CONFIG_RTC_DRV_X1205 is not set
  1436. # CONFIG_RTC_DRV_PCF2127 is not set
  1437. # CONFIG_RTC_DRV_PCF8523 is not set
  1438. # CONFIG_RTC_DRV_PCF8563 is not set
  1439. # CONFIG_RTC_DRV_PCF85063 is not set
  1440. # CONFIG_RTC_DRV_PCF8583 is not set
  1441. # CONFIG_RTC_DRV_M41T80 is not set
  1442. # CONFIG_RTC_DRV_BQ32K is not set
  1443. # CONFIG_RTC_DRV_S35390A is not set
  1444. # CONFIG_RTC_DRV_FM3130 is not set
  1445. # CONFIG_RTC_DRV_RX8581 is not set
  1446. # CONFIG_RTC_DRV_RX8025 is not set
  1447. # CONFIG_RTC_DRV_EM3027 is not set
  1448. # CONFIG_RTC_DRV_RV3029C2 is not set
  1449.  
  1450. #
  1451. # SPI RTC drivers
  1452. #
  1453. # CONFIG_RTC_DRV_M41T93 is not set
  1454. # CONFIG_RTC_DRV_M41T94 is not set
  1455. # CONFIG_RTC_DRV_DS1305 is not set
  1456. # CONFIG_RTC_DRV_DS1343 is not set
  1457. # CONFIG_RTC_DRV_DS1347 is not set
  1458. # CONFIG_RTC_DRV_DS1390 is not set
  1459. # CONFIG_RTC_DRV_MAX6902 is not set
  1460. # CONFIG_RTC_DRV_R9701 is not set
  1461. # CONFIG_RTC_DRV_RS5C348 is not set
  1462. # CONFIG_RTC_DRV_DS3234 is not set
  1463. # CONFIG_RTC_DRV_PCF2123 is not set
  1464. # CONFIG_RTC_DRV_RX4581 is not set
  1465. # CONFIG_RTC_DRV_MCP795 is not set
  1466.  
  1467. #
  1468. # Platform RTC drivers
  1469. #
  1470. # CONFIG_RTC_DRV_CMOS is not set
  1471. # CONFIG_RTC_DRV_DS1286 is not set
  1472. # CONFIG_RTC_DRV_DS1511 is not set
  1473. # CONFIG_RTC_DRV_DS1553 is not set
  1474. # CONFIG_RTC_DRV_DS1685_FAMILY is not set
  1475. # CONFIG_RTC_DRV_DS1742 is not set
  1476. # CONFIG_RTC_DRV_DS2404 is not set
  1477. # CONFIG_RTC_DRV_STK17TA8 is not set
  1478. # CONFIG_RTC_DRV_M48T86 is not set
  1479. # CONFIG_RTC_DRV_M48T35 is not set
  1480. # CONFIG_RTC_DRV_M48T59 is not set
  1481. # CONFIG_RTC_DRV_MSM6242 is not set
  1482. # CONFIG_RTC_DRV_BQ4802 is not set
  1483. # CONFIG_RTC_DRV_RP5C01 is not set
  1484. # CONFIG_RTC_DRV_V3020 is not set
  1485.  
  1486. #
  1487. # on-CPU RTC drivers
  1488. #
  1489. CONFIG_RTC_DRV_SUNXI=y
  1490. # CONFIG_RTC_DRV_SNVS is not set
  1491. # CONFIG_RTC_DRV_XGENE is not set
  1492.  
  1493. #
  1494. # HID Sensor RTC drivers
  1495. #
  1496. # CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
  1497. CONFIG_DMADEVICES=y
  1498. # CONFIG_DMADEVICES_DEBUG is not set
  1499.  
  1500. #
  1501. # DMA Devices
  1502. #
  1503. # CONFIG_DW_DMAC is not set
  1504. # CONFIG_FSL_EDMA is not set
  1505. CONFIG_DMA_SUN4I=y
  1506. # CONFIG_NBPFAXI_DMA is not set
  1507. # CONFIG_XGENE_DMA is not set
  1508. CONFIG_DMA_ENGINE=y
  1509. CONFIG_DMA_VIRTUAL_CHANNELS=y
  1510. CONFIG_DMA_OF=y
  1511.  
  1512. #
  1513. # DMA Clients
  1514. #
  1515. # CONFIG_ASYNC_TX_DMA is not set
  1516. # CONFIG_DMATEST is not set
  1517. # CONFIG_AUXDISPLAY is not set
  1518. # CONFIG_UIO is not set
  1519. # CONFIG_VIRT_DRIVERS is not set
  1520.  
  1521. #
  1522. # Virtio drivers
  1523. #
  1524. # CONFIG_VIRTIO_MMIO is not set
  1525.  
  1526. #
  1527. # Microsoft Hyper-V guest support
  1528. #
  1529. # CONFIG_STAGING is not set
  1530. # CONFIG_CHROME_PLATFORMS is not set
  1531. CONFIG_CLKDEV_LOOKUP=y
  1532. CONFIG_HAVE_CLK_PREPARE=y
  1533. CONFIG_COMMON_CLK=y
  1534.  
  1535. #
  1536. # Common Clock Framework
  1537. #
  1538. # CONFIG_COMMON_CLK_SI5351 is not set
  1539. # CONFIG_COMMON_CLK_SI570 is not set
  1540. # CONFIG_CLK_QORIQ is not set
  1541. # CONFIG_COMMON_CLK_PXA is not set
  1542. # CONFIG_COMMON_CLK_CDCE706 is not set
  1543.  
  1544. #
  1545. # Hardware Spinlock drivers
  1546. #
  1547.  
  1548. #
  1549. # Clock Source drivers
  1550. #
  1551. CONFIG_CLKSRC_OF=y
  1552. CONFIG_CLKSRC_MMIO=y
  1553. CONFIG_SUN4I_TIMER=y
  1554. CONFIG_SUN5I_HSTIMER=y
  1555. CONFIG_ARM_ARCH_TIMER=y
  1556. CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
  1557. # CONFIG_ATMEL_PIT is not set
  1558. # CONFIG_SH_TIMER_CMT is not set
  1559. # CONFIG_SH_TIMER_MTU2 is not set
  1560. # CONFIG_SH_TIMER_TMU is not set
  1561. # CONFIG_EM_TIMER_STI is not set
  1562. # CONFIG_MAILBOX is not set
  1563. # CONFIG_IOMMU_SUPPORT is not set
  1564.  
  1565. #
  1566. # Remoteproc drivers
  1567. #
  1568. # CONFIG_STE_MODEM_RPROC is not set
  1569.  
  1570. #
  1571. # Rpmsg drivers
  1572. #
  1573.  
  1574. #
  1575. # SOC (System On Chip) specific Drivers
  1576. #
  1577. CONFIG_SUNXI_SRAM=y
  1578. # CONFIG_SOC_TI is not set
  1579. # CONFIG_PM_DEVFREQ is not set
  1580. # CONFIG_EXTCON is not set
  1581. # CONFIG_MEMORY is not set
  1582. # CONFIG_IIO is not set
  1583. # CONFIG_PWM is not set
  1584. CONFIG_IRQCHIP=y
  1585. CONFIG_ARM_GIC=y
  1586. # CONFIG_IPACK_BUS is not set
  1587. CONFIG_ARCH_HAS_RESET_CONTROLLER=y
  1588. CONFIG_RESET_CONTROLLER=y
  1589. # CONFIG_FMC is not set
  1590.  
  1591. #
  1592. # PHY Subsystem
  1593. #
  1594. CONFIG_GENERIC_PHY=y
  1595. # CONFIG_BCM_KONA_USB2_PHY is not set
  1596. CONFIG_PHY_SUN9I_USB=y
  1597. # CONFIG_POWERCAP is not set
  1598. # CONFIG_MCB is not set
  1599.  
  1600. #
  1601. # Android
  1602. #
  1603. # CONFIG_ANDROID is not set
  1604.  
  1605. #
  1606. # Firmware Drivers
  1607. #
  1608. # CONFIG_FIRMWARE_MEMMAP is not set
  1609.  
  1610. #
  1611. # File systems
  1612. #
  1613. CONFIG_DCACHE_WORD_ACCESS=y
  1614. # CONFIG_EXT2_FS is not set
  1615. CONFIG_EXT3_FS=y
  1616. CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
  1617. CONFIG_EXT3_FS_XATTR=y
  1618. # CONFIG_EXT3_FS_POSIX_ACL is not set
  1619. # CONFIG_EXT3_FS_SECURITY is not set
  1620. CONFIG_EXT4_FS=y
  1621. CONFIG_EXT4_USE_FOR_EXT23=y
  1622. # CONFIG_EXT4_FS_POSIX_ACL is not set
  1623. # CONFIG_EXT4_FS_SECURITY is not set
  1624. # CONFIG_EXT4_FS_ENCRYPTION is not set
  1625. # CONFIG_EXT4_DEBUG is not set
  1626. CONFIG_JBD=y
  1627. CONFIG_JBD2=y
  1628. # CONFIG_JBD2_DEBUG is not set
  1629. CONFIG_FS_MBCACHE=y
  1630. # CONFIG_REISERFS_FS is not set
  1631. # CONFIG_JFS_FS is not set
  1632. # CONFIG_XFS_FS is not set
  1633. # CONFIG_GFS2_FS is not set
  1634. CONFIG_BTRFS_FS=y
  1635. # CONFIG_BTRFS_FS_POSIX_ACL is not set
  1636. # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
  1637. # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
  1638. # CONFIG_BTRFS_DEBUG is not set
  1639. # CONFIG_BTRFS_ASSERT is not set
  1640. # CONFIG_NILFS2_FS is not set
  1641. # CONFIG_F2FS_FS is not set
  1642. CONFIG_FS_POSIX_ACL=y
  1643. CONFIG_FILE_LOCKING=y
  1644. CONFIG_FSNOTIFY=y
  1645. CONFIG_DNOTIFY=y
  1646. CONFIG_INOTIFY_USER=y
  1647. # CONFIG_FANOTIFY is not set
  1648. # CONFIG_QUOTA is not set
  1649. # CONFIG_QUOTACTL is not set
  1650. # CONFIG_AUTOFS4_FS is not set
  1651. CONFIG_FUSE_FS=y
  1652. # CONFIG_CUSE is not set
  1653. # CONFIG_OVERLAY_FS is not set
  1654.  
  1655. #
  1656. # Caches
  1657. #
  1658. # CONFIG_FSCACHE is not set
  1659.  
  1660. #
  1661. # CD-ROM/DVD Filesystems
  1662. #
  1663. # CONFIG_ISO9660_FS is not set
  1664. # CONFIG_UDF_FS is not set
  1665.  
  1666. #
  1667. # DOS/FAT/NT Filesystems
  1668. #
  1669. CONFIG_FAT_FS=y
  1670. CONFIG_MSDOS_FS=y
  1671. CONFIG_VFAT_FS=y
  1672. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1673. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1674. CONFIG_NTFS_FS=y
  1675. # CONFIG_NTFS_DEBUG is not set
  1676. CONFIG_NTFS_RW=y
  1677.  
  1678. #
  1679. # Pseudo filesystems
  1680. #
  1681. CONFIG_PROC_FS=y
  1682. CONFIG_PROC_SYSCTL=y
  1683. CONFIG_PROC_PAGE_MONITOR=y
  1684. CONFIG_KERNFS=y
  1685. CONFIG_SYSFS=y
  1686. CONFIG_TMPFS=y
  1687. CONFIG_TMPFS_POSIX_ACL=y
  1688. CONFIG_TMPFS_XATTR=y
  1689. # CONFIG_HUGETLBFS is not set
  1690. # CONFIG_HUGETLB_PAGE is not set
  1691. # CONFIG_CONFIGFS_FS is not set
  1692. CONFIG_MISC_FILESYSTEMS=y
  1693. # CONFIG_ADFS_FS is not set
  1694. # CONFIG_AFFS_FS is not set
  1695. # CONFIG_HFS_FS is not set
  1696. # CONFIG_HFSPLUS_FS is not set
  1697. # CONFIG_BEFS_FS is not set
  1698. # CONFIG_BFS_FS is not set
  1699. # CONFIG_EFS_FS is not set
  1700. # CONFIG_LOGFS is not set
  1701. # CONFIG_CRAMFS is not set
  1702. # CONFIG_SQUASHFS is not set
  1703. # CONFIG_VXFS_FS is not set
  1704. # CONFIG_MINIX_FS is not set
  1705. # CONFIG_OMFS_FS is not set
  1706. # CONFIG_HPFS_FS is not set
  1707. # CONFIG_QNX4FS_FS is not set
  1708. # CONFIG_QNX6FS_FS is not set
  1709. # CONFIG_ROMFS_FS is not set
  1710. # CONFIG_PSTORE is not set
  1711. # CONFIG_SYSV_FS is not set
  1712. # CONFIG_UFS_FS is not set
  1713. CONFIG_NETWORK_FILESYSTEMS=y
  1714. CONFIG_NFS_FS=y
  1715. CONFIG_NFS_V2=y
  1716. CONFIG_NFS_V3=y
  1717. # CONFIG_NFS_V3_ACL is not set
  1718. # CONFIG_NFS_V4 is not set
  1719. # CONFIG_NFS_SWAP is not set
  1720. CONFIG_ROOT_NFS=y
  1721. # CONFIG_NFSD is not set
  1722. CONFIG_GRACE_PERIOD=y
  1723. CONFIG_LOCKD=y
  1724. CONFIG_LOCKD_V4=y
  1725. CONFIG_NFS_COMMON=y
  1726. CONFIG_SUNRPC=y
  1727. # CONFIG_SUNRPC_DEBUG is not set
  1728. # CONFIG_CEPH_FS is not set
  1729. # CONFIG_CIFS is not set
  1730. # CONFIG_NCP_FS is not set
  1731. # CONFIG_CODA_FS is not set
  1732. # CONFIG_AFS_FS is not set
  1733. CONFIG_NLS=y
  1734. CONFIG_NLS_DEFAULT="iso8859-1"
  1735. CONFIG_NLS_CODEPAGE_437=y
  1736. # CONFIG_NLS_CODEPAGE_737 is not set
  1737. # CONFIG_NLS_CODEPAGE_775 is not set
  1738. CONFIG_NLS_CODEPAGE_850=y
  1739. # CONFIG_NLS_CODEPAGE_852 is not set
  1740. # CONFIG_NLS_CODEPAGE_855 is not set
  1741. # CONFIG_NLS_CODEPAGE_857 is not set
  1742. # CONFIG_NLS_CODEPAGE_860 is not set
  1743. # CONFIG_NLS_CODEPAGE_861 is not set
  1744. # CONFIG_NLS_CODEPAGE_862 is not set
  1745. # CONFIG_NLS_CODEPAGE_863 is not set
  1746. # CONFIG_NLS_CODEPAGE_864 is not set
  1747. # CONFIG_NLS_CODEPAGE_865 is not set
  1748. # CONFIG_NLS_CODEPAGE_866 is not set
  1749. # CONFIG_NLS_CODEPAGE_869 is not set
  1750. # CONFIG_NLS_CODEPAGE_936 is not set
  1751. # CONFIG_NLS_CODEPAGE_950 is not set
  1752. # CONFIG_NLS_CODEPAGE_932 is not set
  1753. # CONFIG_NLS_CODEPAGE_949 is not set
  1754. # CONFIG_NLS_CODEPAGE_874 is not set
  1755. # CONFIG_NLS_ISO8859_8 is not set
  1756. # CONFIG_NLS_CODEPAGE_1250 is not set
  1757. # CONFIG_NLS_CODEPAGE_1251 is not set
  1758. # CONFIG_NLS_ASCII is not set
  1759. CONFIG_NLS_ISO8859_1=y
  1760. # CONFIG_NLS_ISO8859_2 is not set
  1761. # CONFIG_NLS_ISO8859_3 is not set
  1762. # CONFIG_NLS_ISO8859_4 is not set
  1763. # CONFIG_NLS_ISO8859_5 is not set
  1764. # CONFIG_NLS_ISO8859_6 is not set
  1765. # CONFIG_NLS_ISO8859_7 is not set
  1766. # CONFIG_NLS_ISO8859_9 is not set
  1767. # CONFIG_NLS_ISO8859_13 is not set
  1768. # CONFIG_NLS_ISO8859_14 is not set
  1769. CONFIG_NLS_ISO8859_15=y
  1770. # CONFIG_NLS_KOI8_R is not set
  1771. # CONFIG_NLS_KOI8_U is not set
  1772. # CONFIG_NLS_MAC_ROMAN is not set
  1773. # CONFIG_NLS_MAC_CELTIC is not set
  1774. # CONFIG_NLS_MAC_CENTEURO is not set
  1775. # CONFIG_NLS_MAC_CROATIAN is not set
  1776. # CONFIG_NLS_MAC_CYRILLIC is not set
  1777. # CONFIG_NLS_MAC_GAELIC is not set
  1778. # CONFIG_NLS_MAC_GREEK is not set
  1779. # CONFIG_NLS_MAC_ICELAND is not set
  1780. # CONFIG_NLS_MAC_INUIT is not set
  1781. # CONFIG_NLS_MAC_ROMANIAN is not set
  1782. # CONFIG_NLS_MAC_TURKISH is not set
  1783. CONFIG_NLS_UTF8=y
  1784.  
  1785. #
  1786. # Kernel hacking
  1787. #
  1788.  
  1789. #
  1790. # printk and dmesg options
  1791. #
  1792. CONFIG_PRINTK_TIME=y
  1793. CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
  1794.  
  1795. #
  1796. # Compile-time checks and compiler options
  1797. #
  1798. CONFIG_ENABLE_WARN_DEPRECATED=y
  1799. CONFIG_ENABLE_MUST_CHECK=y
  1800. CONFIG_FRAME_WARN=1024
  1801. # CONFIG_STRIP_ASM_SYMS is not set
  1802. # CONFIG_UNUSED_SYMBOLS is not set
  1803. # CONFIG_DEBUG_FS is not set
  1804. # CONFIG_HEADERS_CHECK is not set
  1805. # CONFIG_DEBUG_SECTION_MISMATCH is not set
  1806. CONFIG_MAGIC_SYSRQ=y
  1807. CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
  1808. # CONFIG_DEBUG_KERNEL is not set
  1809.  
  1810. #
  1811. # Memory Debugging
  1812. #
  1813. # CONFIG_PAGE_EXTENSION is not set
  1814. # CONFIG_SLUB_DEBUG_ON is not set
  1815. # CONFIG_SLUB_STATS is not set
  1816. CONFIG_HAVE_DEBUG_KMEMLEAK=y
  1817. CONFIG_DEBUG_MEMORY_INIT=y
  1818.  
  1819. #
  1820. # Debug Lockups and Hangs
  1821. #
  1822. # CONFIG_PANIC_ON_OOPS is not set
  1823. CONFIG_PANIC_ON_OOPS_VALUE=0
  1824. CONFIG_PANIC_TIMEOUT=0
  1825. # CONFIG_DEBUG_TIMEKEEPING is not set
  1826.  
  1827. #
  1828. # Lock Debugging (spinlocks, mutexes, etc...)
  1829. #
  1830. # CONFIG_STACKTRACE is not set
  1831. CONFIG_DEBUG_BUGVERBOSE=y
  1832.  
  1833. #
  1834. # RCU Debugging
  1835. #
  1836. # CONFIG_PROVE_RCU is not set
  1837. # CONFIG_SPARSE_RCU_POINTER is not set
  1838. # CONFIG_TORTURE_TEST is not set
  1839. CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
  1840. CONFIG_RCU_CPU_STALL_TIMEOUT=21
  1841. CONFIG_HAVE_FUNCTION_TRACER=y
  1842. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  1843. CONFIG_HAVE_DYNAMIC_FTRACE=y
  1844. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  1845. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  1846. CONFIG_HAVE_C_RECORDMCOUNT=y
  1847. CONFIG_TRACING_SUPPORT=y
  1848. # CONFIG_FTRACE is not set
  1849.  
  1850. #
  1851. # Runtime Testing
  1852. #
  1853. # CONFIG_ATOMIC64_SELFTEST is not set
  1854. # CONFIG_TEST_HEXDUMP is not set
  1855. # CONFIG_TEST_STRING_HELPERS is not set
  1856. # CONFIG_TEST_KSTRTOX is not set
  1857. # CONFIG_TEST_RHASHTABLE is not set
  1858. # CONFIG_DMA_API_DEBUG is not set
  1859. # CONFIG_TEST_FIRMWARE is not set
  1860. # CONFIG_TEST_UDELAY is not set
  1861. # CONFIG_MEMTEST is not set
  1862. # CONFIG_SAMPLES is not set
  1863. CONFIG_HAVE_ARCH_KGDB=y
  1864. CONFIG_STRICT_DEVMEM=y
  1865. CONFIG_ARM_UNWIND=y
  1866. # CONFIG_DEBUG_USER is not set
  1867. CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
  1868. # CONFIG_DEBUG_UART_8250 is not set
  1869. # CONFIG_DEBUG_UART_BCM63XX is not set
  1870. CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
  1871. # CONFIG_PID_IN_CONTEXTIDR is not set
  1872. # CONFIG_CORESIGHT is not set
  1873.  
  1874. #
  1875. # Security options
  1876. #
  1877. # CONFIG_KEYS is not set
  1878. # CONFIG_SECURITY_DMESG_RESTRICT is not set
  1879. # CONFIG_SECURITY is not set
  1880. # CONFIG_SECURITYFS is not set
  1881. CONFIG_DEFAULT_SECURITY_DAC=y
  1882. CONFIG_DEFAULT_SECURITY=""
  1883. CONFIG_XOR_BLOCKS=y
  1884. CONFIG_CRYPTO=y
  1885.  
  1886. #
  1887. # Crypto core or helper
  1888. #
  1889. CONFIG_CRYPTO_ALGAPI=y
  1890. CONFIG_CRYPTO_ALGAPI2=y
  1891. CONFIG_CRYPTO_HASH=y
  1892. CONFIG_CRYPTO_HASH2=y
  1893. CONFIG_CRYPTO_RNG=y
  1894. CONFIG_CRYPTO_RNG2=y
  1895. # CONFIG_CRYPTO_MANAGER is not set
  1896. # CONFIG_CRYPTO_MANAGER2 is not set
  1897. # CONFIG_CRYPTO_USER is not set
  1898. # CONFIG_CRYPTO_GF128MUL is not set
  1899. # CONFIG_CRYPTO_NULL is not set
  1900. # CONFIG_CRYPTO_PCRYPT is not set
  1901. # CONFIG_CRYPTO_CRYPTD is not set
  1902. # CONFIG_CRYPTO_MCRYPTD is not set
  1903. # CONFIG_CRYPTO_AUTHENC is not set
  1904.  
  1905. #
  1906. # Authenticated Encryption with Associated Data
  1907. #
  1908. # CONFIG_CRYPTO_CCM is not set
  1909. # CONFIG_CRYPTO_GCM is not set
  1910. # CONFIG_CRYPTO_SEQIV is not set
  1911.  
  1912. #
  1913. # Block modes
  1914. #
  1915. # CONFIG_CRYPTO_CBC is not set
  1916. # CONFIG_CRYPTO_CTR is not set
  1917. # CONFIG_CRYPTO_CTS is not set
  1918. # CONFIG_CRYPTO_ECB is not set
  1919. # CONFIG_CRYPTO_LRW is not set
  1920. # CONFIG_CRYPTO_PCBC is not set
  1921. # CONFIG_CRYPTO_XTS is not set
  1922.  
  1923. #
  1924. # Hash modes
  1925. #
  1926. # CONFIG_CRYPTO_CMAC is not set
  1927. # CONFIG_CRYPTO_HMAC is not set
  1928. # CONFIG_CRYPTO_XCBC is not set
  1929. # CONFIG_CRYPTO_VMAC is not set
  1930.  
  1931. #
  1932. # Digest
  1933. #
  1934. CONFIG_CRYPTO_CRC32C=y
  1935. # CONFIG_CRYPTO_CRC32 is not set
  1936. # CONFIG_CRYPTO_CRCT10DIF is not set
  1937. # CONFIG_CRYPTO_GHASH is not set
  1938. # CONFIG_CRYPTO_MD4 is not set
  1939. # CONFIG_CRYPTO_MD5 is not set
  1940. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  1941. # CONFIG_CRYPTO_RMD128 is not set
  1942. # CONFIG_CRYPTO_RMD160 is not set
  1943. # CONFIG_CRYPTO_RMD256 is not set
  1944. # CONFIG_CRYPTO_RMD320 is not set
  1945. # CONFIG_CRYPTO_SHA1 is not set
  1946. # CONFIG_CRYPTO_SHA256 is not set
  1947. # CONFIG_CRYPTO_SHA512 is not set
  1948. # CONFIG_CRYPTO_TGR192 is not set
  1949. # CONFIG_CRYPTO_WP512 is not set
  1950.  
  1951. #
  1952. # Ciphers
  1953. #
  1954. CONFIG_CRYPTO_AES=y
  1955. # CONFIG_CRYPTO_ANUBIS is not set
  1956. # CONFIG_CRYPTO_ARC4 is not set
  1957. # CONFIG_CRYPTO_BLOWFISH is not set
  1958. # CONFIG_CRYPTO_CAMELLIA is not set
  1959. # CONFIG_CRYPTO_CAST5 is not set
  1960. # CONFIG_CRYPTO_CAST6 is not set
  1961. # CONFIG_CRYPTO_DES is not set
  1962. # CONFIG_CRYPTO_FCRYPT is not set
  1963. # CONFIG_CRYPTO_KHAZAD is not set
  1964. # CONFIG_CRYPTO_SALSA20 is not set
  1965. # CONFIG_CRYPTO_SEED is not set
  1966. # CONFIG_CRYPTO_SERPENT is not set
  1967. # CONFIG_CRYPTO_TEA is not set
  1968. # CONFIG_CRYPTO_TWOFISH is not set
  1969.  
  1970. #
  1971. # Compression
  1972. #
  1973. # CONFIG_CRYPTO_DEFLATE is not set
  1974. # CONFIG_CRYPTO_ZLIB is not set
  1975. # CONFIG_CRYPTO_LZO is not set
  1976. # CONFIG_CRYPTO_LZ4 is not set
  1977. # CONFIG_CRYPTO_LZ4HC is not set
  1978.  
  1979. #
  1980. # Random Number Generation
  1981. #
  1982. CONFIG_CRYPTO_ANSI_CPRNG=y
  1983. # CONFIG_CRYPTO_DRBG_MENU is not set
  1984. # CONFIG_CRYPTO_USER_API_HASH is not set
  1985. # CONFIG_CRYPTO_USER_API_SKCIPHER is not set
  1986. # CONFIG_CRYPTO_USER_API_RNG is not set
  1987. # CONFIG_CRYPTO_USER_API_AEAD is not set
  1988. CONFIG_CRYPTO_HW=y
  1989. # CONFIG_ARM_CRYPTO is not set
  1990. # CONFIG_BINARY_PRINTF is not set
  1991.  
  1992. #
  1993. # Library routines
  1994. #
  1995. CONFIG_RAID6_PQ=y
  1996. CONFIG_BITREVERSE=y
  1997. CONFIG_HAVE_ARCH_BITREVERSE=y
  1998. CONFIG_GENERIC_STRNCPY_FROM_USER=y
  1999. CONFIG_GENERIC_STRNLEN_USER=y
  2000. CONFIG_GENERIC_NET_UTILS=y
  2001. CONFIG_GENERIC_PCI_IOMAP=y
  2002. CONFIG_GENERIC_IO=y
  2003. CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
  2004. # CONFIG_CRC_CCITT is not set
  2005. CONFIG_CRC16=y
  2006. # CONFIG_CRC_T10DIF is not set
  2007. # CONFIG_CRC_ITU_T is not set
  2008. CONFIG_CRC32=y
  2009. # CONFIG_CRC32_SELFTEST is not set
  2010. CONFIG_CRC32_SLICEBY8=y
  2011. # CONFIG_CRC32_SLICEBY4 is not set
  2012. # CONFIG_CRC32_SARWATE is not set
  2013. # CONFIG_CRC32_BIT is not set
  2014. # CONFIG_CRC7 is not set
  2015. # CONFIG_LIBCRC32C is not set
  2016. # CONFIG_CRC8 is not set
  2017. # CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
  2018. # CONFIG_RANDOM32_SELFTEST is not set
  2019. CONFIG_ZLIB_INFLATE=y
  2020. CONFIG_ZLIB_DEFLATE=y
  2021. CONFIG_LZO_COMPRESS=y
  2022. CONFIG_LZO_DECOMPRESS=y
  2023. CONFIG_LZ4_DECOMPRESS=y
  2024. CONFIG_XZ_DEC=y
  2025. CONFIG_XZ_DEC_X86=y
  2026. CONFIG_XZ_DEC_POWERPC=y
  2027. CONFIG_XZ_DEC_IA64=y
  2028. CONFIG_XZ_DEC_ARM=y
  2029. CONFIG_XZ_DEC_ARMTHUMB=y
  2030. CONFIG_XZ_DEC_SPARC=y
  2031. CONFIG_XZ_DEC_BCJ=y
  2032. # CONFIG_XZ_DEC_TEST is not set
  2033. CONFIG_DECOMPRESS_GZIP=y
  2034. CONFIG_DECOMPRESS_BZIP2=y
  2035. CONFIG_DECOMPRESS_LZMA=y
  2036. CONFIG_DECOMPRESS_XZ=y
  2037. CONFIG_DECOMPRESS_LZO=y
  2038. CONFIG_DECOMPRESS_LZ4=y
  2039. CONFIG_GENERIC_ALLOCATOR=y
  2040. CONFIG_HAS_IOMEM=y
  2041. CONFIG_HAS_IOPORT_MAP=y
  2042. CONFIG_HAS_DMA=y
  2043. CONFIG_CPU_RMAP=y
  2044. CONFIG_DQL=y
  2045. CONFIG_GLOB=y
  2046. # CONFIG_GLOB_SELFTEST is not set
  2047. CONFIG_NLATTR=y
  2048. CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
  2049. # CONFIG_AVERAGE is not set
  2050. # CONFIG_CORDIC is not set
  2051. # CONFIG_DDR is not set
  2052. CONFIG_LIBFDT=y
  2053. CONFIG_ARCH_HAS_SG_CHAIN=y
  2054. CONFIG_HAVE_KVM_IRQFD=y
  2055. CONFIG_HAVE_KVM_EVENTFD=y
  2056. CONFIG_KVM_MMIO=y
  2057. CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
  2058. CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL=y
  2059. CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
  2060. CONFIG_VIRTUALIZATION=y
  2061. CONFIG_KVM=y
  2062. CONFIG_KVM_ARM_HOST=y
  2063. CONFIG_KVM_ARM_MAX_VCPUS=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement