Advertisement
Guest User

board config & kernel defconfig

a guest
Jun 4th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 158.17 KB | None | 0 0
  1. ./device/oneplus/msm8998-common/BoardConfigCommon.mk
  2. ----------------------------------------------------
  3. #
  4. # Copyright (C) 2017 The LineageOS Open Source Project
  5. #
  6. # Licensed under the Apache License, Version 2.0 (the "License");
  7. # you may not use this file except in compliance with the License.
  8. # You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18.  
  19. #
  20. # This file sets variables that control the way modules are built
  21. # thorughout the system. It should not be used to conditionally
  22. # disable makefiles (the proper mechanism to control what gets
  23. # included in a build is to use PRODUCT_PACKAGES in a product
  24. # definition file).
  25. #
  26.  
  27. # Inherit from oppo-common
  28. -include device/oppo/common/BoardConfigCommon.mk
  29.  
  30. PLATFORM_PATH := device/oneplus/msm8998-common
  31.  
  32. TARGET_SPECIFIC_HEADER_PATH := $(PLATFORM_PATH)/include
  33.  
  34. BOARD_VENDOR := oneplus
  35.  
  36. # we are too big to fit in
  37. PRODUCT_SKIP_FINGERPRINT_FROM_FILE := true
  38.  
  39. # Use Snapdragon LLVM, if available
  40. TARGET_USE_SDCLANG := true
  41.  
  42. # Bootloader
  43. TARGET_BOOTLOADER_BOARD_NAME := msm8998
  44. TARGET_NO_BOOTLOADER := true
  45.  
  46. # Platform
  47. TARGET_BOARD_PLATFORM := msm8998
  48. TARGET_BOARD_PLATFORM_GPU := qcom-adreno540
  49.  
  50. # Architecture
  51. TARGET_ARCH := arm64
  52. TARGET_ARCH_VARIANT := armv8-a
  53. TARGET_CPU_ABI := arm64-v8a
  54. TARGET_CPU_ABI2 :=
  55. TARGET_CPU_VARIANT := cortex-a73
  56.  
  57. TARGET_2ND_ARCH := arm
  58. TARGET_2ND_ARCH_VARIANT := armv7-a-neon
  59. TARGET_2ND_CPU_ABI := armeabi-v7a
  60. TARGET_2ND_CPU_ABI2 := armeabi
  61. TARGET_2ND_CPU_VARIANT := cortex-a53
  62.  
  63. TARGET_USES_UEFI := true
  64. TARGET_USES_64_BIT_BINDER := true
  65.  
  66. # Kernel
  67. BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=2048 audit=0 selinux=0
  68. BOARD_KERNEL_CMDLINE += androidboot.configfs=true
  69. BOARD_KERNEL_BASE := 0x00000000
  70. BOARD_KERNEL_PAGESIZE := 4096
  71. BOARD_KERNEL_TAGS_OFFSET := 0x01E00000
  72. BOARD_RAMDISK_OFFSET := 0x02000000
  73. BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
  74. TARGET_COMPILE_WITH_MSM_KERNEL := true
  75. TARGET_KERNEL_ARCH := arm64
  76. TARGET_KERNEL_HEADER_ARCH := arm64
  77. TARGET_KERNEL_SOURCE := kernel/oneplus/msm8998
  78. TARGET_KERNEL_CONFIG := lineage_oneplus5_defconfig
  79. TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
  80.  
  81. # QCOM hardware
  82. BOARD_USES_QCOM_HARDWARE := true
  83.  
  84. # ANT+
  85. BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
  86.  
  87. # Audio
  88. BOARD_USES_ALSA_AUDIO := true
  89.  
  90. BOARD_USES_SRS_TRUEMEDIA := false
  91. BOARD_SUPPORTS_SOUND_TRIGGER := false
  92. BOARD_SUPPORTS_SOUND_TRIGGER_HAL := false
  93. BOARD_SUPPORTS_QAHW := true
  94.  
  95. AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
  96. AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
  97. AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
  98. AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
  99. AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
  100. AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := false
  101. AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
  102. AUDIO_FEATURE_ENABLED_HDMI_SPK := true
  103. AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
  104. AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
  105. AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
  106. AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
  107. AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
  108. AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
  109. AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
  110. AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
  111. AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
  112. AUDIO_FEATURE_ENABLED_SSR := false
  113. AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
  114. AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
  115. AUDIO_FEATURE_ENABLED_AUDIOSPHERE := false
  116. AUDIO_FEATURE_ENABLED_USB_TUNNEL_AUDIO := true
  117. AUDIO_FEATURE_ENABLED_SPLIT_A2DP := true
  118. AUDIO_FEATURE_ENABLED_3D_AUDIO := false
  119. AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
  120. AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
  121. AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
  122. AUDIO_FEATURE_ENABLED_FLUENCE := true
  123. AUDIO_FEATURE_ENABLED_HDMI_EDID := true
  124. AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
  125. AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
  126. AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
  127. AUDIO_FEATURE_ENABLED_HFP := true
  128. AUDIO_FEATURE_ENABLED_INCALL_MUSIC := false
  129. AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
  130. AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
  131. AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
  132. AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true
  133. AUDIO_FEATURE_ENABLED_DEV_ARBI := false
  134. AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
  135. AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
  136. AUDIO_FEATURE_ENABLED_RAS := true
  137. AUDIO_FEATURE_ENABLED_SND_MONITOR := true
  138. AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false
  139. AUDIO_FEATURE_ENABLED_VOICE_PRINT := false
  140. USE_LEGACY_AUDIO_DAEMON := false
  141. USE_LEGACY_AUDIO_MEASUREMENT := false
  142. DOLBY_ENABLE := false
  143.  
  144. TARGET_USES_QCOM_MM_AUDIO := true
  145. MM_AUDIO_ENABLED_SAFX := true
  146. MM_AUDIO_ENABLED_FTM := true
  147. DTS_CODEC_M_ := false
  148.  
  149. AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
  150.  
  151. USE_CUSTOM_AUDIO_POLICY := 1
  152. USE_XML_AUDIO_POLICY_CONF := 1
  153.  
  154. # Bluetooth
  155. BOARD_HAS_QCA_BT_ROME := true
  156. BOARD_HAVE_BLUETOOTH := true
  157. BOARD_HAVE_BLUETOOTH_QCOM := true
  158. QCOM_BT_USE_BTNV := true
  159. QCOM_BT_USE_SMD_TTY := true
  160.  
  161. # Camera
  162. USE_DEVICE_SPECIFIC_CAMERA := true
  163. TARGET_USES_QTI_CAMERA_DEVICE := true
  164. TARGET_USES_QTI_CAMERA2CLIENT := true
  165. BOARD_QTI_CAMERA_32BIT_ONLY := true
  166. TARGET_USES_MEDIA_EXTENSIONS := true
  167.  
  168. # Charger
  169. BOARD_CHARGER_ENABLE_SUSPEND := true
  170. BOARD_CHARGER_DISABLE_INIT_BLANK := true
  171. WITH_LINEAGE_CHARGER := false
  172.  
  173. # CNE and DPM
  174. BOARD_USES_QCNE := true
  175.  
  176. # Crypto
  177. TARGET_HW_DISK_ENCRYPTION := true
  178.  
  179. # Display
  180. BOARD_USES_ADRENO := true
  181.  
  182. TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
  183. TARGET_USES_C2D_COMPOSITION := true
  184. TARGET_USES_HWC2 := true
  185. TARGET_USES_GRALLOC1 := true
  186. TARGET_USES_ION := true
  187. TARGET_USES_NEW_ION_API :=true
  188. TARGET_USES_OVERLAY := true
  189. TARGET_USES_COLOR_METADATA := true
  190. TARGET_CONTINUOUS_SPLASH_ENABLED := true
  191. USE_OPENGL_RENDERER := true
  192.  
  193. MAX_EGL_CACHE_KEY_SIZE := 12*1024
  194. MAX_EGL_CACHE_SIZE := 2048*1024
  195.  
  196. MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
  197.  
  198. OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
  199.  
  200. VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
  201. SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
  202.  
  203. # Enable dexpreopt to speed boot time
  204. ifeq ($(HOST_OS),linux)
  205. ifneq ($(TARGET_BUILD_VARIANT),eng)
  206. ifeq ($(WITH_DEXPREOPT),)
  207. WITH_DEXPREOPT := true
  208. WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
  209. endif
  210. endif
  211. endif
  212.  
  213. # Filesystem
  214. TARGET_FS_CONFIG_GEN += $(PLATFORM_PATH)/config.fs
  215.  
  216. # GPS
  217. TARGET_NO_RPC := true
  218. USE_DEVICE_SPECIFIC_GPS := true
  219. BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
  220.  
  221. # HIDL
  222. DEVICE_MANIFEST_FILE := $(PLATFORM_PATH)/manifest.xml
  223. DEVICE_MATRIX_FILE := $(PLATFORM_PATH)/compatibility_matrix.xml
  224.  
  225. # Init
  226. TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
  227.  
  228. TARGET_INIT_VENDOR_LIB := libinit_oneplus_msm8998
  229. TARGET_RECOVERY_DEVICE_MODULES := libinit_oneplus_msm8998
  230.  
  231. # Keystore
  232. TARGET_PROVIDES_KEYMASTER := true
  233.  
  234. # Lights
  235. TARGET_PROVIDES_LIBLIGHT := true
  236.  
  237. # Lineage Hardware
  238. BOARD_HARDWARE_CLASS += $(PLATFORM_PATH)/lineagehw
  239.  
  240. ./device/oneplus/msm8998-common/BoardConfigCommon.mk
  241. ----------------------------------------------------
  242. #
  243. # Copyright (C) 2017 The LineageOS Open Source Project
  244. #
  245. # Licensed under the Apache License, Version 2.0 (the "License");
  246. # you may not use this file except in compliance with the License.
  247. # You may obtain a copy of the License at
  248. #
  249. # http://www.apache.org/licenses/LICENSE-2.0
  250. #
  251. # Unless required by applicable law or agreed to in writing, software
  252. # distributed under the License is distributed on an "AS IS" BASIS,
  253. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  254. # See the License for the specific language governing permissions and
  255. # limitations under the License.
  256. #
  257.  
  258. #
  259. # This file sets variables that control the way modules are built
  260. # thorughout the system. It should not be used to conditionally
  261. # disable makefiles (the proper mechanism to control what gets
  262. # included in a build is to use PRODUCT_PACKAGES in a product
  263. # definition file).
  264. #
  265.  
  266. # Inherit from oppo-common
  267. -include device/oppo/common/BoardConfigCommon.mk
  268.  
  269. PLATFORM_PATH := device/oneplus/msm8998-common
  270.  
  271. TARGET_SPECIFIC_HEADER_PATH := $(PLATFORM_PATH)/include
  272.  
  273. BOARD_VENDOR := oneplus
  274.  
  275. # we are too big to fit in
  276. PRODUCT_SKIP_FINGERPRINT_FROM_FILE := true
  277.  
  278. # Use Snapdragon LLVM, if available
  279. TARGET_USE_SDCLANG := true
  280.  
  281. # Bootloader
  282. TARGET_BOOTLOADER_BOARD_NAME := msm8998
  283. TARGET_NO_BOOTLOADER := true
  284.  
  285. # Platform
  286. TARGET_BOARD_PLATFORM := msm8998
  287. TARGET_BOARD_PLATFORM_GPU := qcom-adreno540
  288.  
  289. # Architecture
  290. TARGET_ARCH := arm64
  291. TARGET_ARCH_VARIANT := armv8-a
  292. TARGET_CPU_ABI := arm64-v8a
  293. TARGET_CPU_ABI2 :=
  294. TARGET_CPU_VARIANT := cortex-a73
  295.  
  296. TARGET_2ND_ARCH := arm
  297. TARGET_2ND_ARCH_VARIANT := armv7-a-neon
  298. TARGET_2ND_CPU_ABI := armeabi-v7a
  299. TARGET_2ND_CPU_ABI2 := armeabi
  300. TARGET_2ND_CPU_VARIANT := cortex-a53
  301.  
  302. TARGET_USES_UEFI := true
  303. TARGET_USES_64_BIT_BINDER := true
  304.  
  305. # Kernel
  306. BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=2048 audit=0 selinux=0
  307. BOARD_KERNEL_CMDLINE += androidboot.configfs=true
  308. BOARD_KERNEL_BASE := 0x00000000
  309. BOARD_KERNEL_PAGESIZE := 4096
  310. BOARD_KERNEL_TAGS_OFFSET := 0x01E00000
  311. BOARD_RAMDISK_OFFSET := 0x02000000
  312. BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
  313. TARGET_COMPILE_WITH_MSM_KERNEL := true
  314. TARGET_KERNEL_ARCH := arm64
  315. TARGET_KERNEL_HEADER_ARCH := arm64
  316. TARGET_KERNEL_SOURCE := kernel/oneplus/msm8998
  317. TARGET_KERNEL_CONFIG := lineage_oneplus5_defconfig
  318. TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
  319.  
  320. # QCOM hardware
  321. BOARD_USES_QCOM_HARDWARE := true
  322.  
  323. # ANT+
  324. BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
  325.  
  326. # Audio
  327. BOARD_USES_ALSA_AUDIO := true
  328.  
  329. BOARD_USES_SRS_TRUEMEDIA := false
  330. BOARD_SUPPORTS_SOUND_TRIGGER := false
  331. BOARD_SUPPORTS_SOUND_TRIGGER_HAL := false
  332. BOARD_SUPPORTS_QAHW := true
  333.  
  334. AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
  335. AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
  336. AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
  337. AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
  338. AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
  339. AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := false
  340. AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
  341. AUDIO_FEATURE_ENABLED_HDMI_SPK := true
  342. AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
  343. AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
  344. AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
  345. AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
  346. AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
  347. AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
  348. AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
  349. AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
  350. AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
  351. AUDIO_FEATURE_ENABLED_SSR := false
  352. AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
  353. AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
  354. AUDIO_FEATURE_ENABLED_AUDIOSPHERE := false
  355. AUDIO_FEATURE_ENABLED_USB_TUNNEL_AUDIO := true
  356. AUDIO_FEATURE_ENABLED_SPLIT_A2DP := true
  357. AUDIO_FEATURE_ENABLED_3D_AUDIO := false
  358. AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
  359. AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
  360. AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
  361. AUDIO_FEATURE_ENABLED_FLUENCE := true
  362. AUDIO_FEATURE_ENABLED_HDMI_EDID := true
  363. AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
  364. AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
  365. AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
  366. AUDIO_FEATURE_ENABLED_HFP := true
  367. AUDIO_FEATURE_ENABLED_INCALL_MUSIC := false
  368. AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
  369. AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
  370. AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
  371. AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true
  372. AUDIO_FEATURE_ENABLED_DEV_ARBI := false
  373. AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
  374. AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
  375. AUDIO_FEATURE_ENABLED_RAS := true
  376. AUDIO_FEATURE_ENABLED_SND_MONITOR := true
  377. AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false
  378. AUDIO_FEATURE_ENABLED_VOICE_PRINT := false
  379. USE_LEGACY_AUDIO_DAEMON := false
  380. USE_LEGACY_AUDIO_MEASUREMENT := false
  381. DOLBY_ENABLE := false
  382.  
  383. TARGET_USES_QCOM_MM_AUDIO := true
  384. MM_AUDIO_ENABLED_SAFX := true
  385. MM_AUDIO_ENABLED_FTM := true
  386. DTS_CODEC_M_ := false
  387.  
  388. AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
  389.  
  390. USE_CUSTOM_AUDIO_POLICY := 1
  391. USE_XML_AUDIO_POLICY_CONF := 1
  392.  
  393. # Bluetooth
  394. BOARD_HAS_QCA_BT_ROME := true
  395. BOARD_HAVE_BLUETOOTH := true
  396. BOARD_HAVE_BLUETOOTH_QCOM := true
  397. QCOM_BT_USE_BTNV := true
  398. QCOM_BT_USE_SMD_TTY := true
  399.  
  400. # Camera
  401. USE_DEVICE_SPECIFIC_CAMERA := true
  402. TARGET_USES_QTI_CAMERA_DEVICE := true
  403. TARGET_USES_QTI_CAMERA2CLIENT := true
  404. BOARD_QTI_CAMERA_32BIT_ONLY := true
  405. TARGET_USES_MEDIA_EXTENSIONS := true
  406.  
  407. # Charger
  408. BOARD_CHARGER_ENABLE_SUSPEND := true
  409. BOARD_CHARGER_DISABLE_INIT_BLANK := true
  410. WITH_LINEAGE_CHARGER := false
  411.  
  412. # CNE and DPM
  413. BOARD_USES_QCNE := true
  414.  
  415. # Crypto
  416. TARGET_HW_DISK_ENCRYPTION := true
  417.  
  418. # Display
  419. BOARD_USES_ADRENO := true
  420.  
  421. TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
  422. TARGET_USES_C2D_COMPOSITION := true
  423. TARGET_USES_HWC2 := true
  424. TARGET_USES_GRALLOC1 := true
  425. TARGET_USES_ION := true
  426. TARGET_USES_NEW_ION_API :=true
  427. TARGET_USES_OVERLAY := true
  428. TARGET_USES_COLOR_METADATA := true
  429. TARGET_CONTINUOUS_SPLASH_ENABLED := true
  430. USE_OPENGL_RENDERER := true
  431.  
  432. MAX_EGL_CACHE_KEY_SIZE := 12*1024
  433. MAX_EGL_CACHE_SIZE := 2048*1024
  434.  
  435. MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
  436.  
  437. OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
  438.  
  439. VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
  440. SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
  441.  
  442. # Enable dexpreopt to speed boot time
  443. ifeq ($(HOST_OS),linux)
  444. ifneq ($(TARGET_BUILD_VARIANT),eng)
  445. ifeq ($(WITH_DEXPREOPT),)
  446. WITH_DEXPREOPT := true
  447. WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
  448. endif
  449. endif
  450. endif
  451.  
  452. # Filesystem
  453. TARGET_FS_CONFIG_GEN += $(PLATFORM_PATH)/config.fs
  454.  
  455. # GPS
  456. TARGET_NO_RPC := true
  457. USE_DEVICE_SPECIFIC_GPS := true
  458. BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
  459.  
  460. # HIDL
  461. DEVICE_MANIFEST_FILE := $(PLATFORM_PATH)/manifest.xml
  462. DEVICE_MATRIX_FILE := $(PLATFORM_PATH)/compatibility_matrix.xml
  463.  
  464. # Init
  465. TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
  466.  
  467. TARGET_INIT_VENDOR_LIB := libinit_oneplus_msm8998
  468. TARGET_RECOVERY_DEVICE_MODULES := libinit_oneplus_msm8998
  469.  
  470. # Keystore
  471. TARGET_PROVIDES_KEYMASTER := true
  472.  
  473. # Lights
  474. TARGET_PROVIDES_LIBLIGHT := true
  475.  
  476. # Lineage Hardware
  477. BOARD_HARDWARE_CLASS += $(PLATFORM_PATH)/lineagehw
  478.  
  479. # NFC
  480. BOARD_NFC_CHIPSET := PN553
  481. BOARD_NFC_HAL_SUFFIX := msm8998
  482.  
  483. # Partitions
  484. BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
  485. BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
  486. BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
  487. BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
  488. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
  489. BOARD_SYSTEMIMAGE_PARTITION_TYPE := ext4
  490. BOARD_USERDATAIMAGE_PARTITION_SIZE := 32212254720
  491. BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
  492. BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
  493. BOARD_FLASH_BLOCK_SIZE := 131072
  494.  
  495. TARGET_USERIMAGES_USE_EXT4 := true
  496. TARGET_USES_MKE2FS := true
  497.  
  498. # Power
  499. TARGET_TAP_TO_WAKE_NODE := "/proc/touchpanel/double_tap_enable"
  500. TARGET_USES_INTERACTION_BOOST := true
  501.  
  502. # Recovery
  503. TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/recovery.fstab
  504. #TARGET_RECOVERY_UI_LIB := librecovery_ui_msm
  505. BOARD_HAS_LARGE_FILESYSTEM := true
  506.  
  507. # Releasetools
  508. TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_oneplus
  509. TARGET_RELEASETOOLS_EXTENSIONS := $(PLATFORM_PATH)
  510.  
  511. # RIL
  512. TARGET_RIL_VARIANT := caf
  513. PROTOBUF_SUPPORTED := true
  514.  
  515. # Root
  516. BOARD_ROOT_EXTRA_FOLDERS := bt_firmware dsp firmware persist
  517.  
  518. # SELinux
  519. include device/qcom/sepolicy/sepolicy.mk
  520.  
  521. BOARD_SEPOLICY_DIRS += $(PLATFORM_PATH)/sepolicy/vendor
  522. BOARD_PLAT_PUBLIC_SEPOLICY_DIR += $(PLATFORM_PATH)/sepolicy/public
  523. BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(PLATFORM_PATH)/sepolicy/private
  524.  
  525. # Timeservice
  526. BOARD_USES_QC_TIME_SERVICES := true
  527.  
  528. # Treble
  529. PRODUCT_FULL_TREBLE_OVERRIDE := true
  530. PRODUCT_VENDOR_MOVE_ENABLED := true
  531. TARGET_COPY_OUT_VENDOR := vendor
  532.  
  533. PRODUCT_SHIPPING_API_LEVEL := 25
  534. PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
  535.  
  536. BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
  537. TARGET_VENDOR_PROP += $(PLATFORM_PATH)/vendor.prop
  538.  
  539. # Wifi
  540. BOARD_HAS_QCOM_WLAN := true
  541. BOARD_HAS_QCOM_WLAN_SDK := true
  542. BOARD_WLAN_DEVICE := qcwcn
  543. BOARD_HOSTAPD_DRIVER := NL80211
  544. BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  545. BOARD_WPA_SUPPLICANT_DRIVER := NL80211
  546. BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  547. WIFI_DRIVER_FW_PATH_AP := "ap"
  548. WIFI_DRIVER_FW_PATH_STA := "sta"
  549. WIFI_DRIVER_FW_PATH_P2P := "p2p"
  550. WPA_SUPPLICANT_VERSION := VER_0_8_X
  551. WIFI_DRIVER_OPERSTATE_PATH := "/sys/class/net/wlan0/operstate"
  552.  
  553. # inherit from the proprietary version
  554. -include vendor/oneplus/msm8998-common/BoardConfigVendor.mk
  555. ----------------------------------------------------
  556. # NFC
  557. BOARD_NFC_CHIPSET := PN553
  558. BOARD_NFC_HAL_SUFFIX := msm8998
  559.  
  560. # Partitions
  561. BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
  562. BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
  563. BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
  564. BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
  565. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
  566. BOARD_SYSTEMIMAGE_PARTITION_TYPE := ext4
  567. BOARD_USERDATAIMAGE_PARTITION_SIZE := 32212254720
  568. BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
  569. BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
  570. BOARD_FLASH_BLOCK_SIZE := 131072
  571.  
  572. TARGET_USERIMAGES_USE_EXT4 := true
  573. TARGET_USES_MKE2FS := true
  574.  
  575. # Power
  576. TARGET_TAP_TO_WAKE_NODE := "/proc/touchpanel/double_tap_enable"
  577. TARGET_USES_INTERACTION_BOOST := true
  578.  
  579. # Recovery
  580. TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/recovery.fstab
  581. #TARGET_RECOVERY_UI_LIB := librecovery_ui_msm
  582. BOARD_HAS_LARGE_FILESYSTEM := true
  583.  
  584. # Releasetools
  585. TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_oneplus
  586. TARGET_RELEASETOOLS_EXTENSIONS := $(PLATFORM_PATH)
  587.  
  588. # RIL
  589. TARGET_RIL_VARIANT := caf
  590. PROTOBUF_SUPPORTED := true
  591.  
  592. # Root
  593. BOARD_ROOT_EXTRA_FOLDERS := bt_firmware dsp firmware persist
  594.  
  595. # SELinux
  596. include device/qcom/sepolicy/sepolicy.mk
  597.  
  598. BOARD_SEPOLICY_DIRS += $(PLATFORM_PATH)/sepolicy/vendor
  599. BOARD_PLAT_PUBLIC_SEPOLICY_DIR += $(PLATFORM_PATH)/sepolicy/public
  600. BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(PLATFORM_PATH)/sepolicy/private
  601.  
  602. # Timeservice
  603. BOARD_USES_QC_TIME_SERVICES := true
  604.  
  605. # Treble
  606. PRODUCT_FULL_TREBLE_OVERRIDE := true
  607. PRODUCT_VENDOR_MOVE_ENABLED := true
  608. TARGET_COPY_OUT_VENDOR := vendor
  609.  
  610. PRODUCT_SHIPPING_API_LEVEL := 25
  611. PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
  612.  
  613. BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
  614. TARGET_VENDOR_PROP += $(PLATFORM_PATH)/vendor.prop
  615.  
  616. # Wifi
  617. BOARD_HAS_QCOM_WLAN := true
  618. BOARD_HAS_QCOM_WLAN_SDK := true
  619. BOARD_WLAN_DEVICE := qcwcn
  620. BOARD_HOSTAPD_DRIVER := NL80211
  621. BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  622. BOARD_WPA_SUPPLICANT_DRIVER := NL80211
  623. BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  624. WIFI_DRIVER_FW_PATH_AP := "ap"
  625. WIFI_DRIVER_FW_PATH_STA := "sta"
  626. WIFI_DRIVER_FW_PATH_P2P := "p2p"
  627. WPA_SUPPLICANT_VERSION := VER_0_8_X
  628. WIFI_DRIVER_OPERSTATE_PATH := "/sys/class/net/wlan0/operstate"
  629.  
  630. # inherit from the proprietary version
  631. -include vendor/oneplus/msm8998-common/BoardConfigVendor.mk
  632. ----------------------------------------------------
  633.  
  634.  
  635.  
  636.  
  637.  
  638. ./kernel/oneplus/msm8998/arch/arm64/configs/lineage_oneplus5_defconfig
  639. ----------------------------------------------------------------------
  640. #
  641. # Linux/arm64 4.4.100 Kernel Configuration
  642. # - libhybris friendly modifications -
  643. #
  644. CONFIG_VENDOR_ONEPLUS=y
  645. CONFIG_ARM64=y
  646. CONFIG_64BIT=y
  647. CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
  648. CONFIG_MMU=y
  649. CONFIG_ARCH_MMAP_RND_BITS_MIN=18
  650. CONFIG_ARCH_MMAP_RND_BITS_MAX=24
  651. CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
  652. CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
  653. CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
  654. CONFIG_STACKTRACE_SUPPORT=y
  655. CONFIG_LOCKDEP_SUPPORT=y
  656. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  657. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  658. CONFIG_GENERIC_BUG=y
  659. CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
  660. CONFIG_GENERIC_HWEIGHT=y
  661. CONFIG_GENERIC_CSUM=y
  662. CONFIG_GENERIC_CALIBRATE_DELAY=y
  663. CONFIG_ZONE_DMA=y
  664. CONFIG_HAVE_GENERIC_RCU_GUP=y
  665. CONFIG_ARCH_DMA_ADDR_T_64BIT=y
  666. CONFIG_NEED_DMA_MAP_STATE=y
  667. CONFIG_NEED_SG_DMA_LENGTH=y
  668. CONFIG_SMP=y
  669. CONFIG_ARM64_DMA_USE_IOMMU=y
  670. CONFIG_ARM64_DMA_IOMMU_ALIGNMENT=8
  671. CONFIG_SWIOTLB=y
  672. CONFIG_IOMMU_HELPER=y
  673. CONFIG_KERNEL_MODE_NEON=y
  674. CONFIG_FIX_EARLYCON_MEM=y
  675. CONFIG_PGTABLE_LEVELS=3
  676. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  677. CONFIG_IRQ_WORK=y
  678. CONFIG_BUILDTIME_EXTABLE_SORT=y
  679.  
  680. #
  681. # General setup
  682. #
  683. CONFIG_INIT_ENV_ARG_LIMIT=32
  684. CONFIG_CROSS_COMPILE=""
  685. # CONFIG_COMPILE_TEST is not set
  686. CONFIG_LOCALVERSION="-lineage"
  687. # CONFIG_LOCALVERSION_AUTO is not set
  688. CONFIG_DEFAULT_HOSTNAME="(none)"
  689. CONFIG_SWAP=y
  690. # CONFIG_POSIX_MQUEUE is not set
  691. CONFIG_CROSS_MEMORY_ATTACH=y
  692. # CONFIG_USELIB is not set
  693. CONFIG_HAVE_ARCH_AUDITSYSCALL=y
  694. # CONFIG_AUDITSYSCALL is not set
  695.  
  696. #
  697. # IRQ subsystem
  698. #
  699. CONFIG_GENERIC_IRQ_PROBE=y
  700. CONFIG_GENERIC_IRQ_SHOW=y
  701. CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
  702. CONFIG_GENERIC_IRQ_MIGRATION=y
  703. CONFIG_HARDIRQS_SW_RESEND=y
  704. CONFIG_IRQ_DOMAIN=y
  705. CONFIG_IRQ_DOMAIN_HIERARCHY=y
  706. CONFIG_GENERIC_MSI_IRQ=y
  707. CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
  708. CONFIG_HANDLE_DOMAIN_IRQ=y
  709. # CONFIG_IRQ_DOMAIN_DEBUG is not set
  710. CONFIG_IRQ_FORCED_THREADING=y
  711. CONFIG_SPARSE_IRQ=y
  712. CONFIG_GENERIC_TIME_VSYSCALL=y
  713. CONFIG_GENERIC_CLOCKEVENTS=y
  714. CONFIG_ARCH_HAS_TICK_BROADCAST=y
  715. CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
  716.  
  717. #
  718. # Timers subsystem
  719. #
  720. CONFIG_TICK_ONESHOT=y
  721. CONFIG_NO_HZ_COMMON=y
  722. # CONFIG_HZ_PERIODIC is not set
  723. CONFIG_NO_HZ_IDLE=y
  724. # CONFIG_NO_HZ_FULL is not set
  725. CONFIG_NO_HZ=y
  726. CONFIG_HIGH_RES_TIMERS=y
  727.  
  728. #
  729. # CPU/Task time and stats accounting
  730. #
  731. # CONFIG_TICK_CPU_ACCOUNTING is not set
  732. # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
  733. CONFIG_IRQ_TIME_ACCOUNTING=y
  734. # CONFIG_SCHED_WALT is not set
  735. # CONFIG_BSD_PROCESS_ACCT is not set
  736. CONFIG_TASKSTATS=y
  737. CONFIG_TASK_DELAY_ACCT=y
  738. CONFIG_TASK_XACCT=y
  739. CONFIG_TASK_IO_ACCOUNTING=y
  740.  
  741. #
  742. # RCU Subsystem
  743. #
  744. CONFIG_PREEMPT_RCU=y
  745. CONFIG_RCU_EXPERT=y
  746. CONFIG_SRCU=y
  747. # CONFIG_TASKS_RCU is not set
  748. CONFIG_RCU_STALL_COMMON=y
  749. CONFIG_RCU_FANOUT=64
  750. CONFIG_RCU_FANOUT_LEAF=16
  751. CONFIG_RCU_FAST_NO_HZ=y
  752. # CONFIG_TREE_RCU_TRACE is not set
  753. CONFIG_RCU_BOOST=y
  754. CONFIG_RCU_KTHREAD_PRIO=2
  755. CONFIG_RCU_BOOST_DELAY=500
  756. CONFIG_RCU_NOCB_CPU=y
  757. # CONFIG_RCU_NOCB_CPU_NONE is not set
  758. # CONFIG_RCU_NOCB_CPU_ZERO is not set
  759. CONFIG_RCU_NOCB_CPU_ALL=y
  760. # CONFIG_RCU_EXPEDITE_BOOT is not set
  761. CONFIG_BUILD_BIN2C=y
  762. CONFIG_IKCONFIG=y
  763. CONFIG_IKCONFIG_PROC=y
  764. CONFIG_LOG_BUF_SHIFT=18
  765. CONFIG_LOG_CPU_MAX_BUF_SHIFT=17
  766. CONFIG_GENERIC_SCHED_CLOCK=y
  767. CONFIG_CGROUPS=y
  768. # CONFIG_CGROUP_DEBUG is not set
  769. CONFIG_CGROUP_FREEZER=y
  770. # CONFIG_CGROUP_PIDS is not set
  771. CONFIG_CPUSETS=y
  772. CONFIG_PROC_PID_CPUSET=y
  773. CONFIG_CGROUP_CPUACCT=y
  774. CONFIG_CGROUP_SCHEDTUNE=y
  775. CONFIG_PAGE_COUNTER=y
  776. CONFIG_MEMCG=y
  777. CONFIG_CGROUP_SCHED=y
  778. CONFIG_FAIR_GROUP_SCHED=y
  779. CONFIG_CFS_BANDWIDTH=y
  780. CONFIG_RT_GROUP_SCHED=y
  781. CONFIG_BLK_CGROUP=y
  782. # CONFIG_DEBUG_BLK_CGROUP is not set
  783. CONFIG_CGROUP_WRITEBACK=y
  784. CONFIG_SCHED_HMP=y
  785. CONFIG_SCHED_HMP_CSTATE_AWARE=y
  786. CONFIG_SCHED_CORE_CTL=y
  787. CONFIG_NAMESPACES=y
  788. # CONFIG_USER_NS is not set
  789. CONFIG_NET_NS=y
  790. CONFIG_SCHED_AUTOGROUP=y
  791. CONFIG_SCHED_TUNE=y
  792. # CONFIG_DEFAULT_USE_ENERGY_AWARE is not set
  793. # CONFIG_SYSFS_DEPRECATED is not set
  794. CONFIG_RELAY=y
  795. CONFIG_BLK_DEV_INITRD=y
  796. CONFIG_INITRAMFS_SOURCE=""
  797. CONFIG_RD_GZIP=y
  798. CONFIG_RD_BZIP2=y
  799. CONFIG_RD_LZMA=y
  800. # CONFIG_RD_XZ is not set
  801. # CONFIG_RD_LZO is not set
  802. # CONFIG_RD_LZ4 is not set
  803. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  804. CONFIG_SYSCTL=y
  805. CONFIG_ANON_INODES=y
  806. CONFIG_HAVE_UID16=y
  807. CONFIG_SYSCTL_EXCEPTION_TRACE=y
  808. CONFIG_BPF=y
  809. CONFIG_EXPERT=y
  810. CONFIG_UID16=y
  811. CONFIG_MULTIUSER=y
  812. # CONFIG_SGETMASK_SYSCALL is not set
  813. CONFIG_SYSFS_SYSCALL=y
  814. # CONFIG_SYSCTL_SYSCALL is not set
  815. CONFIG_KALLSYMS=y
  816. CONFIG_KALLSYMS_ALL=y
  817. CONFIG_PRINTK=y
  818. CONFIG_BUG=y
  819. CONFIG_ELF_CORE=y
  820. CONFIG_BASE_FULL=y
  821. CONFIG_FUTEX=y
  822. CONFIG_EPOLL=y
  823. CONFIG_SIGNALFD=y
  824. CONFIG_TIMERFD=y
  825. CONFIG_EVENTFD=y
  826. # CONFIG_BPF_SYSCALL is not set
  827. CONFIG_SHMEM=y
  828. # CONFIG_AIO is not set
  829. CONFIG_ADVISE_SYSCALLS=y
  830. # CONFIG_USERFAULTFD is not set
  831. CONFIG_PCI_QUIRKS=y
  832. # CONFIG_MEMBARRIER is not set
  833. CONFIG_EMBEDDED=y
  834. CONFIG_HAVE_PERF_EVENTS=y
  835. CONFIG_PERF_USE_VMALLOC=y
  836.  
  837. #
  838. # Kernel Performance Events And Counters
  839. #
  840. CONFIG_PERF_EVENTS=y
  841. # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
  842. CONFIG_VM_EVENT_COUNTERS=y
  843. # CONFIG_SLUB_DEBUG is not set
  844. # CONFIG_COMPAT_BRK is not set
  845. # CONFIG_SLAB is not set
  846. CONFIG_SLUB=y
  847. # CONFIG_SLOB is not set
  848. CONFIG_SLUB_CPU_PARTIAL=y
  849. # CONFIG_SYSTEM_DATA_VERIFICATION is not set
  850. CONFIG_PROFILING=y
  851. CONFIG_TRACEPOINTS=y
  852. # CONFIG_KPROBES is not set
  853. CONFIG_JUMP_LABEL=y
  854. # CONFIG_STATIC_KEYS_SELFTEST is not set
  855. # CONFIG_UPROBES is not set
  856. # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
  857. CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
  858. CONFIG_HAVE_KPROBES=y
  859. CONFIG_HAVE_KRETPROBES=y
  860. CONFIG_HAVE_ARCH_TRACEHOOK=y
  861. CONFIG_HAVE_DMA_ATTRS=y
  862. CONFIG_HAVE_DMA_CONTIGUOUS=y
  863. CONFIG_GENERIC_SMP_IDLE_THREAD=y
  864. CONFIG_GENERIC_IDLE_POLL_SETUP=y
  865. CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
  866. CONFIG_HAVE_CLK=y
  867. CONFIG_HAVE_DMA_API_DEBUG=y
  868. CONFIG_HAVE_PERF_REGS=y
  869. CONFIG_HAVE_PERF_USER_STACK_DUMP=y
  870. CONFIG_HAVE_ARCH_JUMP_LABEL=y
  871. CONFIG_HAVE_RCU_TABLE_FREE=y
  872. CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
  873. CONFIG_HAVE_CMPXCHG_LOCAL=y
  874. CONFIG_HAVE_CMPXCHG_DOUBLE=y
  875. CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
  876. CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
  877. CONFIG_SECCOMP_FILTER=y
  878. CONFIG_HAVE_CC_STACKPROTECTOR=y
  879. CONFIG_CC_STACKPROTECTOR=y
  880. # CONFIG_CC_STACKPROTECTOR_NONE is not set
  881. # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
  882. CONFIG_CC_STACKPROTECTOR_STRONG=y
  883. CONFIG_HAVE_CONTEXT_TRACKING=y
  884. CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
  885. CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
  886. CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
  887. CONFIG_HAVE_ARCH_HUGE_VMAP=y
  888. CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
  889. CONFIG_MODULES_USE_ELF_RELA=y
  890. CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
  891. CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
  892. CONFIG_ARCH_MMAP_RND_BITS=18
  893. CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
  894. CONFIG_ARCH_MMAP_RND_COMPAT_BITS=16
  895. CONFIG_CLONE_BACKWARDS=y
  896. CONFIG_OLD_SIGSUSPEND3=y
  897. CONFIG_COMPAT_OLD_SIGACTION=y
  898.  
  899. #
  900. # GCOV-based kernel profiling
  901. #
  902. # CONFIG_GCOV_KERNEL is not set
  903. CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
  904. CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  905. CONFIG_RT_MUTEXES=y
  906. CONFIG_BASE_SMALL=0
  907. CONFIG_MODULES=y
  908. # CONFIG_MODULE_FORCE_LOAD is not set
  909. CONFIG_MODULE_UNLOAD=y
  910. CONFIG_MODULE_FORCE_UNLOAD=y
  911. CONFIG_MODVERSIONS=y
  912. CONFIG_MODULE_SRCVERSION_ALL=y
  913. # CONFIG_MODULE_SIG is not set
  914. # CONFIG_MODULE_COMPRESS is not set
  915. CONFIG_MODULES_TREE_LOOKUP=y
  916. CONFIG_BLOCK=y
  917. # CONFIG_BLK_DEV_BSG is not set
  918. # CONFIG_BLK_DEV_BSGLIB is not set
  919. # CONFIG_BLK_DEV_INTEGRITY is not set
  920. # CONFIG_BLK_DEV_THROTTLING is not set
  921. # CONFIG_BLK_CMDLINE_PARSER is not set
  922. # CONFIG_BLOCK_PERF_FRAMEWORK is not set
  923.  
  924. #
  925. # Partition Types
  926. #
  927. CONFIG_PARTITION_ADVANCED=y
  928. # CONFIG_ACORN_PARTITION is not set
  929. # CONFIG_AIX_PARTITION is not set
  930. # CONFIG_OSF_PARTITION is not set
  931. # CONFIG_AMIGA_PARTITION is not set
  932. # CONFIG_ATARI_PARTITION is not set
  933. # CONFIG_MAC_PARTITION is not set
  934. CONFIG_MSDOS_PARTITION=y
  935. # CONFIG_BSD_DISKLABEL is not set
  936. # CONFIG_MINIX_SUBPARTITION is not set
  937. # CONFIG_SOLARIS_X86_PARTITION is not set
  938. # CONFIG_UNIXWARE_DISKLABEL is not set
  939. # CONFIG_LDM_PARTITION is not set
  940. # CONFIG_SGI_PARTITION is not set
  941. # CONFIG_ULTRIX_PARTITION is not set
  942. # CONFIG_SUN_PARTITION is not set
  943. # CONFIG_KARMA_PARTITION is not set
  944. CONFIG_EFI_PARTITION=y
  945. # CONFIG_SYSV68_PARTITION is not set
  946. # CONFIG_CMDLINE_PARTITION is not set
  947. CONFIG_BLOCK_COMPAT=y
  948.  
  949. #
  950. # IO Schedulers
  951. #
  952. CONFIG_IOSCHED_NOOP=y
  953. # CONFIG_IOSCHED_TEST is not set
  954. # CONFIG_IOSCHED_DEADLINE is not set
  955. CONFIG_IOSCHED_CFQ=y
  956. # CONFIG_CFQ_GROUP_IOSCHED is not set
  957. CONFIG_IOSCHED_BFQ=y
  958. CONFIG_BFQ_GROUP_IOSCHED=y
  959. CONFIG_DEFAULT_CFQ=y
  960. # CONFIG_DEFAULT_BFQ is not set
  961. # CONFIG_DEFAULT_NOOP is not set
  962. CONFIG_DEFAULT_IOSCHED="cfq"
  963. CONFIG_UNINLINE_SPIN_UNLOCK=y
  964. CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
  965. CONFIG_RWSEM_SPIN_ON_OWNER=y
  966. CONFIG_LOCK_SPIN_ON_OWNER=y
  967. CONFIG_FREEZER=y
  968.  
  969. #
  970. # Platform selection
  971. #
  972. # CONFIG_ARCH_BCM_IPROC is not set
  973. # CONFIG_ARCH_BERLIN is not set
  974. # CONFIG_ARCH_EXYNOS7 is not set
  975. # CONFIG_ARCH_LAYERSCAPE is not set
  976. # CONFIG_ARCH_HISI is not set
  977. # CONFIG_ARCH_MEDIATEK is not set
  978. CONFIG_ARCH_QCOM=y
  979. # CONFIG_ARCH_MSM8996 is not set
  980. CONFIG_ARCH_MSM8998=y
  981. CONFIG_ARCH_MSMHAMSTER=y
  982. # CONFIG_ARCH_SDM660 is not set
  983. # CONFIG_ARCH_SDM630 is not set
  984. # CONFIG_ARCH_ROCKCHIP is not set
  985. # CONFIG_ARCH_SEATTLE is not set
  986. # CONFIG_ARCH_STRATIX10 is not set
  987. # CONFIG_ARCH_TEGRA is not set
  988. # CONFIG_ARCH_SPRD is not set
  989. # CONFIG_ARCH_THUNDER is not set
  990. # CONFIG_ARCH_VEXPRESS is not set
  991. # CONFIG_ARCH_XGENE is not set
  992. # CONFIG_ARCH_ZYNQMP is not set
  993.  
  994. #
  995. # Bus support
  996. #
  997. CONFIG_PCI=y
  998. CONFIG_PCI_DOMAINS=y
  999. CONFIG_PCI_DOMAINS_GENERIC=y
  1000. CONFIG_PCI_SYSCALL=y
  1001. CONFIG_PCI_BUS_ADDR_T_64BIT=y
  1002. CONFIG_PCI_MSI=y
  1003. CONFIG_PCI_MSI_IRQ_DOMAIN=y
  1004. # CONFIG_PCI_DEBUG is not set
  1005. # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
  1006. # CONFIG_PCI_STUB is not set
  1007. # CONFIG_PCI_IOV is not set
  1008. # CONFIG_PCI_PRI is not set
  1009. # CONFIG_PCI_PASID is not set
  1010. CONFIG_PCI_MSM=y
  1011. CONFIG_PCI_LABEL=y
  1012.  
  1013. #
  1014. # PCI host controller drivers
  1015. #
  1016. # CONFIG_PCI_HOST_GENERIC is not set
  1017. # CONFIG_PCIE_IPROC is not set
  1018. # CONFIG_PCI_HISI is not set
  1019. # CONFIG_PCIEPORTBUS is not set
  1020. # CONFIG_HOTPLUG_PCI is not set
  1021.  
  1022. #
  1023. # Kernel Features
  1024. #
  1025.  
  1026. #
  1027. # ARM errata workarounds via the alternatives framework
  1028. #
  1029. CONFIG_ARM64_ERRATUM_826319=y
  1030. CONFIG_ARM64_ERRATUM_827319=y
  1031. CONFIG_ARM64_ERRATUM_824069=y
  1032. CONFIG_ARM64_ERRATUM_819472=y
  1033. CONFIG_ARM64_ERRATUM_832075=y
  1034. CONFIG_ARM64_ERRATUM_845719=y
  1035. CONFIG_ARM64_ERRATUM_843419=y
  1036. CONFIG_CAVIUM_ERRATUM_22375=y
  1037. CONFIG_CAVIUM_ERRATUM_23154=y
  1038. CONFIG_CAVIUM_ERRATUM_27456=y
  1039. CONFIG_ARM64_4K_PAGES=y
  1040. # CONFIG_ARM64_16K_PAGES is not set
  1041. # CONFIG_ARM64_DCACHE_DISABLE is not set
  1042. # CONFIG_ARM64_ICACHE_DISABLE is not set
  1043. # CONFIG_ARM64_64K_PAGES is not set
  1044. CONFIG_ARM64_VA_BITS_39=y
  1045. # CONFIG_ARM64_VA_BITS_48 is not set
  1046. CONFIG_ARM64_VA_BITS=39
  1047. # CONFIG_CPU_BIG_ENDIAN is not set
  1048. CONFIG_SCHED_MC=y
  1049. CONFIG_SCHED_SMT=y
  1050. CONFIG_NR_CPUS=8
  1051. CONFIG_HOTPLUG_CPU=y
  1052. CONFIG_ARCH_NR_GPIO=1024
  1053. CONFIG_QCOM_TLB_EL2_HANDLER=y
  1054. # CONFIG_PREEMPT_NONE is not set
  1055. # CONFIG_PREEMPT_VOLUNTARY is not set
  1056. CONFIG_PREEMPT=y
  1057. CONFIG_PREEMPT_COUNT=y
  1058. # CONFIG_HZ_100 is not set
  1059. # CONFIG_HZ_250 is not set
  1060. CONFIG_HZ_300=y
  1061. # CONFIG_HZ_1000 is not set
  1062. CONFIG_HZ=300
  1063. CONFIG_SCHED_HRTICK=y
  1064. CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
  1065. CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
  1066. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  1067. CONFIG_ARCH_SPARSEMEM_DEFAULT=y
  1068. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  1069. CONFIG_HAVE_ARCH_PFN_VALID=y
  1070. CONFIG_HW_PERF_EVENTS=y
  1071. CONFIG_ARM64_REG_REBALANCE_ON_CTX_SW=y
  1072. # CONFIG_PERF_EVENTS_USERMODE is not set
  1073. # CONFIG_PERF_EVENTS_RESET_PMU_DEBUGFS is not set
  1074. CONFIG_SYS_SUPPORTS_HUGETLBFS=y
  1075. CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
  1076. CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
  1077. CONFIG_SELECT_MEMORY_MODEL=y
  1078. CONFIG_SPARSEMEM_MANUAL=y
  1079. CONFIG_SPARSEMEM=y
  1080. CONFIG_HAVE_MEMORY_PRESENT=y
  1081. CONFIG_SPARSEMEM_EXTREME=y
  1082. CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
  1083. CONFIG_SPARSEMEM_VMEMMAP=y
  1084. CONFIG_HAVE_MEMBLOCK=y
  1085. CONFIG_NO_BOOTMEM=y
  1086. CONFIG_MEMORY_ISOLATION=y
  1087. # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
  1088. CONFIG_SPLIT_PTLOCK_CPUS=4
  1089. CONFIG_COMPACTION=y
  1090. CONFIG_MIGRATION=y
  1091. CONFIG_PHYS_ADDR_T_64BIT=y
  1092. CONFIG_ZONE_DMA_FLAG=1
  1093. CONFIG_BOUNCE=y
  1094. # CONFIG_KSM is not set
  1095. CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  1096. CONFIG_TRANSPARENT_HUGEPAGE=y
  1097. CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
  1098. # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
  1099. CONFIG_CLEANCACHE=y
  1100. CONFIG_FRONTSWAP=y
  1101. CONFIG_CMA=y
  1102. # CONFIG_CMA_DEBUG is not set
  1103. CONFIG_CMA_DEBUGFS=y
  1104. CONFIG_CMA_AREAS=7
  1105. # CONFIG_ZSWAP is not set
  1106. # CONFIG_ZPOOL is not set
  1107. # CONFIG_ZBUD is not set
  1108. CONFIG_ZSMALLOC=y
  1109. CONFIG_PGTABLE_MAPPING=y
  1110. # CONFIG_ZSMALLOC_STAT is not set
  1111. CONFIG_GENERIC_EARLY_IOREMAP=y
  1112. # CONFIG_ZCACHE is not set
  1113. CONFIG_BALANCE_ANON_FILE_RECLAIM=y
  1114. CONFIG_KSWAPD_CPU_AFFINITY_MASK="f"
  1115. # CONFIG_IDLE_PAGE_TRACKING is not set
  1116. # CONFIG_FORCE_ALLOC_FROM_DMA_ZONE is not set
  1117. # CONFIG_PROCESS_RECLAIM is not set
  1118. CONFIG_SECCOMP=y
  1119. # CONFIG_XEN is not set
  1120. CONFIG_FORCE_MAX_ZONEORDER=11
  1121. CONFIG_ARMV8_DEPRECATED=y
  1122. CONFIG_SWP_EMULATION=y
  1123. CONFIG_CP15_BARRIER_EMULATION=y
  1124. CONFIG_SETEND_EMULATION=y
  1125. CONFIG_ARM64_SW_TTBR0_PAN=y
  1126.  
  1127. #
  1128. # ARMv8.1 architectural features
  1129. #
  1130. # CONFIG_ARM64_HW_AFDBM is not set
  1131. # CONFIG_ARM64_PAN is not set
  1132. # CONFIG_ARM64_LSE_ATOMICS is not set
  1133. # CONFIG_ARM64_UAO is not set
  1134. CONFIG_ARM64_MODULE_CMODEL_LARGE=y
  1135. CONFIG_ARM64_MODULE_PLTS=y
  1136. CONFIG_RELOCATABLE=y
  1137. CONFIG_RANDOMIZE_BASE=y
  1138.  
  1139. #
  1140. # Boot options
  1141. #
  1142. # CONFIG_ARM64_ACPI_PARKING_PROTOCOL is not set
  1143. CONFIG_CMDLINE=""
  1144. # CONFIG_EFI is not set
  1145. CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
  1146. CONFIG_IMG_GZ_DTB=y
  1147. # CONFIG_IMG_DTB is not set
  1148. CONFIG_BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME="Image.gz-dtb"
  1149. CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES=""
  1150. # CONFIG_BUILD_ARM64_DT_OVERLAY is not set
  1151.  
  1152. #
  1153. # Userspace binary formats
  1154. #
  1155. CONFIG_BINFMT_ELF=y
  1156. CONFIG_COMPAT_BINFMT_ELF=y
  1157. # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
  1158. CONFIG_BINFMT_SCRIPT=y
  1159. # CONFIG_HAVE_AOUT is not set
  1160. # CONFIG_BINFMT_MISC is not set
  1161. CONFIG_COREDUMP=y
  1162. CONFIG_COMPAT=y
  1163.  
  1164. #
  1165. # Power management options
  1166. #
  1167. CONFIG_SUSPEND=y
  1168. CONFIG_SUSPEND_FREEZER=y
  1169. # CONFIG_SUSPEND_SKIP_SYNC is not set
  1170. CONFIG_WAKELOCK=y
  1171. # CONFIG_HIBERNATION is not set
  1172. CONFIG_PM_SLEEP=y
  1173. CONFIG_PM_SLEEP_SMP=y
  1174. CONFIG_PM_AUTOSLEEP=y
  1175. CONFIG_PM_WAKELOCKS=y
  1176. CONFIG_PM_WAKELOCKS_LIMIT=0
  1177. # CONFIG_PM_WAKELOCKS_GC is not set
  1178. CONFIG_PM=y
  1179. # CONFIG_PM_DEBUG is not set
  1180. CONFIG_PM_OPP=y
  1181. CONFIG_PM_CLK=y
  1182. # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
  1183. CONFIG_CPU_PM=y
  1184. CONFIG_ARCH_HIBERNATION_POSSIBLE=y
  1185. CONFIG_ARCH_SUSPEND_POSSIBLE=y
  1186.  
  1187. #
  1188. # CPU Power Management
  1189. #
  1190.  
  1191. #
  1192. # CPU Idle
  1193. #
  1194. CONFIG_CPU_IDLE=y
  1195. CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
  1196. CONFIG_CPU_IDLE_GOV_LADDER=y
  1197. CONFIG_CPU_IDLE_GOV_MENU=y
  1198.  
  1199. #
  1200. # ARM CPU Idle Drivers
  1201. #
  1202. # CONFIG_ARM_CPUIDLE is not set
  1203. # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
  1204.  
  1205. #
  1206. # CPU Frequency scaling
  1207. #
  1208. CONFIG_CPU_FREQ=y
  1209. CONFIG_CPU_FREQ_GOV_COMMON=y
  1210. CONFIG_CPU_FREQ_STAT=y
  1211. # CONFIG_CPU_FREQ_STAT_DETAILS is not set
  1212. CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
  1213. # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
  1214. # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
  1215. # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
  1216. # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
  1217. # CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE is not set
  1218. # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHED is not set
  1219. # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
  1220. CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  1221. CONFIG_CPU_FREQ_GOV_POWERSAVE=y
  1222. CONFIG_CPU_FREQ_GOV_USERSPACE=y
  1223. CONFIG_CPU_FREQ_GOV_ONDEMAND=y
  1224. CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
  1225. CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
  1226. CONFIG_CPU_BOOST=y
  1227. # CONFIG_CPU_FREQ_GOV_SCHED is not set
  1228. # CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
  1229.  
  1230. #
  1231. # CPU frequency scaling drivers
  1232. #
  1233. # CONFIG_CPUFREQ_DT is not set
  1234. # CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
  1235. # CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
  1236. # CONFIG_ACPI_CPPC_CPUFREQ is not set
  1237. CONFIG_CPU_FREQ_MSM=y
  1238. CONFIG_NET=y
  1239. CONFIG_COMPAT_NETLINK_MESSAGES=y
  1240. CONFIG_NET_INGRESS=y
  1241. # CONFIG_DISABLE_NET_SKB_FRAG_CACHE is not set
  1242.  
  1243. #
  1244. # Networking options
  1245. #
  1246. CONFIG_PACKET=y
  1247. # CONFIG_PACKET_DIAG is not set
  1248. CONFIG_UNIX=y
  1249. # CONFIG_UNIX_DIAG is not set
  1250. CONFIG_XFRM=y
  1251. CONFIG_XFRM_ALGO=y
  1252. CONFIG_XFRM_USER=y
  1253. # CONFIG_XFRM_SUB_POLICY is not set
  1254. # CONFIG_XFRM_MIGRATE is not set
  1255. CONFIG_XFRM_STATISTICS=y
  1256. CONFIG_XFRM_IPCOMP=y
  1257. CONFIG_NET_KEY=y
  1258. # CONFIG_NET_KEY_MIGRATE is not set
  1259. CONFIG_INET=y
  1260. CONFIG_IP_MULTICAST=y
  1261. CONFIG_IP_ADVANCED_ROUTER=y
  1262. # CONFIG_IP_FIB_TRIE_STATS is not set
  1263. CONFIG_IP_MULTIPLE_TABLES=y
  1264. # CONFIG_IP_ROUTE_MULTIPATH is not set
  1265. CONFIG_IP_ROUTE_VERBOSE=y
  1266. CONFIG_IP_PNP=y
  1267. CONFIG_IP_PNP_DHCP=y
  1268. # CONFIG_IP_PNP_BOOTP is not set
  1269. # CONFIG_IP_PNP_RARP is not set
  1270. # CONFIG_NET_IPIP is not set
  1271. # CONFIG_NET_IPGRE_DEMUX is not set
  1272. CONFIG_NET_IP_TUNNEL=y
  1273. # CONFIG_IP_MROUTE is not set
  1274. # CONFIG_SYN_COOKIES is not set
  1275. # CONFIG_NET_IPVTI is not set
  1276. CONFIG_NET_UDP_TUNNEL=y
  1277. # CONFIG_NET_FOU is not set
  1278. # CONFIG_NET_FOU_IP_TUNNELS is not set
  1279. CONFIG_INET_AH=y
  1280. CONFIG_INET_ESP=y
  1281. CONFIG_INET_IPCOMP=y
  1282. CONFIG_INET_XFRM_TUNNEL=y
  1283. CONFIG_INET_TUNNEL=y
  1284. CONFIG_INET_XFRM_MODE_TRANSPORT=y
  1285. CONFIG_INET_XFRM_MODE_TUNNEL=y
  1286. # CONFIG_INET_XFRM_MODE_BEET is not set
  1287. # CONFIG_INET_LRO is not set
  1288. CONFIG_INET_DIAG=y
  1289. CONFIG_INET_TCP_DIAG=y
  1290. # CONFIG_INET_UDP_DIAG is not set
  1291. CONFIG_INET_DIAG_DESTROY=y
  1292. # CONFIG_TCP_CONG_ADVANCED is not set
  1293. CONFIG_TCP_CONG_CUBIC=y
  1294. CONFIG_DEFAULT_TCP_CONG="cubic"
  1295. # CONFIG_TCP_MD5SIG is not set
  1296. CONFIG_IPV6=y
  1297. CONFIG_IPV6_ROUTER_PREF=y
  1298. CONFIG_IPV6_ROUTE_INFO=y
  1299. CONFIG_IPV6_OPTIMISTIC_DAD=y
  1300. CONFIG_INET6_AH=y
  1301. CONFIG_INET6_ESP=y
  1302. CONFIG_INET6_IPCOMP=y
  1303. CONFIG_IPV6_MIP6=y
  1304. # CONFIG_IPV6_ILA is not set
  1305. CONFIG_INET6_XFRM_TUNNEL=y
  1306. CONFIG_INET6_TUNNEL=y
  1307. CONFIG_INET6_XFRM_MODE_TRANSPORT=y
  1308. CONFIG_INET6_XFRM_MODE_TUNNEL=y
  1309. CONFIG_INET6_XFRM_MODE_BEET=y
  1310. # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
  1311. # CONFIG_IPV6_VTI is not set
  1312. CONFIG_IPV6_SIT=y
  1313. # CONFIG_IPV6_SIT_6RD is not set
  1314. CONFIG_IPV6_NDISC_NODETYPE=y
  1315. # CONFIG_IPV6_TUNNEL is not set
  1316. # CONFIG_IPV6_GRE is not set
  1317. CONFIG_IPV6_MULTIPLE_TABLES=y
  1318. CONFIG_IPV6_SUBTREES=y
  1319. # CONFIG_IPV6_MROUTE is not set
  1320. CONFIG_NETLABEL=y
  1321. CONFIG_ANDROID_PARANOID_NETWORK=y
  1322. CONFIG_NETWORK_SECMARK=y
  1323. # CONFIG_NET_PTP_CLASSIFY is not set
  1324. # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
  1325. CONFIG_NETFILTER=y
  1326. # CONFIG_NETFILTER_DEBUG is not set
  1327. CONFIG_NETFILTER_ADVANCED=y
  1328. CONFIG_BRIDGE_NETFILTER=y
  1329.  
  1330. #
  1331. # Core Netfilter Configuration
  1332. #
  1333. CONFIG_NETFILTER_INGRESS=y
  1334. CONFIG_NETFILTER_NETLINK=y
  1335. CONFIG_NETFILTER_NETLINK_QUEUE=y
  1336. CONFIG_NETFILTER_NETLINK_LOG=y
  1337. CONFIG_NF_CONNTRACK=y
  1338. CONFIG_NF_LOG_COMMON=y
  1339. CONFIG_NF_CONNTRACK_MARK=y
  1340. CONFIG_NF_CONNTRACK_SECMARK=y
  1341. # CONFIG_NF_CONNTRACK_ZONES is not set
  1342. CONFIG_NF_CONNTRACK_PROCFS=y
  1343. CONFIG_NF_CONNTRACK_EVENTS=y
  1344. # CONFIG_NF_CONNTRACK_TIMEOUT is not set
  1345. # CONFIG_NF_CONNTRACK_TIMESTAMP is not set
  1346. CONFIG_NF_CT_PROTO_DCCP=y
  1347. CONFIG_NF_CT_PROTO_GRE=y
  1348. CONFIG_NF_CT_PROTO_SCTP=y
  1349. CONFIG_NF_CT_PROTO_UDPLITE=y
  1350. CONFIG_NF_CONNTRACK_AMANDA=y
  1351. CONFIG_NF_CONNTRACK_FTP=y
  1352. CONFIG_NF_CONNTRACK_H323=y
  1353. CONFIG_NF_CONNTRACK_IRC=y
  1354. CONFIG_NF_CONNTRACK_BROADCAST=y
  1355. CONFIG_NF_CONNTRACK_NETBIOS_NS=y
  1356. # CONFIG_NF_CONNTRACK_SNMP is not set
  1357. CONFIG_NF_CONNTRACK_PPTP=y
  1358. CONFIG_NF_CONNTRACK_SANE=y
  1359. # CONFIG_NF_CONNTRACK_SIP is not set
  1360. CONFIG_NF_CONNTRACK_TFTP=y
  1361. CONFIG_NF_CT_NETLINK=y
  1362. # CONFIG_NF_CT_NETLINK_TIMEOUT is not set
  1363. # CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
  1364. CONFIG_NF_NAT=y
  1365. CONFIG_NF_NAT_NEEDED=y
  1366. CONFIG_NF_NAT_PROTO_DCCP=y
  1367. CONFIG_NF_NAT_PROTO_UDPLITE=y
  1368. CONFIG_NF_NAT_PROTO_SCTP=y
  1369. CONFIG_NF_NAT_AMANDA=y
  1370. CONFIG_NF_NAT_FTP=y
  1371. CONFIG_NF_NAT_IRC=y
  1372. # CONFIG_NF_NAT_SIP is not set
  1373. CONFIG_NF_NAT_TFTP=y
  1374. CONFIG_NF_NAT_REDIRECT=y
  1375. # CONFIG_NF_TABLES is not set
  1376. CONFIG_NETFILTER_XTABLES=y
  1377.  
  1378. #
  1379. # Xtables combined modules
  1380. #
  1381. CONFIG_NETFILTER_XT_MARK=y
  1382. CONFIG_NETFILTER_XT_CONNMARK=y
  1383.  
  1384. #
  1385. # Xtables targets
  1386. #
  1387. # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
  1388. # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
  1389. CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
  1390. CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
  1391. CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
  1392. CONFIG_NETFILTER_XT_TARGET_CT=y
  1393. # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
  1394. # CONFIG_NETFILTER_XT_TARGET_HL is not set
  1395. # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
  1396. CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
  1397. CONFIG_NETFILTER_XT_TARGET_HARDIDLETIMER=y
  1398. # CONFIG_NETFILTER_XT_TARGET_LED is not set
  1399. CONFIG_NETFILTER_XT_TARGET_LOG=y
  1400. CONFIG_NETFILTER_XT_TARGET_MARK=y
  1401. CONFIG_NETFILTER_XT_NAT=y
  1402. CONFIG_NETFILTER_XT_TARGET_NETMAP=y
  1403. CONFIG_NETFILTER_XT_TARGET_NFLOG=y
  1404. CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
  1405. CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
  1406. # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
  1407. CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
  1408. CONFIG_NETFILTER_XT_TARGET_TEE=y
  1409. CONFIG_NETFILTER_XT_TARGET_TPROXY=y
  1410. CONFIG_NETFILTER_XT_TARGET_TRACE=y
  1411. CONFIG_NETFILTER_XT_TARGET_SECMARK=y
  1412. CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
  1413. # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
  1414.  
  1415. #
  1416. # Xtables matches
  1417. #
  1418. # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
  1419. # CONFIG_NETFILTER_XT_MATCH_BPF is not set
  1420. # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
  1421. # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
  1422. CONFIG_NETFILTER_XT_MATCH_COMMENT=y
  1423. # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
  1424. # CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
  1425. CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
  1426. CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
  1427. CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
  1428. # CONFIG_NETFILTER_XT_MATCH_CPU is not set
  1429. # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
  1430. # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
  1431. CONFIG_NETFILTER_XT_MATCH_DSCP=y
  1432. CONFIG_NETFILTER_XT_MATCH_ECN=y
  1433. CONFIG_NETFILTER_XT_MATCH_ESP=y
  1434. CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
  1435. CONFIG_NETFILTER_XT_MATCH_HELPER=y
  1436. CONFIG_NETFILTER_XT_MATCH_HL=y
  1437. # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
  1438. CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
  1439. # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
  1440. CONFIG_NETFILTER_XT_MATCH_LENGTH=y
  1441. CONFIG_NETFILTER_XT_MATCH_LIMIT=y
  1442. CONFIG_NETFILTER_XT_MATCH_MAC=y
  1443. CONFIG_NETFILTER_XT_MATCH_MARK=y
  1444. CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
  1445. # CONFIG_NETFILTER_XT_MATCH_OSF is not set
  1446. # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
  1447. CONFIG_NETFILTER_XT_MATCH_POLICY=y
  1448. # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
  1449. CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
  1450. CONFIG_NETFILTER_XT_MATCH_QTAGUID=y
  1451. CONFIG_NETFILTER_XT_MATCH_QUOTA=y
  1452. CONFIG_NETFILTER_XT_MATCH_QUOTA2=y
  1453. # CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG is not set
  1454. # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
  1455. # CONFIG_NETFILTER_XT_MATCH_REALM is not set
  1456. # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
  1457. # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
  1458. CONFIG_NETFILTER_XT_MATCH_SOCKET=y
  1459. CONFIG_NETFILTER_XT_MATCH_STATE=y
  1460. CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
  1461. CONFIG_NETFILTER_XT_MATCH_STRING=y
  1462. # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
  1463. CONFIG_NETFILTER_XT_MATCH_TIME=y
  1464. CONFIG_NETFILTER_XT_MATCH_U32=y
  1465. # CONFIG_IP_SET is not set
  1466. # CONFIG_IP_VS is not set
  1467.  
  1468. #
  1469. # IP: Netfilter Configuration
  1470. #
  1471. CONFIG_NF_DEFRAG_IPV4=y
  1472. CONFIG_NF_CONNTRACK_IPV4=y
  1473. CONFIG_NF_CONNTRACK_PROC_COMPAT=y
  1474. CONFIG_NF_DUP_IPV4=y
  1475. # CONFIG_NF_LOG_ARP is not set
  1476. CONFIG_NF_LOG_IPV4=y
  1477. CONFIG_NF_REJECT_IPV4=y
  1478. CONFIG_NF_NAT_IPV4=y
  1479. CONFIG_NF_NAT_MASQUERADE_IPV4=y
  1480. CONFIG_NF_NAT_PROTO_GRE=y
  1481. CONFIG_NF_NAT_PPTP=y
  1482. CONFIG_NF_NAT_H323=y
  1483. CONFIG_IP_NF_IPTABLES=y
  1484. CONFIG_IP_NF_MATCH_AH=y
  1485. CONFIG_IP_NF_MATCH_ECN=y
  1486. CONFIG_IP_NF_MATCH_RPFILTER=y
  1487. CONFIG_IP_NF_MATCH_TTL=y
  1488. CONFIG_IP_NF_FILTER=y
  1489. CONFIG_IP_NF_TARGET_REJECT=y
  1490. # CONFIG_IP_NF_TARGET_SYNPROXY is not set
  1491. CONFIG_IP_NF_NAT=y
  1492. CONFIG_IP_NF_TARGET_MASQUERADE=y
  1493. CONFIG_IP_NF_TARGET_NETMAP=y
  1494. CONFIG_IP_NF_TARGET_REDIRECT=y
  1495. CONFIG_IP_NF_MANGLE=y
  1496. # CONFIG_IP_NF_TARGET_CLUSTERIP is not set
  1497. # CONFIG_IP_NF_TARGET_ECN is not set
  1498. # CONFIG_IP_NF_TARGET_TTL is not set
  1499. CONFIG_IP_NF_RAW=y
  1500. CONFIG_IP_NF_SECURITY=y
  1501. CONFIG_IP_NF_ARPTABLES=y
  1502. CONFIG_IP_NF_ARPFILTER=y
  1503. CONFIG_IP_NF_ARP_MANGLE=y
  1504.  
  1505. #
  1506. # IPv6: Netfilter Configuration
  1507. #
  1508. CONFIG_NF_DEFRAG_IPV6=y
  1509. CONFIG_NF_CONNTRACK_IPV6=y
  1510. CONFIG_NF_DUP_IPV6=y
  1511. CONFIG_NF_REJECT_IPV6=y
  1512. CONFIG_NF_LOG_IPV6=y
  1513. # CONFIG_NF_NAT_IPV6 is not set
  1514. CONFIG_IP6_NF_IPTABLES=y
  1515. CONFIG_IP6_NF_IPTABLES_128=y
  1516. # CONFIG_IP6_NF_MATCH_AH is not set
  1517. # CONFIG_IP6_NF_MATCH_EUI64 is not set
  1518. # CONFIG_IP6_NF_MATCH_FRAG is not set
  1519. # CONFIG_IP6_NF_MATCH_OPTS is not set
  1520. # CONFIG_IP6_NF_MATCH_HL is not set
  1521. # CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
  1522. # CONFIG_IP6_NF_MATCH_MH is not set
  1523. CONFIG_IP6_NF_MATCH_RPFILTER=y
  1524. # CONFIG_IP6_NF_MATCH_RT is not set
  1525. # CONFIG_IP6_NF_TARGET_HL is not set
  1526. CONFIG_IP6_NF_FILTER=y
  1527. CONFIG_IP6_NF_TARGET_REJECT=y
  1528. # CONFIG_IP6_NF_TARGET_SYNPROXY is not set
  1529. CONFIG_IP6_NF_MANGLE=y
  1530. CONFIG_IP6_NF_RAW=y
  1531. # CONFIG_IP6_NF_SECURITY is not set
  1532. # CONFIG_IP6_NF_NAT is not set
  1533. CONFIG_BRIDGE_NF_EBTABLES=y
  1534. CONFIG_BRIDGE_EBT_BROUTE=y
  1535. # CONFIG_BRIDGE_EBT_T_FILTER is not set
  1536. # CONFIG_BRIDGE_EBT_T_NAT is not set
  1537. # CONFIG_BRIDGE_EBT_802_3 is not set
  1538. # CONFIG_BRIDGE_EBT_AMONG is not set
  1539. # CONFIG_BRIDGE_EBT_ARP is not set
  1540. # CONFIG_BRIDGE_EBT_IP is not set
  1541. # CONFIG_BRIDGE_EBT_IP6 is not set
  1542. # CONFIG_BRIDGE_EBT_LIMIT is not set
  1543. # CONFIG_BRIDGE_EBT_MARK is not set
  1544. # CONFIG_BRIDGE_EBT_PKTTYPE is not set
  1545. # CONFIG_BRIDGE_EBT_STP is not set
  1546. # CONFIG_BRIDGE_EBT_VLAN is not set
  1547. # CONFIG_BRIDGE_EBT_ARPREPLY is not set
  1548. # CONFIG_BRIDGE_EBT_DNAT is not set
  1549. # CONFIG_BRIDGE_EBT_MARK_T is not set
  1550. # CONFIG_BRIDGE_EBT_REDIRECT is not set
  1551. # CONFIG_BRIDGE_EBT_SNAT is not set
  1552. # CONFIG_BRIDGE_EBT_LOG is not set
  1553. # CONFIG_BRIDGE_EBT_NFLOG is not set
  1554. # CONFIG_IP_DCCP is not set
  1555. # CONFIG_IP_SCTP is not set
  1556. # CONFIG_RDS is not set
  1557. # CONFIG_TIPC is not set
  1558. # CONFIG_ATM is not set
  1559. CONFIG_L2TP=y
  1560. # CONFIG_L2TP_DEBUGFS is not set
  1561. CONFIG_L2TP_V3=y
  1562. CONFIG_L2TP_IP=y
  1563. CONFIG_L2TP_ETH=y
  1564. CONFIG_STP=y
  1565. CONFIG_BRIDGE=y
  1566. CONFIG_BRIDGE_IGMP_SNOOPING=y
  1567. CONFIG_HAVE_NET_DSA=y
  1568. # CONFIG_NET_DSA is not set
  1569. # CONFIG_VLAN_8021Q is not set
  1570. # CONFIG_DECNET is not set
  1571. CONFIG_LLC=y
  1572. # CONFIG_LLC2 is not set
  1573. # CONFIG_IPX is not set
  1574. # CONFIG_ATALK is not set
  1575. # CONFIG_X25 is not set
  1576. # CONFIG_LAPB is not set
  1577. # CONFIG_PHONET is not set
  1578. # CONFIG_6LOWPAN is not set
  1579. # CONFIG_IEEE802154 is not set
  1580. CONFIG_NET_SCHED=y
  1581.  
  1582. #
  1583. # Queueing/Scheduling
  1584. #
  1585. # CONFIG_NET_SCH_CBQ is not set
  1586. CONFIG_NET_SCH_HTB=y
  1587. # CONFIG_NET_SCH_HFSC is not set
  1588. CONFIG_NET_SCH_PRIO=y
  1589. CONFIG_NET_SCH_MULTIQ=y
  1590. # CONFIG_NET_SCH_RED is not set
  1591. # CONFIG_NET_SCH_SFB is not set
  1592. # CONFIG_NET_SCH_SFQ is not set
  1593. # CONFIG_NET_SCH_TEQL is not set
  1594. # CONFIG_NET_SCH_TBF is not set
  1595. # CONFIG_NET_SCH_GRED is not set
  1596. # CONFIG_NET_SCH_DSMARK is not set
  1597. # CONFIG_NET_SCH_NETEM is not set
  1598. # CONFIG_NET_SCH_DRR is not set
  1599. # CONFIG_NET_SCH_MQPRIO is not set
  1600. # CONFIG_NET_SCH_CHOKE is not set
  1601. # CONFIG_NET_SCH_QFQ is not set
  1602. # CONFIG_NET_SCH_CODEL is not set
  1603. # CONFIG_NET_SCH_FQ_CODEL is not set
  1604. # CONFIG_NET_SCH_FQ is not set
  1605. # CONFIG_NET_SCH_HHF is not set
  1606. # CONFIG_NET_SCH_PIE is not set
  1607. CONFIG_NET_SCH_INGRESS=y
  1608. # CONFIG_NET_SCH_PLUG is not set
  1609.  
  1610. #
  1611. # Classification
  1612. #
  1613. CONFIG_NET_CLS=y
  1614. # CONFIG_NET_CLS_BASIC is not set
  1615. # CONFIG_NET_CLS_TCINDEX is not set
  1616. # CONFIG_NET_CLS_ROUTE4 is not set
  1617. CONFIG_NET_CLS_FW=y
  1618. CONFIG_NET_CLS_U32=y
  1619. # CONFIG_CLS_U32_PERF is not set
  1620. CONFIG_CLS_U32_MARK=y
  1621. # CONFIG_NET_CLS_RSVP is not set
  1622. # CONFIG_NET_CLS_RSVP6 is not set
  1623. CONFIG_NET_CLS_FLOW=y
  1624. # CONFIG_NET_CLS_BPF is not set
  1625. # CONFIG_NET_CLS_FLOWER is not set
  1626. CONFIG_NET_EMATCH=y
  1627. CONFIG_NET_EMATCH_STACK=32
  1628. CONFIG_NET_EMATCH_CMP=y
  1629. CONFIG_NET_EMATCH_NBYTE=y
  1630. CONFIG_NET_EMATCH_U32=y
  1631. CONFIG_NET_EMATCH_META=y
  1632. CONFIG_NET_EMATCH_TEXT=y
  1633. CONFIG_NET_CLS_ACT=y
  1634. # CONFIG_NET_ACT_POLICE is not set
  1635. CONFIG_NET_ACT_GACT=y
  1636. # CONFIG_GACT_PROB is not set
  1637. CONFIG_NET_ACT_MIRRED=y
  1638. # CONFIG_NET_ACT_IPT is not set
  1639. # CONFIG_NET_ACT_NAT is not set
  1640. # CONFIG_NET_ACT_PEDIT is not set
  1641. # CONFIG_NET_ACT_SIMP is not set
  1642. CONFIG_NET_ACT_SKBEDIT=y
  1643. # CONFIG_NET_ACT_CSUM is not set
  1644. # CONFIG_NET_ACT_VLAN is not set
  1645. # CONFIG_NET_ACT_BPF is not set
  1646. # CONFIG_NET_ACT_CONNMARK is not set
  1647. # CONFIG_NET_CLS_IND is not set
  1648. CONFIG_NET_SCH_FIFO=y
  1649. # CONFIG_DCB is not set
  1650. CONFIG_DNS_RESOLVER=y
  1651. # CONFIG_BATMAN_ADV is not set
  1652. # CONFIG_OPENVSWITCH is not set
  1653. # CONFIG_VSOCKETS is not set
  1654. # CONFIG_NETLINK_DIAG is not set
  1655. # CONFIG_MPLS is not set
  1656. # CONFIG_HSR is not set
  1657. # CONFIG_NET_SWITCHDEV is not set
  1658. # CONFIG_NET_L3_MASTER_DEV is not set
  1659. CONFIG_RMNET_DATA=y
  1660. CONFIG_RMNET_DATA_FC=y
  1661. CONFIG_RMNET_DATA_DEBUG_PKT=y
  1662. CONFIG_RPS=y
  1663. CONFIG_RFS_ACCEL=y
  1664. CONFIG_XPS=y
  1665. # CONFIG_CGROUP_NET_PRIO is not set
  1666. # CONFIG_CGROUP_NET_CLASSID is not set
  1667. CONFIG_NET_RX_BUSY_POLL=y
  1668. CONFIG_BQL=y
  1669. # CONFIG_BPF_JIT is not set
  1670. CONFIG_NET_FLOW_LIMIT=y
  1671. CONFIG_SOCKEV_NLMCAST=y
  1672.  
  1673. #
  1674. # Network testing
  1675. #
  1676. # CONFIG_NET_PKTGEN is not set
  1677. # CONFIG_NET_DROP_MONITOR is not set
  1678. # CONFIG_HAMRADIO is not set
  1679. # CONFIG_CAN is not set
  1680. # CONFIG_IRDA is not set
  1681. CONFIG_BT=y
  1682. CONFIG_BT_BREDR=y
  1683. # CONFIG_BT_BNEP is not set
  1684. # CONFIG_BT_HIDP is not set
  1685. CONFIG_BT_HS=y
  1686. CONFIG_BT_LE=y
  1687. # CONFIG_BT_SELFTEST is not set
  1688. CONFIG_BT_DEBUGFS=y
  1689.  
  1690. #
  1691. # Bluetooth device drivers
  1692. #
  1693. # CONFIG_BT_HCIBTUSB is not set
  1694. # CONFIG_BT_HCIBCM203X is not set
  1695. # CONFIG_BT_HCIBFUSB is not set
  1696. # CONFIG_BT_HCIVHCI is not set
  1697. # CONFIG_BT_MRVL is not set
  1698. CONFIG_MSM_BT_POWER=y
  1699. CONFIG_BTFM_SLIM=y
  1700. CONFIG_BTFM_SLIM_WCN3990=y
  1701. # CONFIG_AF_RXRPC is not set
  1702. CONFIG_FIB_RULES=y
  1703. CONFIG_WIRELESS=y
  1704. CONFIG_WIRELESS_EXT=y
  1705. CONFIG_WEXT_CORE=y
  1706. CONFIG_WEXT_PROC=y
  1707. CONFIG_WEXT_SPY=y
  1708. CONFIG_WEXT_PRIV=y
  1709. CONFIG_CFG80211=y
  1710. CONFIG_NL80211_TESTMODE=y
  1711. # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
  1712. # CONFIG_CFG80211_REG_DEBUG is not set
  1713. # CONFIG_CFG80211_CERTIFICATION_ONUS is not set
  1714. CONFIG_CFG80211_DEFAULT_PS=y
  1715. # CONFIG_CFG80211_DEBUGFS is not set
  1716. CONFIG_CFG80211_INTERNAL_REGDB=y
  1717. # CONFIG_CFG80211_CRDA_SUPPORT is not set
  1718. # CONFIG_CFG80211_WEXT is not set
  1719. # CONFIG_LIB80211 is not set
  1720. # CONFIG_MAC80211 is not set
  1721. CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
  1722. # CONFIG_WIMAX is not set
  1723. CONFIG_RFKILL=y
  1724. CONFIG_RFKILL_PM=y
  1725. CONFIG_RFKILL_LEDS=y
  1726. # CONFIG_RFKILL_INPUT is not set
  1727. # CONFIG_RFKILL_REGULATOR is not set
  1728. # CONFIG_RFKILL_GPIO is not set
  1729. # CONFIG_NET_9P is not set
  1730. # CONFIG_CAIF is not set
  1731. # CONFIG_CEPH_LIB is not set
  1732. CONFIG_NFC=y
  1733. # CONFIG_NFC_DIGITAL is not set
  1734. # CONFIG_NFC_NCI is not set
  1735. # CONFIG_NFC_HCI is not set
  1736.  
  1737. #
  1738. # Near Field Communication (NFC) devices
  1739. #
  1740. # CONFIG_NFC_PN533 is not set
  1741. # CONFIG_NFC_SIM is not set
  1742. CONFIG_NFC_NQ=y
  1743. CONFIG_NFC_PN5XX=y
  1744. # CONFIG_LWTUNNEL is not set
  1745. CONFIG_IPC_ROUTER=y
  1746. CONFIG_IPC_ROUTER_SECURITY=y
  1747. CONFIG_HAVE_BPF_JIT=y
  1748.  
  1749. #
  1750. # Device Drivers
  1751. #
  1752. CONFIG_ARM_AMBA=y
  1753. # CONFIG_TEGRA_AHB is not set
  1754.  
  1755. #
  1756. # Generic Driver Options
  1757. #
  1758. CONFIG_UEVENT_HELPER=y
  1759. CONFIG_UEVENT_HELPER_PATH=""
  1760. CONFIG_STANDALONE=y
  1761. CONFIG_PREVENT_FIRMWARE_BUILD=y
  1762. CONFIG_FW_LOADER=y
  1763. CONFIG_FIRMWARE_IN_KERNEL=y
  1764. CONFIG_EXTRA_FIRMWARE=""
  1765. # CONFIG_FW_CACHE is not set
  1766. CONFIG_ALLOW_DEV_COREDUMP=y
  1767. # CONFIG_DEBUG_DRIVER is not set
  1768. # CONFIG_DEBUG_DEVRES is not set
  1769. # CONFIG_SYS_HYPERVISOR is not set
  1770. # CONFIG_GENERIC_CPU_DEVICES is not set
  1771. CONFIG_GENERIC_CPU_AUTOPROBE=y
  1772. CONFIG_SOC_BUS=y
  1773. CONFIG_REGMAP=y
  1774. CONFIG_REGMAP_I2C=y
  1775. CONFIG_REGMAP_SPI=y
  1776. CONFIG_REGMAP_SPMI=y
  1777. CONFIG_REGMAP_MMIO=y
  1778. CONFIG_REGMAP_SWR=y
  1779. # CONFIG_REGMAP_ALLOW_WRITE_DEBUGFS is not set
  1780. CONFIG_DMA_SHARED_BUFFER=y
  1781. # CONFIG_FENCE_TRACE is not set
  1782. CONFIG_DMA_CMA=y
  1783.  
  1784. #
  1785. # Default contiguous memory area size:
  1786. #
  1787. CONFIG_CMA_SIZE_MBYTES=16
  1788. CONFIG_CMA_SIZE_SEL_MBYTES=y
  1789. # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
  1790. # CONFIG_CMA_SIZE_SEL_MIN is not set
  1791. # CONFIG_CMA_SIZE_SEL_MAX is not set
  1792. CONFIG_CMA_ALIGNMENT=8
  1793.  
  1794. #
  1795. # Bus devices
  1796. #
  1797. # CONFIG_ARM_CCI400_PMU is not set
  1798. # CONFIG_ARM_CCI500_PMU is not set
  1799. # CONFIG_ARM_CCN is not set
  1800. # CONFIG_VEXPRESS_CONFIG is not set
  1801. # CONFIG_CONNECTOR is not set
  1802. # CONFIG_MTD is not set
  1803. CONFIG_DTC=y
  1804. CONFIG_OF=y
  1805. # CONFIG_OF_UNITTEST is not set
  1806. CONFIG_OF_FLATTREE=y
  1807. CONFIG_OF_EARLY_FLATTREE=y
  1808. CONFIG_OF_ADDRESS=y
  1809. CONFIG_OF_ADDRESS_PCI=y
  1810. CONFIG_OF_IRQ=y
  1811. CONFIG_OF_NET=y
  1812. CONFIG_OF_MDIO=y
  1813. CONFIG_OF_PCI=y
  1814. CONFIG_OF_PCI_IRQ=y
  1815. CONFIG_OF_RESERVED_MEM=y
  1816. CONFIG_OF_SLIMBUS=y
  1817. # CONFIG_OF_OVERLAY is not set
  1818. CONFIG_OF_BATTERYDATA=y
  1819. # CONFIG_PARPORT is not set
  1820. CONFIG_PNP=y
  1821. # CONFIG_PNP_DEBUG_MESSAGES is not set
  1822.  
  1823. #
  1824. # Protocols
  1825. #
  1826. CONFIG_PNPACPI=y
  1827. CONFIG_BLK_DEV=y
  1828. # CONFIG_BLK_DEV_NULL_BLK is not set
  1829. # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
  1830. CONFIG_ZRAM=y
  1831. CONFIG_ZRAM_LZ4_COMPRESS=y
  1832. # CONFIG_BLK_CPQ_CISS_DA is not set
  1833. # CONFIG_BLK_DEV_DAC960 is not set
  1834. # CONFIG_BLK_DEV_UMEM is not set
  1835. # CONFIG_BLK_DEV_COW_COMMON is not set
  1836. CONFIG_BLK_DEV_LOOP=y
  1837. CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
  1838. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  1839. # CONFIG_BLK_DEV_DRBD is not set
  1840. # CONFIG_BLK_DEV_SKD is not set
  1841. # CONFIG_BLK_DEV_SX8 is not set
  1842. CONFIG_BLK_DEV_RAM=y
  1843. CONFIG_BLK_DEV_RAM_COUNT=16
  1844. CONFIG_BLK_DEV_RAM_SIZE=8192
  1845. # CONFIG_CDROM_PKTCDVD is not set
  1846. # CONFIG_ATA_OVER_ETH is not set
  1847. # CONFIG_BLK_DEV_RBD is not set
  1848. # CONFIG_BLK_DEV_RSXX is not set
  1849. # CONFIG_BLK_DEV_NVME is not set
  1850.  
  1851. #
  1852. # Misc devices
  1853. #
  1854. # CONFIG_SENSORS_LIS3LV02D is not set
  1855. # CONFIG_AD525X_DPOT is not set
  1856. # CONFIG_DUMMY_IRQ is not set
  1857. # CONFIG_PHANTOM is not set
  1858. # CONFIG_SGI_IOC4 is not set
  1859. # CONFIG_TIFM_CORE is not set
  1860. # CONFIG_ICS932S401 is not set
  1861. # CONFIG_ENCLOSURE_SERVICES is not set
  1862. # CONFIG_HP_ILO is not set
  1863. # CONFIG_QCOM_COINCELL is not set
  1864. # CONFIG_APDS9802ALS is not set
  1865. # CONFIG_ISL29003 is not set
  1866. # CONFIG_ISL29020 is not set
  1867. # CONFIG_SENSORS_TSL2550 is not set
  1868. # CONFIG_SENSORS_BH1780 is not set
  1869. # CONFIG_SENSORS_BH1770 is not set
  1870. # CONFIG_SENSORS_APDS990X is not set
  1871. # CONFIG_HMC6352 is not set
  1872. # CONFIG_DS1682 is not set
  1873. # CONFIG_TI_DAC7512 is not set
  1874. # CONFIG_BMP085_I2C is not set
  1875. # CONFIG_BMP085_SPI is not set
  1876. # CONFIG_USB_SWITCH_FSA9480 is not set
  1877. # CONFIG_LATTICE_ECP3_CONFIG is not set
  1878. # CONFIG_SRAM is not set
  1879. CONFIG_QSEECOM=y
  1880. CONFIG_HDCP_QSEECOM=y
  1881. # CONFIG_PROFILER is not set
  1882. CONFIG_UID_SYS_STATS=y
  1883. # CONFIG_UID_SYS_STATS_DEBUG is not set
  1884. # CONFIG_QPNP_MISC is not set
  1885. CONFIG_MEMORY_STATE_TIME=y
  1886. # CONFIG_C2PORT is not set
  1887.  
  1888. #
  1889. # EEPROM support
  1890. #
  1891. # CONFIG_EEPROM_AT24 is not set
  1892. # CONFIG_EEPROM_AT25 is not set
  1893. # CONFIG_EEPROM_LEGACY is not set
  1894. # CONFIG_EEPROM_MAX6875 is not set
  1895. # CONFIG_EEPROM_93CX6 is not set
  1896. # CONFIG_EEPROM_93XX46 is not set
  1897. # CONFIG_CB710_CORE is not set
  1898.  
  1899. #
  1900. # Texas Instruments shared transport line discipline
  1901. #
  1902. # CONFIG_TI_ST is not set
  1903. # CONFIG_SENSORS_LIS3_I2C is not set
  1904.  
  1905. #
  1906. # Altera FPGA firmware download module
  1907. #
  1908. # CONFIG_ALTERA_STAPL is not set
  1909. CONFIG_MSM_QDSP6V2_CODECS=y
  1910. CONFIG_MSM_ULTRASOUND=y
  1911.  
  1912. #
  1913. # Intel MIC Bus Driver
  1914. #
  1915.  
  1916. #
  1917. # SCIF Bus Driver
  1918. #
  1919.  
  1920. #
  1921. # Intel MIC Host Driver
  1922. #
  1923.  
  1924. #
  1925. # Intel MIC Card Driver
  1926. #
  1927.  
  1928. #
  1929. # SCIF Driver
  1930. #
  1931.  
  1932. #
  1933. # Intel MIC Coprocessor State Management (COSM) Drivers
  1934. #
  1935. # CONFIG_GENWQE is not set
  1936. # CONFIG_ECHO is not set
  1937. # CONFIG_CXL_BASE is not set
  1938. # CONFIG_CXL_KERNEL_API is not set
  1939. # CONFIG_CXL_EEH is not set
  1940.  
  1941. #
  1942. # SCSI device support
  1943. #
  1944. CONFIG_SCSI_MOD=y
  1945. # CONFIG_RAID_ATTRS is not set
  1946. CONFIG_SCSI=y
  1947. CONFIG_SCSI_DMA=y
  1948. # CONFIG_SCSI_NETLINK is not set
  1949. # CONFIG_SCSI_MQ_DEFAULT is not set
  1950. CONFIG_SCSI_PROC_FS=y
  1951.  
  1952. #
  1953. # SCSI support type (disk, tape, CD-ROM)
  1954. #
  1955. CONFIG_BLK_DEV_SD=y
  1956. # CONFIG_CHR_DEV_ST is not set
  1957. # CONFIG_CHR_DEV_OSST is not set
  1958. # CONFIG_BLK_DEV_SR is not set
  1959. CONFIG_CHR_DEV_SG=y
  1960. CONFIG_CHR_DEV_SCH=y
  1961. # CONFIG_SCSI_CONSTANTS is not set
  1962. CONFIG_SCSI_LOGGING=y
  1963. CONFIG_SCSI_SCAN_ASYNC=y
  1964.  
  1965. #
  1966. # SCSI Transports
  1967. #
  1968. # CONFIG_SCSI_SPI_ATTRS is not set
  1969. # CONFIG_SCSI_FC_ATTRS is not set
  1970. # CONFIG_SCSI_ISCSI_ATTRS is not set
  1971. # CONFIG_SCSI_SAS_ATTRS is not set
  1972. # CONFIG_SCSI_SAS_LIBSAS is not set
  1973. # CONFIG_SCSI_SRP_ATTRS is not set
  1974. CONFIG_SCSI_LOWLEVEL=y
  1975. # CONFIG_ISCSI_TCP is not set
  1976. # CONFIG_ISCSI_BOOT_SYSFS is not set
  1977. # CONFIG_SCSI_CXGB3_ISCSI is not set
  1978. # CONFIG_SCSI_CXGB4_ISCSI is not set
  1979. # CONFIG_SCSI_BNX2_ISCSI is not set
  1980. # CONFIG_BE2ISCSI is not set
  1981. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  1982. # CONFIG_SCSI_HPSA is not set
  1983. # CONFIG_SCSI_3W_9XXX is not set
  1984. # CONFIG_SCSI_3W_SAS is not set
  1985. # CONFIG_SCSI_ACARD is not set
  1986. # CONFIG_SCSI_AACRAID is not set
  1987. # CONFIG_SCSI_AIC7XXX is not set
  1988. # CONFIG_SCSI_AIC79XX is not set
  1989. # CONFIG_SCSI_AIC94XX is not set
  1990. # CONFIG_SCSI_MVSAS is not set
  1991. # CONFIG_SCSI_MVUMI is not set
  1992. # CONFIG_SCSI_ADVANSYS is not set
  1993. # CONFIG_SCSI_ARCMSR is not set
  1994. # CONFIG_SCSI_ESAS2R is not set
  1995. # CONFIG_MEGARAID_NEWGEN is not set
  1996. # CONFIG_MEGARAID_LEGACY is not set
  1997. # CONFIG_MEGARAID_SAS is not set
  1998. # CONFIG_SCSI_MPT3SAS is not set
  1999. # CONFIG_SCSI_MPT2SAS is not set
  2000. CONFIG_SCSI_UFSHCD=y
  2001. # CONFIG_SCSI_UFSHCD_PCI is not set
  2002. CONFIG_SCSI_UFSHCD_PLATFORM=y
  2003. CONFIG_SCSI_UFS_QCOM=y
  2004. CONFIG_SCSI_UFS_QCOM_ICE=y
  2005. # CONFIG_SCSI_UFSHCD_CMD_LOGGING is not set
  2006. # CONFIG_SCSI_HPTIOP is not set
  2007. # CONFIG_SCSI_SNIC is not set
  2008. # CONFIG_SCSI_DMX3191D is not set
  2009. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  2010. # CONFIG_SCSI_IPS is not set
  2011. # CONFIG_SCSI_INITIO is not set
  2012. # CONFIG_SCSI_INIA100 is not set
  2013. # CONFIG_SCSI_STEX is not set
  2014. # CONFIG_SCSI_SYM53C8XX_2 is not set
  2015. # CONFIG_SCSI_QLOGIC_1280 is not set
  2016. # CONFIG_SCSI_QLA_ISCSI is not set
  2017. # CONFIG_SCSI_DC395x is not set
  2018. # CONFIG_SCSI_AM53C974 is not set
  2019. # CONFIG_SCSI_WD719X is not set
  2020. # CONFIG_SCSI_DEBUG is not set
  2021. # CONFIG_SCSI_PMCRAID is not set
  2022. # CONFIG_SCSI_PM8001 is not set
  2023. # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
  2024. # CONFIG_SCSI_DH is not set
  2025. # CONFIG_SCSI_OSD_INITIATOR is not set
  2026. CONFIG_HAVE_PATA_PLATFORM=y
  2027. # CONFIG_ATA is not set
  2028. CONFIG_MD=y
  2029. CONFIG_BLK_DEV_MD=y
  2030. CONFIG_MD_AUTODETECT=y
  2031. CONFIG_MD_LINEAR=y
  2032. # CONFIG_MD_RAID0 is not set
  2033. # CONFIG_MD_RAID1 is not set
  2034. # CONFIG_MD_RAID10 is not set
  2035. # CONFIG_MD_RAID456 is not set
  2036. # CONFIG_MD_MULTIPATH is not set
  2037. # CONFIG_MD_FAULTY is not set
  2038. # CONFIG_BCACHE is not set
  2039. CONFIG_BLK_DEV_DM_BUILTIN=y
  2040. CONFIG_BLK_DEV_DM=y
  2041. # CONFIG_DM_MQ_DEFAULT is not set
  2042. # CONFIG_DM_DEBUG is not set
  2043. CONFIG_DM_BUFIO=y
  2044. CONFIG_DM_CRYPT=y
  2045. CONFIG_DM_REQ_CRYPT=y
  2046. # CONFIG_DM_SNAPSHOT is not set
  2047. # CONFIG_DM_THIN_PROVISIONING is not set
  2048. # CONFIG_DM_CACHE is not set
  2049. # CONFIG_DM_ERA is not set
  2050. # CONFIG_DM_MIRROR is not set
  2051. # CONFIG_DM_RAID is not set
  2052. # CONFIG_DM_ZERO is not set
  2053. # CONFIG_DM_MULTIPATH is not set
  2054. # CONFIG_DM_DELAY is not set
  2055. CONFIG_DM_UEVENT=y
  2056. # CONFIG_DM_FLAKEY is not set
  2057. CONFIG_DM_VERITY=y
  2058. # CONFIG_DM_VERITY_HASH_PREFETCH_MIN_SIZE_128 is not set
  2059. CONFIG_DM_VERITY_HASH_PREFETCH_MIN_SIZE=1
  2060. CONFIG_DM_VERITY_FEC=y
  2061. # CONFIG_DM_SWITCH is not set
  2062. # CONFIG_DM_LOG_WRITES is not set
  2063. # CONFIG_DM_VERITY_AVB is not set
  2064. # CONFIG_TARGET_CORE is not set
  2065. # CONFIG_FUSION is not set
  2066.  
  2067. #
  2068. # IEEE 1394 (FireWire) support
  2069. #
  2070. # CONFIG_FIREWIRE is not set
  2071. # CONFIG_FIREWIRE_NOSY is not set
  2072. CONFIG_NETDEVICES=y
  2073. CONFIG_MII=y
  2074. CONFIG_NET_CORE=y
  2075. CONFIG_BONDING=y
  2076. # CONFIG_EQUALIZER is not set
  2077. # CONFIG_NET_FC is not set
  2078. # CONFIG_IFB is not set
  2079. # CONFIG_NET_TEAM is not set
  2080. # CONFIG_MACVLAN is not set
  2081. # CONFIG_IPVLAN is not set
  2082. # CONFIG_VXLAN is not set
  2083. # CONFIG_GENEVE is not set
  2084. # CONFIG_NETCONSOLE is not set
  2085. # CONFIG_NETPOLL is not set
  2086. # CONFIG_NET_POLL_CONTROLLER is not set
  2087. CONFIG_TUN=y
  2088. # CONFIG_TUN_VNET_CROSS_LE is not set
  2089. # CONFIG_VETH is not set
  2090. # CONFIG_NLMON is not set
  2091. # CONFIG_ARCNET is not set
  2092.  
  2093. #
  2094. # CAIF transport drivers
  2095. #
  2096.  
  2097. #
  2098. # Distributed Switch Architecture drivers
  2099. #
  2100. # CONFIG_NET_DSA_MV88E6XXX is not set
  2101. # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
  2102. CONFIG_ETHERNET=y
  2103. CONFIG_NET_VENDOR_3COM=y
  2104. # CONFIG_VORTEX is not set
  2105. # CONFIG_TYPHOON is not set
  2106. CONFIG_NET_VENDOR_ADAPTEC=y
  2107. # CONFIG_ADAPTEC_STARFIRE is not set
  2108. CONFIG_NET_VENDOR_AGERE=y
  2109. # CONFIG_ET131X is not set
  2110. CONFIG_NET_VENDOR_ALTEON=y
  2111. # CONFIG_ACENIC is not set
  2112. # CONFIG_ALTERA_TSE is not set
  2113. CONFIG_NET_VENDOR_AMD=y
  2114. # CONFIG_AMD8111_ETH is not set
  2115. # CONFIG_PCNET32 is not set
  2116. # CONFIG_AMD_XGBE is not set
  2117. CONFIG_NET_VENDOR_ARC=y
  2118. # CONFIG_ARC_EMAC is not set
  2119. # CONFIG_EMAC_ROCKCHIP is not set
  2120. CONFIG_NET_VENDOR_ATHEROS=y
  2121. # CONFIG_ATL2 is not set
  2122. # CONFIG_ATL1 is not set
  2123. # CONFIG_ATL1E is not set
  2124. # CONFIG_ATL1C is not set
  2125. # CONFIG_ALX is not set
  2126. # CONFIG_NET_VENDOR_AURORA is not set
  2127. CONFIG_NET_CADENCE=y
  2128. # CONFIG_MACB is not set
  2129. CONFIG_NET_VENDOR_BROADCOM=y
  2130. # CONFIG_B44 is not set
  2131. # CONFIG_BCMGENET is not set
  2132. # CONFIG_BNX2 is not set
  2133. # CONFIG_CNIC is not set
  2134. # CONFIG_TIGON3 is not set
  2135. # CONFIG_BNX2X is not set
  2136. # CONFIG_SYSTEMPORT is not set
  2137. # CONFIG_BNXT is not set
  2138. CONFIG_NET_VENDOR_BROCADE=y
  2139. # CONFIG_BNA is not set
  2140. CONFIG_NET_VENDOR_CAVIUM=y
  2141. # CONFIG_THUNDER_NIC_PF is not set
  2142. # CONFIG_THUNDER_NIC_VF is not set
  2143. # CONFIG_THUNDER_NIC_BGX is not set
  2144. # CONFIG_LIQUIDIO is not set
  2145. CONFIG_NET_VENDOR_CHELSIO=y
  2146. # CONFIG_CHELSIO_T1 is not set
  2147. # CONFIG_CHELSIO_T3 is not set
  2148. # CONFIG_CHELSIO_T4 is not set
  2149. # CONFIG_CHELSIO_T4VF is not set
  2150. CONFIG_NET_VENDOR_CISCO=y
  2151. # CONFIG_ENIC is not set
  2152. # CONFIG_DNET is not set
  2153. CONFIG_NET_VENDOR_DEC=y
  2154. # CONFIG_NET_TULIP is not set
  2155. CONFIG_NET_VENDOR_DLINK=y
  2156. # CONFIG_DL2K is not set
  2157. # CONFIG_SUNDANCE is not set
  2158. CONFIG_NET_VENDOR_EMULEX=y
  2159. # CONFIG_BE2NET is not set
  2160. CONFIG_NET_VENDOR_EZCHIP=y
  2161. # CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set
  2162. CONFIG_NET_VENDOR_EXAR=y
  2163. # CONFIG_S2IO is not set
  2164. # CONFIG_VXGE is not set
  2165. CONFIG_NET_VENDOR_HISILICON=y
  2166. # CONFIG_HIX5HD2_GMAC is not set
  2167. # CONFIG_HIP04_ETH is not set
  2168. # CONFIG_HNS is not set
  2169. # CONFIG_HNS_DSAF is not set
  2170. # CONFIG_HNS_ENET is not set
  2171. CONFIG_NET_VENDOR_HP=y
  2172. # CONFIG_HP100 is not set
  2173. CONFIG_NET_VENDOR_INTEL=y
  2174. # CONFIG_E100 is not set
  2175. # CONFIG_E1000 is not set
  2176. # CONFIG_E1000E is not set
  2177. # CONFIG_IGB is not set
  2178. # CONFIG_IGBVF is not set
  2179. # CONFIG_IXGB is not set
  2180. # CONFIG_IXGBE is not set
  2181. # CONFIG_IXGBEVF is not set
  2182. # CONFIG_I40E is not set
  2183. # CONFIG_I40EVF is not set
  2184. # CONFIG_FM10K is not set
  2185. CONFIG_NET_VENDOR_I825XX=y
  2186. # CONFIG_JME is not set
  2187. CONFIG_NET_VENDOR_MARVELL=y
  2188. # CONFIG_MVMDIO is not set
  2189. # CONFIG_SKGE is not set
  2190. # CONFIG_SKY2 is not set
  2191. CONFIG_NET_VENDOR_MELLANOX=y
  2192. # CONFIG_MLX4_EN is not set
  2193. # CONFIG_MLX4_CORE is not set
  2194. # CONFIG_MLX5_CORE is not set
  2195. # CONFIG_MLXSW_CORE is not set
  2196. CONFIG_NET_VENDOR_MICREL=y
  2197. # CONFIG_KS8842 is not set
  2198. # CONFIG_KS8851 is not set
  2199. # CONFIG_KS8851_MLL is not set
  2200. # CONFIG_KSZ884X_PCI is not set
  2201. CONFIG_NET_VENDOR_MICROCHIP=y
  2202. # CONFIG_ENC28J60 is not set
  2203. # CONFIG_ENCX24J600 is not set
  2204. # CONFIG_ECM_IPA is not set
  2205. CONFIG_RNDIS_IPA=y
  2206. CONFIG_NET_VENDOR_MYRI=y
  2207. # CONFIG_MYRI10GE is not set
  2208. # CONFIG_FEALNX is not set
  2209. CONFIG_NET_VENDOR_NATSEMI=y
  2210. # CONFIG_NATSEMI is not set
  2211. # CONFIG_NS83820 is not set
  2212. CONFIG_NET_VENDOR_8390=y
  2213. # CONFIG_NE2K_PCI is not set
  2214. CONFIG_NET_VENDOR_NVIDIA=y
  2215. # CONFIG_FORCEDETH is not set
  2216. CONFIG_NET_VENDOR_OKI=y
  2217. # CONFIG_ETHOC is not set
  2218. CONFIG_NET_PACKET_ENGINE=y
  2219. # CONFIG_HAMACHI is not set
  2220. # CONFIG_YELLOWFIN is not set
  2221. CONFIG_NET_VENDOR_QLOGIC=y
  2222. # CONFIG_QLA3XXX is not set
  2223. # CONFIG_QLCNIC is not set
  2224. # CONFIG_QLGE is not set
  2225. # CONFIG_NETXEN_NIC is not set
  2226. # CONFIG_QED is not set
  2227. CONFIG_NET_VENDOR_QUALCOMM=y
  2228. # CONFIG_QCA7000 is not set
  2229. CONFIG_NET_VENDOR_REALTEK=y
  2230. # CONFIG_8139CP is not set
  2231. # CONFIG_8139TOO is not set
  2232. # CONFIG_R8169 is not set
  2233. CONFIG_NET_VENDOR_RENESAS=y
  2234. CONFIG_NET_VENDOR_RDC=y
  2235. # CONFIG_R6040 is not set
  2236. CONFIG_NET_VENDOR_ROCKER=y
  2237. CONFIG_NET_VENDOR_SAMSUNG=y
  2238. # CONFIG_SXGBE_ETH is not set
  2239. CONFIG_NET_VENDOR_SEEQ=y
  2240. CONFIG_NET_VENDOR_SILAN=y
  2241. # CONFIG_SC92031 is not set
  2242. CONFIG_NET_VENDOR_SIS=y
  2243. # CONFIG_SIS900 is not set
  2244. # CONFIG_SIS190 is not set
  2245. # CONFIG_SFC is not set
  2246. CONFIG_NET_VENDOR_SMSC=y
  2247. # CONFIG_SMC91X is not set
  2248. # CONFIG_EPIC100 is not set
  2249. # CONFIG_SMSC911X is not set
  2250. # CONFIG_SMSC9420 is not set
  2251. CONFIG_NET_VENDOR_STMICRO=y
  2252. # CONFIG_STMMAC_ETH is not set
  2253. CONFIG_NET_VENDOR_SUN=y
  2254. # CONFIG_HAPPYMEAL is not set
  2255. # CONFIG_SUNGEM is not set
  2256. # CONFIG_CASSINI is not set
  2257. # CONFIG_NIU is not set
  2258. CONFIG_NET_VENDOR_SYNOPSYS=y
  2259. # CONFIG_SYNOPSYS_DWC_ETH_QOS is not set
  2260. CONFIG_NET_VENDOR_TEHUTI=y
  2261. # CONFIG_TEHUTI is not set
  2262. CONFIG_NET_VENDOR_TI=y
  2263. # CONFIG_TI_CPSW_ALE is not set
  2264. # CONFIG_TLAN is not set
  2265. CONFIG_NET_VENDOR_VIA=y
  2266. # CONFIG_VIA_RHINE is not set
  2267. # CONFIG_VIA_VELOCITY is not set
  2268. CONFIG_NET_VENDOR_WIZNET=y
  2269. # CONFIG_WIZNET_W5100 is not set
  2270. # CONFIG_WIZNET_W5300 is not set
  2271. # CONFIG_FDDI is not set
  2272. # CONFIG_HIPPI is not set
  2273. # CONFIG_NET_SB1000 is not set
  2274. CONFIG_PHYLIB=y
  2275.  
  2276. #
  2277. # MII PHY device drivers
  2278. #
  2279. # CONFIG_AQUANTIA_PHY is not set
  2280. # CONFIG_AT803X_PHY is not set
  2281. # CONFIG_AMD_PHY is not set
  2282. # CONFIG_MARVELL_PHY is not set
  2283. # CONFIG_DAVICOM_PHY is not set
  2284. # CONFIG_QSEMI_PHY is not set
  2285. # CONFIG_LXT_PHY is not set
  2286. # CONFIG_CICADA_PHY is not set
  2287. # CONFIG_VITESSE_PHY is not set
  2288. # CONFIG_TERANETICS_PHY is not set
  2289. # CONFIG_SMSC_PHY is not set
  2290. # CONFIG_BROADCOM_PHY is not set
  2291. # CONFIG_BCM7XXX_PHY is not set
  2292. # CONFIG_BCM87XX_PHY is not set
  2293. # CONFIG_ICPLUS_PHY is not set
  2294. # CONFIG_REALTEK_PHY is not set
  2295. # CONFIG_NATIONAL_PHY is not set
  2296. # CONFIG_STE10XP is not set
  2297. # CONFIG_LSI_ET1011C_PHY is not set
  2298. # CONFIG_MICREL_PHY is not set
  2299. # CONFIG_DP83848_PHY is not set
  2300. # CONFIG_DP83867_PHY is not set
  2301. # CONFIG_MICROCHIP_PHY is not set
  2302. # CONFIG_FIXED_PHY is not set
  2303. # CONFIG_MDIO_BITBANG is not set
  2304. # CONFIG_MDIO_OCTEON is not set
  2305. # CONFIG_MDIO_BUS_MUX_GPIO is not set
  2306. # CONFIG_MDIO_BUS_MUX_MMIOREG is not set
  2307. # CONFIG_MDIO_BCM_UNIMAC is not set
  2308. # CONFIG_MICREL_KS8995MA is not set
  2309. CONFIG_PPP=y
  2310. CONFIG_PPP_BSDCOMP=y
  2311. CONFIG_PPP_DEFLATE=y
  2312. # CONFIG_PPP_FILTER is not set
  2313. CONFIG_PPP_MPPE=y
  2314. # CONFIG_PPP_MULTILINK is not set
  2315. # CONFIG_PPPOE is not set
  2316. # CONFIG_PPPOL2TP is not set
  2317. CONFIG_PPPOLAC=y
  2318. CONFIG_PPPOPNS=y
  2319. # CONFIG_PPP_ASYNC is not set
  2320. # CONFIG_PPP_SYNC_TTY is not set
  2321. # CONFIG_SLIP is not set
  2322. CONFIG_SLHC=y
  2323. CONFIG_USB_NET_DRIVERS=y
  2324. # CONFIG_USB_CATC is not set
  2325. # CONFIG_USB_KAWETH is not set
  2326. # CONFIG_USB_PEGASUS is not set
  2327. # CONFIG_USB_RTL8150 is not set
  2328. # CONFIG_USB_RTL8152 is not set
  2329. # CONFIG_USB_LAN78XX is not set
  2330. CONFIG_USB_USBNET=y
  2331. CONFIG_USB_NET_AX8817X=y
  2332. CONFIG_USB_NET_AX88179_178A=y
  2333. CONFIG_USB_NET_CDCETHER=y
  2334. # CONFIG_USB_NET_CDC_EEM is not set
  2335. CONFIG_USB_NET_CDC_NCM=y
  2336. # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
  2337. # CONFIG_USB_NET_CDC_MBIM is not set
  2338. # CONFIG_USB_NET_DM9601 is not set
  2339. # CONFIG_USB_NET_SR9700 is not set
  2340. # CONFIG_USB_NET_SR9800 is not set
  2341. # CONFIG_USB_NET_SMSC75XX is not set
  2342. # CONFIG_USB_NET_SMSC95XX is not set
  2343. # CONFIG_USB_NET_GL620A is not set
  2344. CONFIG_USB_NET_NET1080=y
  2345. # CONFIG_USB_NET_PLUSB is not set
  2346. # CONFIG_USB_NET_MCS7830 is not set
  2347. # CONFIG_USB_NET_RNDIS_HOST is not set
  2348. CONFIG_USB_NET_CDC_SUBSET=y
  2349. # CONFIG_USB_ALI_M5632 is not set
  2350. # CONFIG_USB_AN2720 is not set
  2351. CONFIG_USB_BELKIN=y
  2352. CONFIG_USB_ARMLINUX=y
  2353. # CONFIG_USB_EPSON2888 is not set
  2354. # CONFIG_USB_KC2190 is not set
  2355. CONFIG_USB_NET_ZAURUS=y
  2356. # CONFIG_USB_NET_CX82310_ETH is not set
  2357. # CONFIG_USB_NET_KALMIA is not set
  2358. # CONFIG_USB_NET_QMI_WWAN is not set
  2359. # CONFIG_USB_HSO is not set
  2360. # CONFIG_USB_NET_INT51X1 is not set
  2361. # CONFIG_USB_IPHETH is not set
  2362. # CONFIG_USB_SIERRA_NET is not set
  2363. # CONFIG_USB_VL600 is not set
  2364. # CONFIG_USB_NET_CH9200 is not set
  2365. CONFIG_WLAN=y
  2366. # CONFIG_ATMEL is not set
  2367. # CONFIG_PRISM54 is not set
  2368. # CONFIG_USB_ZD1201 is not set
  2369. # CONFIG_USB_NET_RNDIS_WLAN is not set
  2370. # CONFIG_WIFI_CONTROL_FUNC is not set
  2371. # CONFIG_WCNSS_CORE is not set
  2372. CONFIG_WCNSS_MEM_PRE_ALLOC=y
  2373. # CONFIG_CNSS_CRYPTO is not set
  2374. # CONFIG_CNSS_QCA6290 is not set
  2375. # CONFIG_ATH_CARDS is not set
  2376. # CONFIG_BRCMFMAC is not set
  2377. # CONFIG_HOSTAP is not set
  2378. # CONFIG_IPW2100 is not set
  2379. # CONFIG_IPW2200 is not set
  2380. # CONFIG_LIBERTAS is not set
  2381. # CONFIG_HERMES is not set
  2382. # CONFIG_WL_MEDIATEK is not set
  2383. # CONFIG_WL_TI is not set
  2384. # CONFIG_MWIFIEX is not set
  2385. # CONFIG_CNSS is not set
  2386. # CONFIG_CLD_DEBUG is not set
  2387. CONFIG_CLD_LL_CORE=y
  2388. # CONFIG_CNSS2 is not set
  2389. CONFIG_CNSS_GENL=y
  2390. CONFIG_CNSS_UTILS=y
  2391.  
  2392. #
  2393. # Enable WiMAX (Networking options) to see the WiMAX drivers
  2394. #
  2395. # CONFIG_WAN is not set
  2396. # CONFIG_VMXNET3 is not set
  2397. # CONFIG_FUJITSU_ES is not set
  2398. # CONFIG_RMNET is not set
  2399. # CONFIG_ISDN is not set
  2400. # CONFIG_NVM is not set
  2401.  
  2402. #
  2403. # Input device support
  2404. #
  2405. CONFIG_INPUT=y
  2406. CONFIG_INPUT_LEDS=y
  2407. CONFIG_INPUT_FF_MEMLESS=y
  2408. # CONFIG_INPUT_POLLDEV is not set
  2409. # CONFIG_INPUT_SPARSEKMAP is not set
  2410. # CONFIG_INPUT_MATRIXKMAP is not set
  2411.  
  2412. #
  2413. # Userland interfaces
  2414. #
  2415. CONFIG_INPUT_MOUSEDEV=y
  2416. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  2417. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  2418. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  2419. # CONFIG_INPUT_JOYDEV is not set
  2420. CONFIG_INPUT_EVDEV=y
  2421. # CONFIG_INPUT_EVBUG is not set
  2422. CONFIG_INPUT_KEYRESET=y
  2423. CONFIG_INPUT_KEYCOMBO=y
  2424.  
  2425. #
  2426. # Input Device Drivers
  2427. #
  2428. CONFIG_INPUT_KEYBOARD=y
  2429. # CONFIG_KEYBOARD_ADP5588 is not set
  2430. # CONFIG_KEYBOARD_ADP5589 is not set
  2431. CONFIG_KEYBOARD_ATKBD=y
  2432. # CONFIG_KEYBOARD_QT1070 is not set
  2433. # CONFIG_KEYBOARD_QT2160 is not set
  2434. # CONFIG_KEYBOARD_LKKBD is not set
  2435. CONFIG_KEYBOARD_GPIO=y
  2436. # CONFIG_KEYBOARD_GPIO_POLLED is not set
  2437. # CONFIG_KEYBOARD_TCA6416 is not set
  2438. # CONFIG_KEYBOARD_TCA8418 is not set
  2439. # CONFIG_KEYBOARD_MATRIX is not set
  2440. # CONFIG_KEYBOARD_LM8323 is not set
  2441. # CONFIG_KEYBOARD_LM8333 is not set
  2442. # CONFIG_KEYBOARD_MAX7359 is not set
  2443. # CONFIG_KEYBOARD_MCS is not set
  2444. # CONFIG_KEYBOARD_MPR121 is not set
  2445. # CONFIG_KEYBOARD_NEWTON is not set
  2446. # CONFIG_KEYBOARD_OPENCORES is not set
  2447. # CONFIG_KEYBOARD_SAMSUNG is not set
  2448. # CONFIG_KEYBOARD_STOWAWAY is not set
  2449. # CONFIG_KEYBOARD_SUNKBD is not set
  2450. # CONFIG_KEYBOARD_OMAP4 is not set
  2451. # CONFIG_KEYBOARD_XTKBD is not set
  2452. # CONFIG_KEYBOARD_CAP11XX is not set
  2453. # CONFIG_KEYBOARD_BCM is not set
  2454. # CONFIG_INPUT_MOUSE is not set
  2455. CONFIG_INPUT_JOYSTICK=y
  2456. # CONFIG_JOYSTICK_ANALOG is not set
  2457. # CONFIG_JOYSTICK_A3D is not set
  2458. # CONFIG_JOYSTICK_ADI is not set
  2459. # CONFIG_JOYSTICK_COBRA is not set
  2460. # CONFIG_JOYSTICK_GF2K is not set
  2461. # CONFIG_JOYSTICK_GRIP is not set
  2462. # CONFIG_JOYSTICK_GRIP_MP is not set
  2463. # CONFIG_JOYSTICK_GUILLEMOT is not set
  2464. # CONFIG_JOYSTICK_INTERACT is not set
  2465. # CONFIG_JOYSTICK_SIDEWINDER is not set
  2466. # CONFIG_JOYSTICK_TMDC is not set
  2467. # CONFIG_JOYSTICK_IFORCE is not set
  2468. # CONFIG_JOYSTICK_WARRIOR is not set
  2469. # CONFIG_JOYSTICK_MAGELLAN is not set
  2470. # CONFIG_JOYSTICK_SPACEORB is not set
  2471. # CONFIG_JOYSTICK_SPACEBALL is not set
  2472. # CONFIG_JOYSTICK_STINGER is not set
  2473. # CONFIG_JOYSTICK_TWIDJOY is not set
  2474. # CONFIG_JOYSTICK_ZHENHUA is not set
  2475. # CONFIG_JOYSTICK_AS5011 is not set
  2476. # CONFIG_JOYSTICK_JOYDUMP is not set
  2477. # CONFIG_JOYSTICK_XPAD is not set
  2478. # CONFIG_INPUT_TABLET is not set
  2479. CONFIG_INPUT_TOUCHSCREEN=y
  2480. CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_v21=y
  2481. CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_I2C_v21=y
  2482. # CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_SPI_v21 is not set
  2483. # CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_CORE_v21 is not set
  2484. CONFIG_OF_TOUCHSCREEN=y
  2485. # CONFIG_TOUCHSCREEN_ADS7846 is not set
  2486. # CONFIG_TOUCHSCREEN_AD7877 is not set
  2487. # CONFIG_TOUCHSCREEN_AD7879 is not set
  2488. # CONFIG_TOUCHSCREEN_AR1021_I2C is not set
  2489. # CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
  2490. # CONFIG_TOUCHSCREEN_ATMEL_MAXTOUCH_TS is not set
  2491. # CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
  2492. # CONFIG_TOUCHSCREEN_BU21013 is not set
  2493. # CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set
  2494. # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
  2495. # CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
  2496. # CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
  2497. # CONFIG_TOUCHSCREEN_DYNAPRO is not set
  2498. # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
  2499. # CONFIG_TOUCHSCREEN_EETI is not set
  2500. # CONFIG_TOUCHSCREEN_EGALAX is not set
  2501. # CONFIG_TOUCHSCREEN_FT6236 is not set
  2502. # CONFIG_TOUCHSCREEN_FUJITSU is not set
  2503. # CONFIG_TOUCHSCREEN_GOODIX is not set
  2504. # CONFIG_TOUCHSCREEN_ILI210X is not set
  2505. # CONFIG_TOUCHSCREEN_GUNZE is not set
  2506. # CONFIG_TOUCHSCREEN_ELAN is not set
  2507. # CONFIG_TOUCHSCREEN_ELO is not set
  2508. # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
  2509. # CONFIG_TOUCHSCREEN_WACOM_I2C is not set
  2510. # CONFIG_TOUCHSCREEN_MAX11801 is not set
  2511. # CONFIG_TOUCHSCREEN_MCS5000 is not set
  2512. # CONFIG_TOUCHSCREEN_MMS114 is not set
  2513. # CONFIG_TOUCHSCREEN_MTOUCH is not set
  2514. # CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set
  2515. # CONFIG_TOUCHSCREEN_INEXIO is not set
  2516. # CONFIG_TOUCHSCREEN_MK712 is not set
  2517. # CONFIG_TOUCHSCREEN_PENMOUNT is not set
  2518. # CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
  2519. # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
  2520. # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
  2521. # CONFIG_TOUCHSCREEN_PIXCIR is not set
  2522. # CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
  2523. # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
  2524. # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
  2525. # CONFIG_TOUCHSCREEN_TSC_SERIO is not set
  2526. # CONFIG_TOUCHSCREEN_TSC2004 is not set
  2527. # CONFIG_TOUCHSCREEN_TSC2005 is not set
  2528. # CONFIG_TOUCHSCREEN_TSC2007 is not set
  2529. # CONFIG_TOUCHSCREEN_ST1232 is not set
  2530. # CONFIG_TOUCHSCREEN_SX8654 is not set
  2531. # CONFIG_TOUCHSCREEN_TPS6507X is not set
  2532. # CONFIG_TOUCHSCREEN_ZFORCE is not set
  2533. # CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
  2534. # CONFIG_TOUCHSCREEN_MAXIM_STI is not set
  2535. CONFIG_SECURE_TOUCH=y
  2536. # CONFIG_TOUCHSCREEN_GEN_VKEYS is not set
  2537. # CONFIG_TOUCHSCREEN_FT5X06 is not set
  2538. # CONFIG_TOUCHSCREEN_IT7260_I2C is not set
  2539. CONFIG_TOUCHSCREEN_SYNAPTICS_S3320_I2C_RMI=y
  2540. # CONFIG_TOUCHSCREEN_ST is not set
  2541. CONFIG_INPUT_FINGERPRINT=y
  2542. CONFIG_FINGERPRINT_DETECT=y
  2543. CONFIG_FINGERPRINT_FPC=y
  2544. CONFIG_FINGERPRINT_GOODIX=y
  2545. CONFIG_INPUT_MISC=y
  2546. # CONFIG_INPUT_AD714X is not set
  2547. # CONFIG_INPUT_BMA150 is not set
  2548. # CONFIG_INPUT_E3X0_BUTTON is not set
  2549. CONFIG_INPUT_HBTP_INPUT=y
  2550. # CONFIG_INPUT_PM8941_PWRKEY is not set
  2551. CONFIG_INPUT_QPNP_POWER_ON=y
  2552. # CONFIG_INPUT_MMA8450 is not set
  2553. # CONFIG_INPUT_MPU3050 is not set
  2554. # CONFIG_INPUT_GP2A is not set
  2555. # CONFIG_INPUT_GPIO_BEEPER is not set
  2556. # CONFIG_INPUT_GPIO_TILT_POLLED is not set
  2557. # CONFIG_INPUT_ATI_REMOTE2 is not set
  2558. CONFIG_INPUT_KEYCHORD=y
  2559. # CONFIG_INPUT_KEYSPAN_REMOTE is not set
  2560. # CONFIG_INPUT_KXTJ9 is not set
  2561. # CONFIG_INPUT_POWERMATE is not set
  2562. # CONFIG_INPUT_YEALINK is not set
  2563. # CONFIG_INPUT_CM109 is not set
  2564. # CONFIG_INPUT_REGULATOR_HAPTIC is not set
  2565. CONFIG_INPUT_UINPUT=y
  2566. CONFIG_INPUT_GPIO=y
  2567. # CONFIG_INPUT_PCF8574 is not set
  2568. # CONFIG_INPUT_PWM_BEEPER is not set
  2569. # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
  2570. # CONFIG_INPUT_ADXL34X is not set
  2571. # CONFIG_INPUT_IMS_PCU is not set
  2572. # CONFIG_INPUT_CMA3000 is not set
  2573. # CONFIG_INPUT_SOC_BUTTON_ARRAY is not set
  2574. # CONFIG_INPUT_DRV260X_HAPTICS is not set
  2575. # CONFIG_INPUT_DRV2665_HAPTICS is not set
  2576. # CONFIG_INPUT_DRV2667_HAPTICS is not set
  2577. CONFIG_TRI_STATE_KEY=y
  2578. # CONFIG_INPUT_PIXART_OTS_PAT9125_SWITCH is not set
  2579. # CONFIG_INPUT_STMVL53L0 is not set
  2580.  
  2581. #
  2582. # Hardware I/O ports
  2583. #
  2584. CONFIG_SERIO=y
  2585. # CONFIG_SERIO_SERPORT is not set
  2586. # CONFIG_SERIO_AMBAKMI is not set
  2587. # CONFIG_SERIO_PCIPS2 is not set
  2588. CONFIG_SERIO_LIBPS2=y
  2589. # CONFIG_SERIO_RAW is not set
  2590. # CONFIG_SERIO_ALTERA_PS2 is not set
  2591. # CONFIG_SERIO_PS2MULT is not set
  2592. # CONFIG_SERIO_ARC_PS2 is not set
  2593. # CONFIG_SERIO_APBPS2 is not set
  2594. # CONFIG_USERIO is not set
  2595. # CONFIG_GAMEPORT is not set
  2596.  
  2597. #
  2598. # Character devices
  2599. #
  2600. CONFIG_TTY=y
  2601. CONFIG_UNIX98_PTYS=y
  2602. # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
  2603. # CONFIG_LEGACY_PTYS is not set
  2604. # CONFIG_SERIAL_NONSTANDARD is not set
  2605. # CONFIG_NOZOMI is not set
  2606. # CONFIG_N_GSM is not set
  2607. # CONFIG_TRACE_SINK is not set
  2608. # CONFIG_DEVMEM is not set
  2609. # CONFIG_DEVKMEM is not set
  2610.  
  2611. #
  2612. # Serial drivers
  2613. #
  2614. # CONFIG_SERIAL_8250 is not set
  2615.  
  2616. #
  2617. # Non-8250 serial port support
  2618. #
  2619. # CONFIG_SERIAL_AMBA_PL010 is not set
  2620. # CONFIG_SERIAL_AMBA_PL011 is not set
  2621. # CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
  2622. # CONFIG_SERIAL_MAX3100 is not set
  2623. # CONFIG_SERIAL_MAX310X is not set
  2624. # CONFIG_SERIAL_UARTLITE is not set
  2625. CONFIG_SERIAL_CORE=y
  2626. # CONFIG_SERIAL_JSM is not set
  2627. # CONFIG_SERIAL_MSM is not set
  2628. CONFIG_SERIAL_MSM_HS=y
  2629. # CONFIG_SERIAL_SCCNXP is not set
  2630. # CONFIG_SERIAL_SC16IS7XX is not set
  2631. # CONFIG_SERIAL_ALTERA_JTAGUART is not set
  2632. # CONFIG_SERIAL_ALTERA_UART is not set
  2633. # CONFIG_SERIAL_IFX6X60 is not set
  2634. CONFIG_SERIAL_MSM_SMD=y
  2635. # CONFIG_SERIAL_XILINX_PS_UART is not set
  2636. # CONFIG_SERIAL_ARC is not set
  2637. # CONFIG_SERIAL_RP2 is not set
  2638. # CONFIG_SERIAL_FSL_LPUART is not set
  2639. # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
  2640.  
  2641. #
  2642. # Diag Support
  2643. #
  2644. CONFIG_DIAG_CHAR=y
  2645.  
  2646. #
  2647. # DIAG traffic over USB
  2648. #
  2649. CONFIG_DIAG_OVER_USB=y
  2650.  
  2651. #
  2652. # HSIC/SMUX support for DIAG
  2653. #
  2654. # CONFIG_TTY_PRINTK is not set
  2655. # CONFIG_HVC_DCC is not set
  2656. # CONFIG_IPMI_HANDLER is not set
  2657. CONFIG_HW_RANDOM=y
  2658. # CONFIG_HW_RANDOM_TIMERIOMEM is not set
  2659. CONFIG_HW_RANDOM_MSM_LEGACY=y
  2660. # CONFIG_HW_RANDOM_MSM is not set
  2661. # CONFIG_R3964 is not set
  2662. # CONFIG_APPLICOM is not set
  2663.  
  2664. #
  2665. # PCMCIA character devices
  2666. #
  2667. # CONFIG_RAW_DRIVER is not set
  2668. # CONFIG_HPET is not set
  2669. # CONFIG_TCG_TPM is not set
  2670. # CONFIG_DEVPORT is not set
  2671. # CONFIG_MSM_SMD_PKT is not set
  2672. # CONFIG_XILLYBUS is not set
  2673. CONFIG_MSM_ADSPRPC=y
  2674. # CONFIG_MSM_RDBG is not set
  2675.  
  2676. #
  2677. # I2C support
  2678. #
  2679. CONFIG_I2C=y
  2680. CONFIG_ACPI_I2C_OPREGION=y
  2681. CONFIG_I2C_BOARDINFO=y
  2682. CONFIG_I2C_COMPAT=y
  2683. CONFIG_I2C_CHARDEV=y
  2684. CONFIG_I2C_MUX=y
  2685.  
  2686. #
  2687. # Multiplexer I2C Chip support
  2688. #
  2689. # CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
  2690. # CONFIG_I2C_MUX_GPIO is not set
  2691. # CONFIG_I2C_MUX_PCA9541 is not set
  2692. # CONFIG_I2C_MUX_PCA954x is not set
  2693. # CONFIG_I2C_MUX_PINCTRL is not set
  2694. # CONFIG_I2C_MUX_REG is not set
  2695. CONFIG_I2C_HELPER_AUTO=y
  2696.  
  2697. #
  2698. # I2C Hardware Bus support
  2699. #
  2700.  
  2701. #
  2702. # PC SMBus host controller drivers
  2703. #
  2704. # CONFIG_I2C_ALI1535 is not set
  2705. # CONFIG_I2C_ALI1563 is not set
  2706. # CONFIG_I2C_ALI15X3 is not set
  2707. # CONFIG_I2C_AMD756 is not set
  2708. # CONFIG_I2C_AMD8111 is not set
  2709. # CONFIG_I2C_I801 is not set
  2710. # CONFIG_I2C_ISCH is not set
  2711. # CONFIG_I2C_PIIX4 is not set
  2712. # CONFIG_I2C_NFORCE2 is not set
  2713. # CONFIG_I2C_SIS5595 is not set
  2714. # CONFIG_I2C_SIS630 is not set
  2715. # CONFIG_I2C_SIS96X is not set
  2716. # CONFIG_I2C_VIA is not set
  2717. # CONFIG_I2C_VIAPRO is not set
  2718.  
  2719. #
  2720. # ACPI drivers
  2721. #
  2722. # CONFIG_I2C_SCMI is not set
  2723.  
  2724. #
  2725. # I2C system bus drivers (mostly embedded / system-on-chip)
  2726. #
  2727. # CONFIG_I2C_CADENCE is not set
  2728. # CONFIG_I2C_CBUS_GPIO is not set
  2729. # CONFIG_I2C_DESIGNWARE_PCI is not set
  2730. # CONFIG_I2C_EMEV2 is not set
  2731. # CONFIG_I2C_GPIO is not set
  2732. # CONFIG_I2C_NOMADIK is not set
  2733. # CONFIG_I2C_OCORES is not set
  2734. # CONFIG_I2C_PCA_PLATFORM is not set
  2735. # CONFIG_I2C_PXA_PCI is not set
  2736. # CONFIG_I2C_QUP is not set
  2737. # CONFIG_I2C_SIMTEC is not set
  2738. # CONFIG_I2C_XILINX is not set
  2739.  
  2740. #
  2741. # External I2C/SMBus adapter drivers
  2742. #
  2743. # CONFIG_I2C_DIOLAN_U2C is not set
  2744. # CONFIG_I2C_PARPORT_LIGHT is not set
  2745. # CONFIG_I2C_ROBOTFUZZ_OSIF is not set
  2746. # CONFIG_I2C_TAOS_EVM is not set
  2747. # CONFIG_I2C_TINY_USB is not set
  2748.  
  2749. #
  2750. # Other I2C/SMBus bus drivers
  2751. #
  2752. CONFIG_I2C_MSM_V2=y
  2753. # CONFIG_I2C_STUB is not set
  2754. # CONFIG_I2C_SLAVE is not set
  2755. # CONFIG_I2C_DEBUG_CORE is not set
  2756. # CONFIG_I2C_DEBUG_ALGO is not set
  2757. # CONFIG_I2C_DEBUG_BUS is not set
  2758. CONFIG_SLIMBUS=y
  2759. # CONFIG_SLIMBUS_MSM_CTRL is not set
  2760. CONFIG_SLIMBUS_MSM_NGD=y
  2761. CONFIG_SOUNDWIRE=y
  2762. CONFIG_SOUNDWIRE_WCD_CTRL=y
  2763. CONFIG_SPI=y
  2764. # CONFIG_SPI_DEBUG is not set
  2765. CONFIG_SPI_MASTER=y
  2766.  
  2767. #
  2768. # SPI Master Controller Drivers
  2769. #
  2770. # CONFIG_SPI_ALTERA is not set
  2771. # CONFIG_SPI_BITBANG is not set
  2772. # CONFIG_SPI_CADENCE is not set
  2773. # CONFIG_SPI_GPIO is not set
  2774. # CONFIG_SPI_FSL_SPI is not set
  2775. # CONFIG_SPI_OC_TINY is not set
  2776. # CONFIG_SPI_PL022 is not set
  2777. # CONFIG_SPI_PXA2XX is not set
  2778. # CONFIG_SPI_PXA2XX_PCI is not set
  2779. # CONFIG_SPI_ROCKCHIP is not set
  2780. CONFIG_SPI_QUP=y
  2781. # CONFIG_SPI_SC18IS602 is not set
  2782. # CONFIG_SPI_XCOMM is not set
  2783. # CONFIG_SPI_XILINX is not set
  2784. # CONFIG_SPI_ZYNQMP_GQSPI is not set
  2785. # CONFIG_SPI_DESIGNWARE is not set
  2786.  
  2787. #
  2788. # SPI Protocol Masters
  2789. #
  2790. CONFIG_SPI_SPIDEV=y
  2791. # CONFIG_SPI_TLE62X0 is not set
  2792. CONFIG_SPMI=y
  2793. CONFIG_SPMI_MSM_PMIC_ARB=y
  2794. # CONFIG_HSI is not set
  2795.  
  2796. #
  2797. # PPS support
  2798. #
  2799. # CONFIG_PPS is not set
  2800.  
  2801. #
  2802. # PPS generators support
  2803. #
  2804.  
  2805. #
  2806. # PTP clock support
  2807. #
  2808. # CONFIG_PTP_1588_CLOCK is not set
  2809.  
  2810. #
  2811. # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
  2812. #
  2813. CONFIG_PINCTRL=y
  2814.  
  2815. #
  2816. # Pin controllers
  2817. #
  2818. CONFIG_PINMUX=y
  2819. CONFIG_PINCONF=y
  2820. CONFIG_GENERIC_PINCONF=y
  2821. # CONFIG_DEBUG_PINCTRL is not set
  2822. # CONFIG_PINCTRL_AMD is not set
  2823. # CONFIG_PINCTRL_SINGLE is not set
  2824. # CONFIG_PINCTRL_BAYTRAIL is not set
  2825. # CONFIG_PINCTRL_CHERRYVIEW is not set
  2826. # CONFIG_PINCTRL_BROXTON is not set
  2827. # CONFIG_PINCTRL_SUNRISEPOINT is not set
  2828. CONFIG_PINCTRL_MSM=y
  2829. # CONFIG_PINCTRL_APQ8064 is not set
  2830. # CONFIG_PINCTRL_APQ8084 is not set
  2831. # CONFIG_PINCTRL_IPQ8064 is not set
  2832. # CONFIG_PINCTRL_MSM8660 is not set
  2833. # CONFIG_PINCTRL_MSM8960 is not set
  2834. # CONFIG_PINCTRL_MSM8X74 is not set
  2835. # CONFIG_PINCTRL_MSM8916 is not set
  2836. # CONFIG_PINCTRL_QDF2XXX is not set
  2837. # CONFIG_PINCTRL_QCOM_SPMI_PMIC is not set
  2838. # CONFIG_PINCTRL_QCOM_SSBI_PMIC is not set
  2839. CONFIG_PINCTRL_MSM8998=y
  2840. # CONFIG_PINCTRL_MSM8996 is not set
  2841. CONFIG_PINCTRL_SDM660=y
  2842. CONFIG_PINCTRL_WCD=y
  2843. # CONFIG_PINCTRL_LPI is not set
  2844. CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
  2845. CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
  2846. CONFIG_GPIOLIB=y
  2847. CONFIG_GPIO_DEVRES=y
  2848. CONFIG_OF_GPIO=y
  2849. CONFIG_GPIO_ACPI=y
  2850. CONFIG_GPIOLIB_IRQCHIP=y
  2851. # CONFIG_DEBUG_GPIO is not set
  2852. CONFIG_GPIO_SYSFS=y
  2853.  
  2854. #
  2855. # Memory mapped GPIO drivers
  2856. #
  2857. # CONFIG_GPIO_74XX_MMIO is not set
  2858. # CONFIG_GPIO_ALTERA is not set
  2859. # CONFIG_GPIO_AMDPT is not set
  2860. # CONFIG_GPIO_DWAPB is not set
  2861. # CONFIG_GPIO_GENERIC_PLATFORM is not set
  2862. # CONFIG_GPIO_GRGPIO is not set
  2863. # CONFIG_GPIO_PL061 is not set
  2864. CONFIG_GPIO_QPNP_PIN=y
  2865. # CONFIG_GPIO_QPNP_PIN_DEBUG is not set
  2866. # CONFIG_GPIO_SYSCON is not set
  2867. # CONFIG_GPIO_VX855 is not set
  2868. # CONFIG_GPIO_XGENE is not set
  2869. # CONFIG_GPIO_XILINX is not set
  2870. # CONFIG_GPIO_ZX is not set
  2871.  
  2872. #
  2873. # I2C GPIO expanders
  2874. #
  2875. # CONFIG_GPIO_ADP5588 is not set
  2876. # CONFIG_GPIO_ADNP is not set
  2877. # CONFIG_GPIO_MAX7300 is not set
  2878. # CONFIG_GPIO_MAX732X is not set
  2879. # CONFIG_GPIO_PCA953X is not set
  2880. # CONFIG_GPIO_PCF857X is not set
  2881. # CONFIG_GPIO_SX150X is not set
  2882.  
  2883. #
  2884. # MFD GPIO expanders
  2885. #
  2886.  
  2887. #
  2888. # PCI GPIO expanders
  2889. #
  2890. # CONFIG_GPIO_AMD8111 is not set
  2891. # CONFIG_GPIO_BT8XX is not set
  2892. # CONFIG_GPIO_ML_IOH is not set
  2893. # CONFIG_GPIO_RDC321X is not set
  2894.  
  2895. #
  2896. # SPI GPIO expanders
  2897. #
  2898. # CONFIG_GPIO_74X164 is not set
  2899. # CONFIG_GPIO_MAX7301 is not set
  2900. # CONFIG_GPIO_MC33880 is not set
  2901.  
  2902. #
  2903. # SPI or I2C GPIO expanders
  2904. #
  2905. # CONFIG_GPIO_MCP23S08 is not set
  2906.  
  2907. #
  2908. # USB GPIO expanders
  2909. #
  2910. # CONFIG_W1 is not set
  2911. CONFIG_POWER_SUPPLY=y
  2912. # CONFIG_POWER_SUPPLY_DEBUG is not set
  2913. # CONFIG_PDA_POWER is not set
  2914. # CONFIG_GENERIC_ADC_BATTERY is not set
  2915. # CONFIG_TEST_POWER is not set
  2916. # CONFIG_BATTERY_DS2780 is not set
  2917. # CONFIG_BATTERY_DS2781 is not set
  2918. # CONFIG_BATTERY_DS2782 is not set
  2919. # CONFIG_BATTERY_SBS is not set
  2920. # CONFIG_BATTERY_BQ27XXX is not set
  2921. # CONFIG_BATTERY_MAX17040 is not set
  2922. # CONFIG_BATTERY_MAX17042 is not set
  2923. # CONFIG_CHARGER_ISP1704 is not set
  2924. # CONFIG_CHARGER_MAX8903 is not set
  2925. # CONFIG_CHARGER_LP8727 is not set
  2926. # CONFIG_CHARGER_GPIO is not set
  2927. # CONFIG_CHARGER_MANAGER is not set
  2928. # CONFIG_CHARGER_QCOM_SMBB is not set
  2929. # CONFIG_CHARGER_BQ2415X is not set
  2930. # CONFIG_CHARGER_BQ24190 is not set
  2931. # CONFIG_CHARGER_BQ24257 is not set
  2932. # CONFIG_CHARGER_BQ24735 is not set
  2933. # CONFIG_CHARGER_BQ25890 is not set
  2934. # CONFIG_CHARGER_SMB347 is not set
  2935. # CONFIG_BATTERY_BQ28400 is not set
  2936. # CONFIG_BATTERY_GAUGE_LTC2941 is not set
  2937. # CONFIG_CHARGER_RT9455 is not set
  2938. CONFIG_POWER_RESET=y
  2939. # CONFIG_POWER_RESET_GPIO is not set
  2940. # CONFIG_POWER_RESET_GPIO_RESTART is not set
  2941. # CONFIG_POWER_RESET_LTC2952 is not set
  2942. CONFIG_POWER_RESET_QCOM=y
  2943. # CONFIG_QCOM_DLOAD_MODE is not set
  2944. # CONFIG_POWER_RESET_RESTART is not set
  2945. CONFIG_POWER_RESET_XGENE=y
  2946. CONFIG_POWER_RESET_SYSCON=y
  2947. # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set
  2948. # CONFIG_SYSCON_REBOOT_MODE is not set
  2949.  
  2950. #
  2951. # Qualcomm Technologies Inc Charger and Fuel Gauge support
  2952. #
  2953. # CONFIG_QPNP_SMBCHARGER is not set
  2954. # CONFIG_QPNP_FG is not set
  2955. CONFIG_FG_BQ27541=y
  2956. CONFIG_ONEPLUS_FASTCHG=y
  2957. CONFIG_QPNP_FG_GEN3=y
  2958. CONFIG_SMB135X_CHARGER=y
  2959. CONFIG_SMB1351_USB_CHARGER=y
  2960. CONFIG_MSM_BCL_CTL=y
  2961. CONFIG_MSM_BCL_PERIPHERAL_CTL=y
  2962. CONFIG_BATTERY_BCL=y
  2963. CONFIG_QPNP_SMB2=y
  2964. # CONFIG_OP_DEBUG_CHG is not set
  2965. CONFIG_SMB138X_CHARGER=y
  2966. CONFIG_QPNP_QNOVO=y
  2967. # CONFIG_POWER_AVS is not set
  2968. CONFIG_MSM_PM=y
  2969. CONFIG_APSS_CORE_EA=y
  2970. CONFIG_MSM_APM=y
  2971. CONFIG_MSM_IDLE_STATS=y
  2972. CONFIG_MSM_IDLE_STATS_FIRST_BUCKET=62500
  2973. CONFIG_MSM_IDLE_STATS_BUCKET_SHIFT=2
  2974. CONFIG_MSM_IDLE_STATS_BUCKET_COUNT=10
  2975. CONFIG_MSM_SUSPEND_STATS_FIRST_BUCKET=1000000000
  2976. CONFIG_HWMON=y
  2977. # CONFIG_HWMON_VID is not set
  2978. # CONFIG_HWMON_DEBUG_CHIP is not set
  2979.  
  2980. #
  2981. # Native drivers
  2982. #
  2983. # CONFIG_SENSORS_AD7314 is not set
  2984. # CONFIG_SENSORS_AD7414 is not set
  2985. # CONFIG_SENSORS_AD7418 is not set
  2986. # CONFIG_SENSORS_ADM1021 is not set
  2987. # CONFIG_SENSORS_ADM1025 is not set
  2988. # CONFIG_SENSORS_ADM1026 is not set
  2989. # CONFIG_SENSORS_ADM1029 is not set
  2990. # CONFIG_SENSORS_ADM1031 is not set
  2991. # CONFIG_SENSORS_ADM9240 is not set
  2992. # CONFIG_SENSORS_ADT7310 is not set
  2993. # CONFIG_SENSORS_ADT7410 is not set
  2994. # CONFIG_SENSORS_ADT7411 is not set
  2995. # CONFIG_SENSORS_ADT7462 is not set
  2996. # CONFIG_SENSORS_ADT7470 is not set
  2997. # CONFIG_SENSORS_ADT7475 is not set
  2998. # CONFIG_SENSORS_ASC7621 is not set
  2999. # CONFIG_SENSORS_ATXP1 is not set
  3000. # CONFIG_SENSORS_DS620 is not set
  3001. # CONFIG_SENSORS_DS1621 is not set
  3002. # CONFIG_SENSORS_I5K_AMB is not set
  3003. # CONFIG_SENSORS_F71805F is not set
  3004. # CONFIG_SENSORS_F71882FG is not set
  3005. # CONFIG_SENSORS_F75375S is not set
  3006. # CONFIG_SENSORS_GL518SM is not set
  3007. # CONFIG_SENSORS_GL520SM is not set
  3008. # CONFIG_SENSORS_G760A is not set
  3009. # CONFIG_SENSORS_G762 is not set
  3010. # CONFIG_SENSORS_GPIO_FAN is not set
  3011. # CONFIG_SENSORS_HIH6130 is not set
  3012. # CONFIG_SENSORS_IIO_HWMON is not set
  3013. # CONFIG_SENSORS_IT87 is not set
  3014. # CONFIG_SENSORS_JC42 is not set
  3015. # CONFIG_SENSORS_POWR1220 is not set
  3016. # CONFIG_SENSORS_LINEAGE is not set
  3017. # CONFIG_SENSORS_LTC2945 is not set
  3018. # CONFIG_SENSORS_LTC4151 is not set
  3019. # CONFIG_SENSORS_LTC4215 is not set
  3020. # CONFIG_SENSORS_LTC4222 is not set
  3021. # CONFIG_SENSORS_LTC4245 is not set
  3022. # CONFIG_SENSORS_LTC4260 is not set
  3023. # CONFIG_SENSORS_LTC4261 is not set
  3024. # CONFIG_SENSORS_MAX1111 is not set
  3025. # CONFIG_SENSORS_MAX16065 is not set
  3026. # CONFIG_SENSORS_MAX1619 is not set
  3027. # CONFIG_SENSORS_MAX1668 is not set
  3028. # CONFIG_SENSORS_MAX197 is not set
  3029. # CONFIG_SENSORS_MAX6639 is not set
  3030. # CONFIG_SENSORS_MAX6642 is not set
  3031. # CONFIG_SENSORS_MAX6650 is not set
  3032. # CONFIG_SENSORS_MAX6697 is not set
  3033. # CONFIG_SENSORS_MAX31790 is not set
  3034. # CONFIG_SENSORS_HTU21 is not set
  3035. # CONFIG_SENSORS_MCP3021 is not set
  3036. # CONFIG_SENSORS_ADCXX is not set
  3037. # CONFIG_SENSORS_LM63 is not set
  3038. # CONFIG_SENSORS_LM70 is not set
  3039. # CONFIG_SENSORS_LM73 is not set
  3040. # CONFIG_SENSORS_LM75 is not set
  3041. # CONFIG_SENSORS_LM77 is not set
  3042. # CONFIG_SENSORS_LM78 is not set
  3043. # CONFIG_SENSORS_LM80 is not set
  3044. # CONFIG_SENSORS_LM83 is not set
  3045. # CONFIG_SENSORS_LM85 is not set
  3046. # CONFIG_SENSORS_LM87 is not set
  3047. # CONFIG_SENSORS_LM90 is not set
  3048. # CONFIG_SENSORS_LM92 is not set
  3049. # CONFIG_SENSORS_LM93 is not set
  3050. # CONFIG_SENSORS_LM95234 is not set
  3051. # CONFIG_SENSORS_LM95241 is not set
  3052. # CONFIG_SENSORS_LM95245 is not set
  3053. # CONFIG_SENSORS_PC87360 is not set
  3054. # CONFIG_SENSORS_PC87427 is not set
  3055. # CONFIG_SENSORS_NTC_THERMISTOR is not set
  3056. # CONFIG_SENSORS_NCT6683 is not set
  3057. # CONFIG_SENSORS_NCT6775 is not set
  3058. # CONFIG_SENSORS_NCT7802 is not set
  3059. # CONFIG_SENSORS_NCT7904 is not set
  3060. # CONFIG_SENSORS_PCF8591 is not set
  3061. # CONFIG_SENSORS_EPM_ADC is not set
  3062. CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
  3063. # CONFIG_SENSORS_QPNP_ADC_CURRENT is not set
  3064. # CONFIG_PMBUS is not set
  3065. # CONFIG_SENSORS_PWM_FAN is not set
  3066. # CONFIG_SENSORS_SHT15 is not set
  3067. # CONFIG_SENSORS_SHT21 is not set
  3068. # CONFIG_SENSORS_SHTC1 is not set
  3069. # CONFIG_SENSORS_SIS5595 is not set
  3070. # CONFIG_SENSORS_DME1737 is not set
  3071. # CONFIG_SENSORS_EMC1403 is not set
  3072. # CONFIG_SENSORS_EMC2103 is not set
  3073. # CONFIG_SENSORS_EMC6W201 is not set
  3074. # CONFIG_SENSORS_SMSC47M1 is not set
  3075. # CONFIG_SENSORS_SMSC47M192 is not set
  3076. # CONFIG_SENSORS_SMSC47B397 is not set
  3077. # CONFIG_SENSORS_SCH56XX_COMMON is not set
  3078. # CONFIG_SENSORS_SMM665 is not set
  3079. # CONFIG_SENSORS_ADC128D818 is not set
  3080. # CONFIG_SENSORS_ADS1015 is not set
  3081. # CONFIG_SENSORS_ADS7828 is not set
  3082. # CONFIG_SENSORS_ADS7871 is not set
  3083. # CONFIG_SENSORS_AMC6821 is not set
  3084. # CONFIG_SENSORS_INA209 is not set
  3085. # CONFIG_SENSORS_INA2XX is not set
  3086. # CONFIG_SENSORS_TC74 is not set
  3087. # CONFIG_SENSORS_THMC50 is not set
  3088. # CONFIG_SENSORS_TMP102 is not set
  3089. # CONFIG_SENSORS_TMP103 is not set
  3090. # CONFIG_SENSORS_TMP401 is not set
  3091. # CONFIG_SENSORS_TMP421 is not set
  3092. # CONFIG_SENSORS_VIA686A is not set
  3093. # CONFIG_SENSORS_VT1211 is not set
  3094. # CONFIG_SENSORS_VT8231 is not set
  3095. # CONFIG_SENSORS_W83781D is not set
  3096. # CONFIG_SENSORS_W83791D is not set
  3097. # CONFIG_SENSORS_W83792D is not set
  3098. # CONFIG_SENSORS_W83793 is not set
  3099. # CONFIG_SENSORS_W83795 is not set
  3100. # CONFIG_SENSORS_W83L785TS is not set
  3101. # CONFIG_SENSORS_W83L786NG is not set
  3102. # CONFIG_SENSORS_W83627HF is not set
  3103. # CONFIG_SENSORS_W83627EHF is not set
  3104.  
  3105. #
  3106. # ACPI drivers
  3107. #
  3108. # CONFIG_SENSORS_ACPI_POWER is not set
  3109. CONFIG_THERMAL=y
  3110. CONFIG_THERMAL_HWMON=y
  3111. CONFIG_THERMAL_OF=y
  3112. CONFIG_THERMAL_WRITABLE_TRIPS=y
  3113. CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
  3114. # CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
  3115. # CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
  3116. # CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
  3117. # CONFIG_THERMAL_GOV_FAIR_SHARE is not set
  3118. CONFIG_THERMAL_GOV_STEP_WISE=y
  3119. # CONFIG_THERMAL_GOV_BANG_BANG is not set
  3120. # CONFIG_THERMAL_GOV_USER_SPACE is not set
  3121. # CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
  3122. CONFIG_CPU_THERMAL=y
  3123. # CONFIG_DEVFREQ_THERMAL is not set
  3124. # CONFIG_THERMAL_EMULATION is not set
  3125. CONFIG_LIMITS_MONITOR=y
  3126. CONFIG_LIMITS_LITE_HW=y
  3127. CONFIG_THERMAL_MONITOR=y
  3128. CONFIG_THERMAL_TSENS8974=y
  3129. # CONFIG_IMX_THERMAL is not set
  3130. CONFIG_THERMAL_QPNP=y
  3131. CONFIG_THERMAL_QPNP_ADC_TM=y
  3132. CONFIG_QCOM_THERMAL_LIMITS_DCVS=y
  3133. # CONFIG_QCOM_SPMI_TEMP_ALARM is not set
  3134. # CONFIG_WATCHDOG is not set
  3135. CONFIG_SSB_POSSIBLE=y
  3136.  
  3137. #
  3138. # Sonics Silicon Backplane
  3139. #
  3140. # CONFIG_SSB is not set
  3141. CONFIG_BCMA_POSSIBLE=y
  3142.  
  3143. #
  3144. # Broadcom specific AMBA
  3145. #
  3146. # CONFIG_BCMA is not set
  3147.  
  3148. #
  3149. # Multifunction device drivers
  3150. #
  3151. CONFIG_MFD_CORE=y
  3152. # CONFIG_MFD_AS3711 is not set
  3153. # CONFIG_MFD_AS3722 is not set
  3154. # CONFIG_PMIC_ADP5520 is not set
  3155. # CONFIG_MFD_AAT2870_CORE is not set
  3156. # CONFIG_MFD_ATMEL_FLEXCOM is not set
  3157. # CONFIG_MFD_ATMEL_HLCDC is not set
  3158. # CONFIG_MFD_BCM590XX is not set
  3159. # CONFIG_MFD_AXP20X is not set
  3160. # CONFIG_PMIC_DA903X is not set
  3161. # CONFIG_MFD_DA9052_SPI is not set
  3162. # CONFIG_MFD_DA9052_I2C is not set
  3163. # CONFIG_MFD_DA9055 is not set
  3164. # CONFIG_MFD_DA9062 is not set
  3165. # CONFIG_MFD_DA9063 is not set
  3166. # CONFIG_MFD_DA9150 is not set
  3167. # CONFIG_MFD_DLN2 is not set
  3168. # CONFIG_MFD_MC13XXX_SPI is not set
  3169. # CONFIG_MFD_MC13XXX_I2C is not set
  3170. # CONFIG_MFD_HI6421_PMIC is not set
  3171. # CONFIG_HTC_PASIC3 is not set
  3172. # CONFIG_HTC_I2CPLD is not set
  3173. # CONFIG_LPC_ICH is not set
  3174. # CONFIG_LPC_SCH is not set
  3175. # CONFIG_INTEL_SOC_PMIC is not set
  3176. # CONFIG_MFD_JANZ_CMODIO is not set
  3177. # CONFIG_MFD_KEMPLD is not set
  3178. # CONFIG_MFD_88PM800 is not set
  3179. # CONFIG_MFD_88PM805 is not set
  3180. # CONFIG_MFD_88PM860X is not set
  3181. # CONFIG_MFD_MAX14577 is not set
  3182. # CONFIG_MFD_MAX77686 is not set
  3183. # CONFIG_MFD_MAX77693 is not set
  3184. # CONFIG_MFD_MAX77843 is not set
  3185. # CONFIG_MFD_MAX8907 is not set
  3186. # CONFIG_MFD_MAX8925 is not set
  3187. # CONFIG_MFD_MAX8997 is not set
  3188. # CONFIG_MFD_MAX8998 is not set
  3189. # CONFIG_MFD_MT6397 is not set
  3190. # CONFIG_MFD_MENF21BMC is not set
  3191. # CONFIG_EZX_PCAP is not set
  3192. # CONFIG_MFD_VIPERBOARD is not set
  3193. # CONFIG_MFD_RETU is not set
  3194. # CONFIG_MFD_PCF50633 is not set
  3195. # CONFIG_MFD_QCOM_RPM is not set
  3196. CONFIG_MFD_SPMI_PMIC=y
  3197. CONFIG_MFD_I2C_PMIC=y
  3198. # CONFIG_MFD_RDC321X is not set
  3199. # CONFIG_MFD_RTSX_PCI is not set
  3200. # CONFIG_MFD_RT5033 is not set
  3201. # CONFIG_MFD_RTSX_USB is not set
  3202. # CONFIG_MFD_RC5T583 is not set
  3203. # CONFIG_MFD_RK808 is not set
  3204. # CONFIG_MFD_RN5T618 is not set
  3205. # CONFIG_MFD_SEC_CORE is not set
  3206. # CONFIG_MFD_SI476X_CORE is not set
  3207. # CONFIG_MFD_SM501 is not set
  3208. # CONFIG_MFD_SKY81452 is not set
  3209. # CONFIG_MFD_SMSC is not set
  3210. # CONFIG_ABX500_CORE is not set
  3211. # CONFIG_MFD_STMPE is not set
  3212. CONFIG_MFD_SYSCON=y
  3213. # CONFIG_MFD_TI_AM335X_TSCADC is not set
  3214. # CONFIG_MFD_LP3943 is not set
  3215. # CONFIG_MFD_LP8788 is not set
  3216. # CONFIG_MFD_PALMAS is not set
  3217. # CONFIG_TPS6105X is not set
  3218. # CONFIG_TPS65010 is not set
  3219. # CONFIG_TPS6507X is not set
  3220. # CONFIG_MFD_TPS65090 is not set
  3221. # CONFIG_MFD_TPS65217 is not set
  3222. # CONFIG_MFD_TPS65218 is not set
  3223. # CONFIG_MFD_TPS6586X is not set
  3224. # CONFIG_MFD_TPS65910 is not set
  3225. # CONFIG_MFD_TPS65912 is not set
  3226. # CONFIG_MFD_TPS65912_I2C is not set
  3227. # CONFIG_MFD_TPS65912_SPI is not set
  3228. # CONFIG_MFD_TPS80031 is not set
  3229. # CONFIG_TWL4030_CORE is not set
  3230. # CONFIG_TWL6040_CORE is not set
  3231. # CONFIG_MFD_WL1273_CORE is not set
  3232. # CONFIG_MFD_LM3533 is not set
  3233. # CONFIG_MFD_TC3589X is not set
  3234. # CONFIG_MFD_TMIO is not set
  3235. # CONFIG_MFD_VX855 is not set
  3236. # CONFIG_MFD_ARIZONA_I2C is not set
  3237. # CONFIG_MFD_ARIZONA_SPI is not set
  3238. # CONFIG_MFD_WM8400 is not set
  3239. # CONFIG_MFD_WM831X_I2C is not set
  3240. # CONFIG_MFD_WM831X_SPI is not set
  3241. # CONFIG_MFD_WM8350_I2C is not set
  3242. # CONFIG_MFD_WM8994 is not set
  3243. CONFIG_MSM_CDC_PINCTRL=y
  3244. CONFIG_MSM_CDC_SUPPLY=y
  3245. CONFIG_WCD9XXX_CODEC_UTIL=y
  3246. # CONFIG_WCD9330_CODEC is not set
  3247. CONFIG_WCD9335_CODEC=y
  3248. CONFIG_WCD934X_CODEC=y
  3249. CONFIG_REGULATOR=y
  3250. # CONFIG_REGULATOR_DEBUG is not set
  3251. CONFIG_REGULATOR_FIXED_VOLTAGE=y
  3252. # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
  3253. # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
  3254. # CONFIG_REGULATOR_ACT8865 is not set
  3255. # CONFIG_REGULATOR_AD5398 is not set
  3256. # CONFIG_REGULATOR_ANATOP is not set
  3257. # CONFIG_REGULATOR_DA9210 is not set
  3258. # CONFIG_REGULATOR_DA9211 is not set
  3259. # CONFIG_REGULATOR_FAN53555 is not set
  3260. # CONFIG_REGULATOR_MSM_GFX_LDO is not set
  3261. # CONFIG_REGULATOR_GPIO is not set
  3262. # CONFIG_REGULATOR_ISL9305 is not set
  3263. # CONFIG_REGULATOR_ISL6271A is not set
  3264. # CONFIG_REGULATOR_LP3971 is not set
  3265. # CONFIG_REGULATOR_LP3972 is not set
  3266. # CONFIG_REGULATOR_LP872X is not set
  3267. # CONFIG_REGULATOR_LP8755 is not set
  3268. # CONFIG_REGULATOR_LTC3589 is not set
  3269. # CONFIG_REGULATOR_MAX1586 is not set
  3270. # CONFIG_REGULATOR_MAX20010 is not set
  3271. # CONFIG_REGULATOR_MAX8649 is not set
  3272. # CONFIG_REGULATOR_MAX8660 is not set
  3273. # CONFIG_REGULATOR_MAX8952 is not set
  3274. # CONFIG_REGULATOR_MAX8973 is not set
  3275. # CONFIG_REGULATOR_MT6311 is not set
  3276. # CONFIG_REGULATOR_ONSEMI_NCP6335D is not set
  3277. # CONFIG_REGULATOR_PFUZE100 is not set
  3278. # CONFIG_REGULATOR_PWM is not set
  3279. # CONFIG_REGULATOR_QCOM_SPMI is not set
  3280. # CONFIG_REGULATOR_TPS51632 is not set
  3281. # CONFIG_REGULATOR_TPS62360 is not set
  3282. # CONFIG_REGULATOR_TPS65023 is not set
  3283. # CONFIG_REGULATOR_TPS6507X is not set
  3284. # CONFIG_REGULATOR_TPS6524X is not set
  3285. CONFIG_REGULATOR_RPM_SMD=y
  3286. CONFIG_REGULATOR_QPNP=y
  3287. CONFIG_REGULATOR_QPNP_LABIBB=y
  3288. CONFIG_REGULATOR_QPNP_LCDB=y
  3289. # CONFIG_REGULATOR_QPNP_OLEDB is not set
  3290. CONFIG_REGULATOR_SPM=y
  3291. # CONFIG_REGULATOR_CPR is not set
  3292. # CONFIG_REGULATOR_CPR2_GFX is not set
  3293. CONFIG_REGULATOR_CPR3=y
  3294. CONFIG_REGULATOR_CPR3_HMSS=y
  3295. CONFIG_REGULATOR_CPR3_MMSS=y
  3296. # CONFIG_REGULATOR_CPR4_APSS is not set
  3297. CONFIG_REGULATOR_CPRH_KBSS=y
  3298. # CONFIG_REGULATOR_CPR4_MMSS_LDO is not set
  3299. # CONFIG_REGULATOR_KRYO is not set
  3300. CONFIG_REGULATOR_MEM_ACC=y
  3301. CONFIG_REGULATOR_PROXY_CONSUMER=y
  3302. CONFIG_REGULATOR_STUB=y
  3303. CONFIG_MEDIA_SUPPORT=y
  3304.  
  3305. #
  3306. # Multimedia core support
  3307. #
  3308. CONFIG_MEDIA_CAMERA_SUPPORT=y
  3309. # CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
  3310. CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
  3311. # CONFIG_MEDIA_RADIO_SUPPORT is not set
  3312. # CONFIG_MEDIA_SDR_SUPPORT is not set
  3313. # CONFIG_MEDIA_RC_SUPPORT is not set
  3314. # CONFIG_MEDIA_CEC_SUPPORT is not set
  3315. CONFIG_MEDIA_CONTROLLER=y
  3316. CONFIG_VIDEO_DEV=y
  3317. CONFIG_VIDEO_V4L2_SUBDEV_API=y
  3318. CONFIG_VIDEO_V4L2=y
  3319. CONFIG_VIDEO_ADV_DEBUG=y
  3320. CONFIG_VIDEO_FIXED_MINOR_RANGES=y
  3321. CONFIG_V4L2_MEM2MEM_DEV=y
  3322. CONFIG_VIDEOBUF2_CORE=y
  3323. CONFIG_DVB_CORE=y
  3324. CONFIG_DVB_NET=y
  3325. # CONFIG_TTPCI_EEPROM is not set
  3326. CONFIG_DVB_MAX_ADAPTERS=8
  3327. # CONFIG_DVB_DYNAMIC_MINORS is not set
  3328.  
  3329. #
  3330. # Media drivers
  3331. #
  3332. # CONFIG_MEDIA_USB_SUPPORT is not set
  3333. # CONFIG_MEDIA_PCI_SUPPORT is not set
  3334. CONFIG_V4L_PLATFORM_DRIVERS=y
  3335. # CONFIG_VIDEO_CAFE_CCIC is not set
  3336. # CONFIG_SOC_CAMERA is not set
  3337. # CONFIG_VIDEO_XILINX is not set
  3338. # CONFIG_V4L_MEM2MEM_DRIVERS is not set
  3339. # CONFIG_V4L_TEST_DRIVERS is not set
  3340. # CONFIG_DVB_PLATFORM_DRIVERS is not set
  3341.  
  3342. #
  3343. # QTI MSM Camera And Video & AIS
  3344. #
  3345. CONFIG_MSM_CAMERA=y
  3346. CONFIG_MSM_CAMERA_DEBUG=y
  3347. CONFIG_MSMB_CAMERA=y
  3348. CONFIG_MSMB_CAMERA_DEBUG=y
  3349. CONFIG_MSM_CAMERA_SENSOR=y
  3350. CONFIG_MSM_CPP=y
  3351. CONFIG_MSM_CCI=y
  3352. CONFIG_MSM_CSI20_HEADER=y
  3353. CONFIG_MSM_CSI22_HEADER=y
  3354. CONFIG_MSM_CSI30_HEADER=y
  3355. CONFIG_MSM_CSI31_HEADER=y
  3356. CONFIG_MSM_CSIPHY=y
  3357. CONFIG_MSM_CSID=y
  3358. CONFIG_MSM_EEPROM=y
  3359. CONFIG_MSM_ISPIF=y
  3360. # CONFIG_MSM_ISPIF_V1 is not set
  3361. # CONFIG_MSM_ISPIF_V2 is not set
  3362. CONFIG_IMX134=y
  3363. CONFIG_IMX132=y
  3364. CONFIG_OV9724=y
  3365. CONFIG_OV5648=y
  3366. CONFIG_GC0339=y
  3367. CONFIG_OV8825=y
  3368. CONFIG_OV8865=y
  3369. CONFIG_s5k4e1=y
  3370. CONFIG_OV12830=y
  3371. CONFIG_MSM_V4L2_VIDEO_OVERLAY_DEVICE=y
  3372. CONFIG_MSMB_JPEG=y
  3373. CONFIG_MSM_FD=y
  3374. CONFIG_MSM_JPEGDMA=y
  3375. CONFIG_MSM_SEC_CCI_TA_NAME="seccamdemo64"
  3376. # CONFIG_MSM_SEC_CCI_DEBUG is not set
  3377. CONFIG_MSM_VIDC_V4L2=y
  3378. CONFIG_MSM_VIDC_VMEM=y
  3379. CONFIG_MSM_VIDC_GOVERNORS=y
  3380. CONFIG_MSM_SDE_ROTATOR=y
  3381. CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG=y
  3382. # CONFIG_MSM_AIS is not set
  3383. CONFIG_DVB_MPQ=y
  3384. CONFIG_DVB_MPQ_DEMUX=y
  3385. CONFIG_DVB_MPQ_NUM_DMX_DEVICES=4
  3386. CONFIG_DVB_MPQ_TSPP1=y
  3387. # CONFIG_DVB_MPQ_SW is not set
  3388. # CONFIG_DVB_MPQ_MEDIA_BOX_DEMUX is not set
  3389. CONFIG_TSPP=y
  3390.  
  3391. #
  3392. # Supported MMC/SDIO adapters
  3393. #
  3394. # CONFIG_CYPRESS_FIRMWARE is not set
  3395.  
  3396. #
  3397. # Media ancillary drivers (tuners, sensors, i2c, frontends)
  3398. #
  3399. CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
  3400. CONFIG_MEDIA_ATTACH=y
  3401.  
  3402. #
  3403. # Audio decoders, processors and mixers
  3404. #
  3405.  
  3406. #
  3407. # RDS decoders
  3408. #
  3409.  
  3410. #
  3411. # Video decoders
  3412. #
  3413.  
  3414. #
  3415. # Video and audio decoders
  3416. #
  3417.  
  3418. #
  3419. # Video encoders
  3420. #
  3421.  
  3422. #
  3423. # Camera sensor devices
  3424. #
  3425.  
  3426. #
  3427. # Flash devices
  3428. #
  3429.  
  3430. #
  3431. # Video improvement chips
  3432. #
  3433.  
  3434. #
  3435. # Audio/Video compression chips
  3436. #
  3437.  
  3438. #
  3439. # Miscellaneous helper chips
  3440. #
  3441.  
  3442. #
  3443. # Sensors used on soc_camera driver
  3444. #
  3445. CONFIG_MEDIA_TUNER=y
  3446. CONFIG_MEDIA_TUNER_SIMPLE=y
  3447. CONFIG_MEDIA_TUNER_TDA8290=y
  3448. CONFIG_MEDIA_TUNER_TDA827X=y
  3449. CONFIG_MEDIA_TUNER_TDA18271=y
  3450. CONFIG_MEDIA_TUNER_TDA9887=y
  3451. CONFIG_MEDIA_TUNER_MT20XX=y
  3452. CONFIG_MEDIA_TUNER_XC2028=y
  3453. CONFIG_MEDIA_TUNER_XC5000=y
  3454. CONFIG_MEDIA_TUNER_XC4000=y
  3455. CONFIG_MEDIA_TUNER_MC44S803=y
  3456.  
  3457. #
  3458. # Multistandard (satellite) frontends
  3459. #
  3460.  
  3461. #
  3462. # Multistandard (cable + terrestrial) frontends
  3463. #
  3464.  
  3465. #
  3466. # DVB-S (satellite) frontends
  3467. #
  3468.  
  3469. #
  3470. # DVB-T (terrestrial) frontends
  3471. #
  3472. # CONFIG_DVB_AS102_FE is not set
  3473.  
  3474. #
  3475. # DVB-C (cable) frontends
  3476. #
  3477.  
  3478. #
  3479. # ATSC (North American/Korean Terrestrial/Cable DTV) frontends
  3480. #
  3481.  
  3482. #
  3483. # ISDB-T (terrestrial) frontends
  3484. #
  3485.  
  3486. #
  3487. # ISDB-S (satellite) & ISDB-T (terrestrial) frontends
  3488. #
  3489.  
  3490. #
  3491. # Digital terrestrial only tuners/PLL
  3492. #
  3493.  
  3494. #
  3495. # SEC control devices for DVB-S
  3496. #
  3497.  
  3498. #
  3499. # Tools to develop new frontends
  3500. #
  3501. # CONFIG_DVB_DUMMY_FE is not set
  3502.  
  3503. #
  3504. # Graphics support
  3505. #
  3506. CONFIG_VGA_ARB=y
  3507. CONFIG_VGA_ARB_MAX_GPUS=16
  3508. CONFIG_QCOM_KGSL=y
  3509. # CONFIG_QCOM_KGSL_CFF_DUMP is not set
  3510. CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
  3511. CONFIG_QCOM_KGSL_IOMMU=y
  3512. # CONFIG_DRM is not set
  3513. # CONFIG_MSM_BA_V4L2 is not set
  3514.  
  3515. #
  3516. # Frame buffer Devices
  3517. #
  3518. CONFIG_FB=y
  3519. # CONFIG_FIRMWARE_EDID is not set
  3520. CONFIG_FB_CMDLINE=y
  3521. # CONFIG_FB_DDC is not set
  3522. # CONFIG_FB_BOOT_VESA_SUPPORT is not set
  3523. CONFIG_FB_CFB_FILLRECT=y
  3524. CONFIG_FB_CFB_COPYAREA=y
  3525. CONFIG_FB_CFB_IMAGEBLIT=y
  3526. # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
  3527. CONFIG_FB_SYS_FILLRECT=y
  3528. CONFIG_FB_SYS_COPYAREA=y
  3529. CONFIG_FB_SYS_IMAGEBLIT=y
  3530. # CONFIG_FB_FOREIGN_ENDIAN is not set
  3531. CONFIG_FB_SYS_FOPS=y
  3532. # CONFIG_FB_SVGALIB is not set
  3533. # CONFIG_FB_MACMODES is not set
  3534. # CONFIG_FB_BACKLIGHT is not set
  3535. # CONFIG_FB_MODE_HELPERS is not set
  3536. # CONFIG_FB_TILEBLITTING is not set
  3537.  
  3538. #
  3539. # Frame buffer hardware drivers
  3540. #
  3541. # CONFIG_FB_CIRRUS is not set
  3542. # CONFIG_FB_PM2 is not set
  3543. # CONFIG_FB_ARMCLCD is not set
  3544. # CONFIG_FB_CYBER2000 is not set
  3545. # CONFIG_FB_ASILIANT is not set
  3546. # CONFIG_FB_IMSTT is not set
  3547. # CONFIG_FB_OPENCORES is not set
  3548. # CONFIG_FB_S1D13XXX is not set
  3549. # CONFIG_FB_NVIDIA is not set
  3550. # CONFIG_FB_RIVA is not set
  3551. # CONFIG_FB_I740 is not set
  3552. # CONFIG_FB_MATROX is not set
  3553. # CONFIG_FB_RADEON is not set
  3554. # CONFIG_FB_ATY128 is not set
  3555. # CONFIG_FB_ATY is not set
  3556. # CONFIG_FB_S3 is not set
  3557. # CONFIG_FB_SAVAGE is not set
  3558. # CONFIG_FB_SIS is not set
  3559. # CONFIG_FB_NEOMAGIC is not set
  3560. # CONFIG_FB_KYRO is not set
  3561. # CONFIG_FB_3DFX is not set
  3562. # CONFIG_FB_VOODOO1 is not set
  3563. # CONFIG_FB_VT8623 is not set
  3564. # CONFIG_FB_TRIDENT is not set
  3565. # CONFIG_FB_ARK is not set
  3566. # CONFIG_FB_PM3 is not set
  3567. # CONFIG_FB_CARMINE is not set
  3568. # CONFIG_FB_SMSCUFX is not set
  3569. # CONFIG_FB_UDL is not set
  3570. # CONFIG_FB_IBM_GXT4500 is not set
  3571. CONFIG_FB_VIRTUAL=y
  3572. # CONFIG_FB_METRONOME is not set
  3573. # CONFIG_FB_MB862XX is not set
  3574. CONFIG_FB_MSM=y
  3575. # CONFIG_FB_BROADSHEET is not set
  3576. # CONFIG_FB_AUO_K190X is not set
  3577. # CONFIG_FB_SIMPLE is not set
  3578. # CONFIG_MSM_DBA is not set
  3579. CONFIG_FB_MSM_MDSS_COMMON=y
  3580. # CONFIG_FB_MSM_MDP is not set
  3581. CONFIG_FB_MSM_MDSS=y
  3582. # CONFIG_FB_MSM_MDP_NONE is not set
  3583. # CONFIG_FB_MSM_QPIC_ILI_QVGA_PANEL is not set
  3584. # CONFIG_FB_MSM_QPIC_PANEL_DETECT is not set
  3585. CONFIG_FB_MSM_MDSS_WRITEBACK=y
  3586. # CONFIG_FB_MSM_MDSS_HDMI_PANEL is not set
  3587. # CONFIG_FB_MSM_MDSS_DSI_CTRL_STATUS is not set
  3588. CONFIG_FB_MSM_MDSS_DP_PANEL=y
  3589. # CONFIG_FB_MSM_MDSS_MDP3 is not set
  3590. # CONFIG_FB_MSM_MDSS_XLOG_DEBUG is not set
  3591. # CONFIG_FB_SSD1307 is not set
  3592. # CONFIG_FB_SM712 is not set
  3593. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  3594. # CONFIG_ADF is not set
  3595. # CONFIG_VGASTATE is not set
  3596. CONFIG_LOGO=y
  3597. # CONFIG_LOGO_LINUX_MONO is not set
  3598. # CONFIG_LOGO_LINUX_VGA16 is not set
  3599. CONFIG_LOGO_LINUX_CLUT224=y
  3600. CONFIG_SOUND=y
  3601. # CONFIG_SOUND_OSS_CORE is not set
  3602. CONFIG_SND=y
  3603. CONFIG_SND_TIMER=y
  3604. CONFIG_SND_PCM=y
  3605. CONFIG_SND_HWDEP=y
  3606. CONFIG_SND_RAWMIDI=y
  3607. CONFIG_SND_COMPRESS_OFFLOAD=y
  3608. CONFIG_SND_JACK=y
  3609. # CONFIG_SND_SEQUENCER is not set
  3610. # CONFIG_SND_MIXER_OSS is not set
  3611. # CONFIG_SND_PCM_OSS is not set
  3612. CONFIG_SND_PCM_TIMER=y
  3613. # CONFIG_SND_HRTIMER is not set
  3614. CONFIG_SND_DYNAMIC_MINORS=y
  3615. CONFIG_SND_MAX_CARDS=32
  3616. CONFIG_SND_SUPPORT_OLD_API=y
  3617. CONFIG_SND_PROC_FS=y
  3618. CONFIG_SND_VERBOSE_PROCFS=y
  3619. # CONFIG_SND_VERBOSE_PRINTK is not set
  3620. # CONFIG_SND_DEBUG is not set
  3621. # CONFIG_SND_RAWMIDI_SEQ is not set
  3622. # CONFIG_SND_OPL3_LIB_SEQ is not set
  3623. # CONFIG_SND_OPL4_LIB_SEQ is not set
  3624. # CONFIG_SND_SBAWE_SEQ is not set
  3625. # CONFIG_SND_EMU10K1_SEQ is not set
  3626. CONFIG_SND_DRIVERS=y
  3627. # CONFIG_SND_DUMMY is not set
  3628. # CONFIG_SND_ALOOP is not set
  3629. # CONFIG_SND_MTPAV is not set
  3630. # CONFIG_SND_SERIAL_U16550 is not set
  3631. # CONFIG_SND_MPU401 is not set
  3632. CONFIG_SND_PCI=y
  3633. # CONFIG_SND_AD1889 is not set
  3634. # CONFIG_SND_ALS300 is not set
  3635. # CONFIG_SND_ALI5451 is not set
  3636. # CONFIG_SND_ATIIXP is not set
  3637. # CONFIG_SND_ATIIXP_MODEM is not set
  3638. # CONFIG_SND_AU8810 is not set
  3639. # CONFIG_SND_AU8820 is not set
  3640. # CONFIG_SND_AU8830 is not set
  3641. # CONFIG_SND_AW2 is not set
  3642. # CONFIG_SND_AZT3328 is not set
  3643. # CONFIG_SND_BT87X is not set
  3644. # CONFIG_SND_CA0106 is not set
  3645. # CONFIG_SND_CMIPCI is not set
  3646. # CONFIG_SND_OXYGEN is not set
  3647. # CONFIG_SND_CS4281 is not set
  3648. # CONFIG_SND_CS46XX is not set
  3649. # CONFIG_SND_CTXFI is not set
  3650. # CONFIG_SND_DARLA20 is not set
  3651. # CONFIG_SND_GINA20 is not set
  3652. # CONFIG_SND_LAYLA20 is not set
  3653. # CONFIG_SND_DARLA24 is not set
  3654. # CONFIG_SND_GINA24 is not set
  3655. # CONFIG_SND_LAYLA24 is not set
  3656. # CONFIG_SND_MONA is not set
  3657. # CONFIG_SND_MIA is not set
  3658. # CONFIG_SND_ECHO3G is not set
  3659. # CONFIG_SND_INDIGO is not set
  3660. # CONFIG_SND_INDIGOIO is not set
  3661. # CONFIG_SND_INDIGODJ is not set
  3662. # CONFIG_SND_INDIGOIOX is not set
  3663. # CONFIG_SND_INDIGODJX is not set
  3664. # CONFIG_SND_EMU10K1 is not set
  3665. # CONFIG_SND_EMU10K1X is not set
  3666. # CONFIG_SND_ENS1370 is not set
  3667. # CONFIG_SND_ENS1371 is not set
  3668. # CONFIG_SND_ES1938 is not set
  3669. # CONFIG_SND_ES1968 is not set
  3670. # CONFIG_SND_FM801 is not set
  3671. # CONFIG_SND_HDSP is not set
  3672. # CONFIG_SND_HDSPM is not set
  3673. # CONFIG_SND_ICE1712 is not set
  3674. # CONFIG_SND_ICE1724 is not set
  3675. # CONFIG_SND_INTEL8X0 is not set
  3676. # CONFIG_SND_INTEL8X0M is not set
  3677. # CONFIG_SND_KORG1212 is not set
  3678. # CONFIG_SND_LOLA is not set
  3679. # CONFIG_SND_LX6464ES is not set
  3680. # CONFIG_SND_MAESTRO3 is not set
  3681. # CONFIG_SND_MIXART is not set
  3682. # CONFIG_SND_NM256 is not set
  3683. # CONFIG_SND_PCXHR is not set
  3684. # CONFIG_SND_RIPTIDE is not set
  3685. # CONFIG_SND_RME32 is not set
  3686. # CONFIG_SND_RME96 is not set
  3687. # CONFIG_SND_RME9652 is not set
  3688. # CONFIG_SND_SE6X is not set
  3689. # CONFIG_SND_SONICVIBES is not set
  3690. # CONFIG_SND_TRIDENT is not set
  3691. # CONFIG_SND_VIA82XX is not set
  3692. # CONFIG_SND_VIA82XX_MODEM is not set
  3693. # CONFIG_SND_VIRTUOSO is not set
  3694. # CONFIG_SND_VX222 is not set
  3695. # CONFIG_SND_YMFPCI is not set
  3696.  
  3697. #
  3698. # HD-Audio
  3699. #
  3700. # CONFIG_SND_HDA_INTEL is not set
  3701. CONFIG_SND_HDA_PREALLOC_SIZE=64
  3702. CONFIG_SND_SPI=y
  3703. CONFIG_SND_USB=y
  3704. CONFIG_SND_USB_AUDIO=y
  3705. # CONFIG_SND_USB_UA101 is not set
  3706. # CONFIG_SND_USB_CAIAQ is not set
  3707. # CONFIG_SND_USB_6FIRE is not set
  3708. # CONFIG_SND_USB_HIFACE is not set
  3709. # CONFIG_SND_BCD2000 is not set
  3710. # CONFIG_SND_USB_POD is not set
  3711. # CONFIG_SND_USB_PODHD is not set
  3712. # CONFIG_SND_USB_TONEPORT is not set
  3713. # CONFIG_SND_USB_VARIAX is not set
  3714. CONFIG_SND_USB_AUDIO_QMI=y
  3715. CONFIG_SND_SOC=y
  3716. CONFIG_SND_SOC_COMPRESS=y
  3717. # CONFIG_SND_ATMEL_SOC is not set
  3718. # CONFIG_SND_DESIGNWARE_I2S is not set
  3719.  
  3720. #
  3721. # SoC Audio for Freescale CPUs
  3722. #
  3723.  
  3724. #
  3725. # Common SoC Audio options for Freescale CPUs:
  3726. #
  3727. # CONFIG_SND_SOC_FSL_ASRC is not set
  3728. # CONFIG_SND_SOC_FSL_SAI is not set
  3729. # CONFIG_SND_SOC_FSL_SSI is not set
  3730. # CONFIG_SND_SOC_FSL_SPDIF is not set
  3731. # CONFIG_SND_SOC_FSL_ESAI is not set
  3732. # CONFIG_SND_SOC_IMX_AUDMUX is not set
  3733.  
  3734. #
  3735. # MSM SoC Audio support
  3736. #
  3737. CONFIG_SND_SOC_MSM_HOSTLESS_PCM=y
  3738. CONFIG_SND_SOC_MSM_QDSP6V2_INTF=y
  3739. CONFIG_SND_SOC_QDSP6V2=y
  3740. # CONFIG_SND_SOC_QDSP_DEBUG is not set
  3741. # CONFIG_DOLBY_DS2 is not set
  3742. CONFIG_DOLBY_LICENSE=y
  3743. CONFIG_DTS_EAGLE=y
  3744. CONFIG_DTS_SRS_TM=y
  3745. CONFIG_QTI_PP=y
  3746. # CONFIG_QTI_PP_AUDIOSPHERE is not set
  3747. CONFIG_SND_SOC_CPE=y
  3748. # CONFIG_SND_SOC_INT_CODEC is not set
  3749. # CONFIG_SND_SOC_EXT_CODEC is not set
  3750. CONFIG_SND_SOC_MSM8998=y
  3751. # CONFIG_SND_SOC_QCOM is not set
  3752.  
  3753. #
  3754. # Allwinner SoC Audio support
  3755. #
  3756. # CONFIG_SND_SUN4I_CODEC is not set
  3757. # CONFIG_SND_SOC_XTFPGA_I2S is not set
  3758. CONFIG_SND_SOC_I2C_AND_SPI=y
  3759.  
  3760. #
  3761. # CODEC drivers
  3762. #
  3763. # CONFIG_SND_SOC_AC97_CODEC is not set
  3764. # CONFIG_SND_SOC_ADAU1701 is not set
  3765. # CONFIG_SND_SOC_AK4104 is not set
  3766. # CONFIG_SND_SOC_AK4554 is not set
  3767. # CONFIG_SND_SOC_AK4613 is not set
  3768. # CONFIG_SND_SOC_AK4642 is not set
  3769. # CONFIG_SND_SOC_AK5386 is not set
  3770. # CONFIG_SND_SOC_ALC5623 is not set
  3771. # CONFIG_SND_SOC_CS35L32 is not set
  3772. # CONFIG_SND_SOC_CS42L51_I2C is not set
  3773. # CONFIG_SND_SOC_CS42L52 is not set
  3774. # CONFIG_SND_SOC_CS42L56 is not set
  3775. # CONFIG_SND_SOC_CS42L73 is not set
  3776. # CONFIG_SND_SOC_CS4265 is not set
  3777. # CONFIG_SND_SOC_CS4270 is not set
  3778. # CONFIG_SND_SOC_CS4271_I2C is not set
  3779. # CONFIG_SND_SOC_CS4271_SPI is not set
  3780. # CONFIG_SND_SOC_CS42XX8_I2C is not set
  3781. # CONFIG_SND_SOC_CS4349 is not set
  3782. # CONFIG_SND_SOC_HDMI_CODEC is not set
  3783. # CONFIG_SND_SOC_ES8328 is not set
  3784. # CONFIG_SND_SOC_GTM601 is not set
  3785. # CONFIG_SND_SOC_PCM1681 is not set
  3786. # CONFIG_SND_SOC_PCM1792A is not set
  3787. # CONFIG_SND_SOC_PCM512x_I2C is not set
  3788. # CONFIG_SND_SOC_PCM512x_SPI is not set
  3789. # CONFIG_SND_SOC_RT5631 is not set
  3790. # CONFIG_SND_SOC_RT5677_SPI is not set
  3791. # CONFIG_SND_SOC_SGTL5000 is not set
  3792. # CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
  3793. # CONFIG_SND_SOC_SPDIF is not set
  3794. # CONFIG_SND_SOC_SSM2602_SPI is not set
  3795. # CONFIG_SND_SOC_SSM2602_I2C is not set
  3796. # CONFIG_SND_SOC_SSM4567 is not set
  3797. # CONFIG_SND_SOC_STA32X is not set
  3798. # CONFIG_SND_SOC_STA350 is not set
  3799. # CONFIG_SND_SOC_STI_SAS is not set
  3800. # CONFIG_SND_SOC_TAS2552 is not set
  3801. # CONFIG_SND_SOC_TAS5086 is not set
  3802. # CONFIG_SND_SOC_TAS571X is not set
  3803. # CONFIG_SND_SOC_TFA9879 is not set
  3804. # CONFIG_SND_SOC_TLV320AIC23_I2C is not set
  3805. # CONFIG_SND_SOC_TLV320AIC23_SPI is not set
  3806. # CONFIG_SND_SOC_TLV320AIC31XX is not set
  3807. # CONFIG_SND_SOC_TLV320AIC3X is not set
  3808. # CONFIG_SND_SOC_TS3A227E is not set
  3809. CONFIG_SND_SOC_WCD934X_DSD=y
  3810. CONFIG_SND_SOC_WCD9335=y
  3811. CONFIG_SND_SOC_WCD934X=y
  3812. CONFIG_SND_SOC_WCD934X_MBHC=y
  3813. CONFIG_SND_SOC_WSA881X=y
  3814. CONFIG_SND_SOC_WCD9XXX=y
  3815. CONFIG_SND_SOC_WCD9XXX_V2=y
  3816. CONFIG_SND_SOC_WCD_CPE=y
  3817. CONFIG_AUDIO_EXT_CLK=y
  3818. CONFIG_SND_SOC_WCD_MBHC=y
  3819. CONFIG_SND_SOC_WCD_DSP_MGR=y
  3820. CONFIG_SND_SOC_WCD_SPI=y
  3821. # CONFIG_SND_SOC_WM8510 is not set
  3822. # CONFIG_SND_SOC_WM8523 is not set
  3823. # CONFIG_SND_SOC_WM8580 is not set
  3824. # CONFIG_SND_SOC_WM8711 is not set
  3825. # CONFIG_SND_SOC_WM8728 is not set
  3826. # CONFIG_SND_SOC_WM8731 is not set
  3827. # CONFIG_SND_SOC_WM8737 is not set
  3828. # CONFIG_SND_SOC_WM8741 is not set
  3829. # CONFIG_SND_SOC_WM8750 is not set
  3830. # CONFIG_SND_SOC_WM8753 is not set
  3831. # CONFIG_SND_SOC_WM8770 is not set
  3832. # CONFIG_SND_SOC_WM8776 is not set
  3833. # CONFIG_SND_SOC_WM8804_I2C is not set
  3834. # CONFIG_SND_SOC_WM8804_SPI is not set
  3835. # CONFIG_SND_SOC_WM8903 is not set
  3836. # CONFIG_SND_SOC_WM8962 is not set
  3837. # CONFIG_SND_SOC_WM8978 is not set
  3838. # CONFIG_SND_SOC_TPA6130A2 is not set
  3839. CONFIG_SND_SOC_MSM_STUB=y
  3840. CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=y
  3841. CONFIG_SND_SOC_SMART_PA_TFA9891=y
  3842. # CONFIG_SND_SOC_SDM660_CDC is not set
  3843. # CONFIG_SND_SOC_MSM_SDW is not set
  3844. # CONFIG_SND_SIMPLE_CARD is not set
  3845. # CONFIG_SOUND_PRIME is not set
  3846.  
  3847. #
  3848. # HID support
  3849. #
  3850. CONFIG_HID=y
  3851. # CONFIG_HID_BATTERY_STRENGTH is not set
  3852. CONFIG_UHID=y
  3853. CONFIG_HID_GENERIC=y
  3854.  
  3855. #
  3856. # Special HID drivers
  3857. #
  3858. # CONFIG_HID_A4TECH is not set
  3859. # CONFIG_HID_ACRUX is not set
  3860. CONFIG_HID_APPLE=y
  3861. # CONFIG_HID_APPLEIR is not set
  3862. # CONFIG_HID_AUREAL is not set
  3863. # CONFIG_HID_BELKIN is not set
  3864. # CONFIG_HID_BETOP_FF is not set
  3865. # CONFIG_HID_CHERRY is not set
  3866. # CONFIG_HID_CHICONY is not set
  3867. # CONFIG_HID_CORSAIR is not set
  3868. # CONFIG_HID_PRODIKEYS is not set
  3869. # CONFIG_HID_CP2112 is not set
  3870. # CONFIG_HID_CYPRESS is not set
  3871. # CONFIG_HID_DRAGONRISE is not set
  3872. # CONFIG_HID_EMS_FF is not set
  3873. CONFIG_HID_ELECOM=y
  3874. # CONFIG_HID_ELO is not set
  3875. # CONFIG_HID_EZKEY is not set
  3876. # CONFIG_HID_GEMBIRD is not set
  3877. # CONFIG_HID_GFRM is not set
  3878. # CONFIG_HID_HOLTEK is not set
  3879. # CONFIG_HID_GT683R is not set
  3880. # CONFIG_HID_KEYTOUCH is not set
  3881. # CONFIG_HID_KYE is not set
  3882. # CONFIG_HID_UCLOGIC is not set
  3883. # CONFIG_HID_WALTOP is not set
  3884. # CONFIG_HID_GYRATION is not set
  3885. # CONFIG_HID_ICADE is not set
  3886. # CONFIG_HID_TWINHAN is not set
  3887. # CONFIG_HID_KENSINGTON is not set
  3888. # CONFIG_HID_LCPOWER is not set
  3889. # CONFIG_HID_LENOVO is not set
  3890. # CONFIG_HID_LOGITECH is not set
  3891. CONFIG_HID_MAGICMOUSE=y
  3892. CONFIG_HID_MICROSOFT=y
  3893. # CONFIG_HID_MONTEREY is not set
  3894. CONFIG_HID_MULTITOUCH=y
  3895. # CONFIG_HID_NTRIG is not set
  3896. # CONFIG_HID_ORTEK is not set
  3897. # CONFIG_HID_PANTHERLORD is not set
  3898. # CONFIG_HID_PENMOUNT is not set
  3899. # CONFIG_HID_PETALYNX is not set
  3900. # CONFIG_HID_PICOLCD is not set
  3901. CONFIG_HID_PLANTRONICS=y
  3902. # CONFIG_HID_PRIMAX is not set
  3903. # CONFIG_HID_ROCCAT is not set
  3904. # CONFIG_HID_SAITEK is not set
  3905. # CONFIG_HID_SAMSUNG is not set
  3906. # CONFIG_HID_SONY is not set
  3907. # CONFIG_HID_SPEEDLINK is not set
  3908. # CONFIG_HID_STEELSERIES is not set
  3909. # CONFIG_HID_SUNPLUS is not set
  3910. # CONFIG_HID_RMI is not set
  3911. # CONFIG_HID_GREENASIA is not set
  3912. # CONFIG_HID_SMARTJOYPLUS is not set
  3913. # CONFIG_HID_TIVO is not set
  3914. # CONFIG_HID_TOPSEED is not set
  3915. # CONFIG_HID_THINGM is not set
  3916. # CONFIG_HID_THRUSTMASTER is not set
  3917. # CONFIG_HID_WACOM is not set
  3918. # CONFIG_HID_WIIMOTE is not set
  3919. # CONFIG_HID_XINMO is not set
  3920. # CONFIG_HID_ZEROPLUS is not set
  3921. # CONFIG_HID_ZYDACRON is not set
  3922. # CONFIG_HID_SENSOR_HUB is not set
  3923.  
  3924. #
  3925. # USB HID support
  3926. #
  3927. CONFIG_USB_HID=y
  3928. # CONFIG_HID_PID is not set
  3929. # CONFIG_USB_HIDDEV is not set
  3930.  
  3931. #
  3932. # I2C HID support
  3933. #
  3934. # CONFIG_I2C_HID is not set
  3935. CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  3936. CONFIG_USB_SUPPORT=y
  3937. CONFIG_USB_COMMON=y
  3938. CONFIG_USB_ARCH_HAS_HCD=y
  3939. CONFIG_USB=y
  3940. # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
  3941.  
  3942. #
  3943. # Miscellaneous USB options
  3944. #
  3945. CONFIG_USB_DEFAULT_PERSIST=y
  3946. # CONFIG_USB_DYNAMIC_MINORS is not set
  3947. # CONFIG_USB_OTG is not set
  3948. # CONFIG_USB_OTG_WHITELIST is not set
  3949. # CONFIG_USB_OTG_BLACKLIST_HUB is not set
  3950. # CONFIG_USB_ULPI_BUS is not set
  3951. # CONFIG_USB_MON is not set
  3952. # CONFIG_USB_WUSB_CBAF is not set
  3953.  
  3954. #
  3955. # USB Host Controller Drivers
  3956. #
  3957. # CONFIG_USB_C67X00_HCD is not set
  3958. CONFIG_USB_XHCI_HCD=y
  3959. CONFIG_USB_XHCI_PCI=y
  3960. CONFIG_USB_XHCI_PLATFORM=y
  3961. CONFIG_USB_EHCI_HCD=y
  3962. # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  3963. CONFIG_USB_EHCI_TT_NEWSCHED=y
  3964. CONFIG_USB_EHCI_PCI=y
  3965. # CONFIG_USB_EHCI_MSM is not set
  3966. CONFIG_USB_EHCI_HCD_PLATFORM=y
  3967. # CONFIG_USB_OXU210HP_HCD is not set
  3968. # CONFIG_USB_ISP116X_HCD is not set
  3969. # CONFIG_USB_ISP1362_HCD is not set
  3970. # CONFIG_USB_FOTG210_HCD is not set
  3971. # CONFIG_USB_MAX3421_HCD is not set
  3972. CONFIG_USB_OHCI_HCD=y
  3973. CONFIG_USB_OHCI_HCD_PCI=y
  3974. CONFIG_USB_OHCI_HCD_PLATFORM=y
  3975. # CONFIG_USB_UHCI_HCD is not set
  3976. # CONFIG_USB_SL811_HCD is not set
  3977. # CONFIG_USB_R8A66597_HCD is not set
  3978. # CONFIG_USB_HCD_TEST_MODE is not set
  3979.  
  3980. #
  3981. # USB Device Class drivers
  3982. #
  3983. # CONFIG_USB_ACM is not set
  3984. # CONFIG_USB_PRINTER is not set
  3985. # CONFIG_USB_WDM is not set
  3986. # CONFIG_USB_TMC is not set
  3987.  
  3988. #
  3989. # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  3990. #
  3991.  
  3992. #
  3993. # also be needed; see USB_STORAGE Help for more info
  3994. #
  3995. CONFIG_USB_STORAGE=y
  3996. # CONFIG_USB_STORAGE_DEBUG is not set
  3997. # CONFIG_USB_STORAGE_REALTEK is not set
  3998. # CONFIG_USB_STORAGE_DATAFAB is not set
  3999. # CONFIG_USB_STORAGE_FREECOM is not set
  4000. # CONFIG_USB_STORAGE_ISD200 is not set
  4001. # CONFIG_USB_STORAGE_USBAT is not set
  4002. # CONFIG_USB_STORAGE_SDDR09 is not set
  4003. # CONFIG_USB_STORAGE_SDDR55 is not set
  4004. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  4005. # CONFIG_USB_STORAGE_ALAUDA is not set
  4006. # CONFIG_USB_STORAGE_ONETOUCH is not set
  4007. # CONFIG_USB_STORAGE_KARMA is not set
  4008. # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
  4009. # CONFIG_USB_STORAGE_ENE_UB6250 is not set
  4010. # CONFIG_USB_UAS is not set
  4011.  
  4012. #
  4013. # USB Imaging devices
  4014. #
  4015. # CONFIG_USB_MDC800 is not set
  4016. # CONFIG_USB_MICROTEK is not set
  4017. # CONFIG_USBIP_CORE is not set
  4018. # CONFIG_USB_MUSB_HDRC is not set
  4019. CONFIG_USB_DWC3=y
  4020. # CONFIG_USB_DWC3_HOST is not set
  4021. # CONFIG_USB_DWC3_GADGET is not set
  4022. CONFIG_USB_DWC3_DUAL_ROLE=y
  4023.  
  4024. #
  4025. # Platform Glue Driver Support
  4026. #
  4027. CONFIG_USB_DWC3_PCI=y
  4028. CONFIG_USB_DWC3_QCOM=y
  4029. # CONFIG_USB_DWC2 is not set
  4030. # CONFIG_USB_CHIPIDEA is not set
  4031. CONFIG_USB_ISP1760=y
  4032. CONFIG_USB_ISP1760_HCD=y
  4033. CONFIG_USB_ISP1760_HOST_ROLE=y
  4034. # CONFIG_USB_ISP1760_GADGET_ROLE is not set
  4035. # CONFIG_USB_ISP1760_DUAL_ROLE is not set
  4036.  
  4037. #
  4038. # USB Power Delivery
  4039. #
  4040. CONFIG_USB_PD=y
  4041. CONFIG_USB_PD_POLICY=y
  4042. CONFIG_QPNP_USB_PDPHY=y
  4043.  
  4044. #
  4045. # USB port drivers
  4046. #
  4047. # CONFIG_USB_SERIAL is not set
  4048.  
  4049. #
  4050. # USB Miscellaneous drivers
  4051. #
  4052. # CONFIG_USB_EMI62 is not set
  4053. # CONFIG_USB_EMI26 is not set
  4054. # CONFIG_USB_ADUTUX is not set
  4055. # CONFIG_USB_SEVSEG is not set
  4056. # CONFIG_USB_RIO500 is not set
  4057. # CONFIG_USB_LEGOTOWER is not set
  4058. # CONFIG_USB_LCD is not set
  4059. # CONFIG_USB_LED is not set
  4060. # CONFIG_USB_CYPRESS_CY7C63 is not set
  4061. # CONFIG_USB_CYTHERM is not set
  4062. # CONFIG_USB_IDMOUSE is not set
  4063. # CONFIG_USB_FTDI_ELAN is not set
  4064. # CONFIG_USB_APPLEDISPLAY is not set
  4065. # CONFIG_USB_SISUSBVGA is not set
  4066. # CONFIG_USB_LD is not set
  4067. # CONFIG_USB_TRANCEVIBRATOR is not set
  4068. # CONFIG_USB_IOWARRIOR is not set
  4069. # CONFIG_USB_TEST is not set
  4070. CONFIG_USB_EHSET_TEST_FIXTURE=y
  4071. # CONFIG_USB_ISIGHTFW is not set
  4072. # CONFIG_USB_YUREX is not set
  4073. # CONFIG_USB_EZUSB_FX2 is not set
  4074. # CONFIG_USB_HSIC_USB3503 is not set
  4075. # CONFIG_USB_LINK_LAYER_TEST is not set
  4076. # CONFIG_USB_CHAOSKEY is not set
  4077. # CONFIG_USB_QTI_KS_BRIDGE is not set
  4078.  
  4079. #
  4080. # USB Physical Layer drivers
  4081. #
  4082. CONFIG_USB_PHY=y
  4083. # CONFIG_USB_OTG_WAKELOCK is not set
  4084. CONFIG_NOP_USB_XCEIV=y
  4085. # CONFIG_USB_GPIO_VBUS is not set
  4086. # CONFIG_USB_ISP1301 is not set
  4087. # CONFIG_USB_MSM_OTG is not set
  4088. # CONFIG_USB_QCOM_8X16_PHY is not set
  4089. # CONFIG_USB_MSM_HSPHY is not set
  4090. # CONFIG_USB_MSM_SSPHY is not set
  4091. CONFIG_USB_MSM_SSPHY_QMP=y
  4092. CONFIG_MSM_QUSB_PHY=y
  4093. # CONFIG_USB_ULPI is not set
  4094. CONFIG_DUAL_ROLE_USB_INTF=y
  4095. CONFIG_USB_GADGET=y
  4096. # CONFIG_USB_GADGET_DEBUG is not set
  4097. # CONFIG_USB_GADGET_DEBUG_FILES is not set
  4098. # CONFIG_USB_GADGET_DEBUG_FS is not set
  4099. CONFIG_USB_GADGET_VBUS_DRAW=500
  4100. CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
  4101.  
  4102. #
  4103. # USB Peripheral Controller
  4104. #
  4105. # CONFIG_USB_FOTG210_UDC is not set
  4106. # CONFIG_USB_GR_UDC is not set
  4107. # CONFIG_USB_R8A66597 is not set
  4108. # CONFIG_USB_PXA27X is not set
  4109. # CONFIG_USB_MV_UDC is not set
  4110. # CONFIG_USB_MV_U3D is not set
  4111. # CONFIG_USB_M66592 is not set
  4112. # CONFIG_USB_BDC_UDC is not set
  4113. # CONFIG_USB_AMD5536UDC is not set
  4114. # CONFIG_USB_NET2272 is not set
  4115. # CONFIG_USB_NET2280 is not set
  4116. # CONFIG_USB_GOKU is not set
  4117. # CONFIG_USB_EG20T is not set
  4118. # CONFIG_USB_GADGET_XILINX is not set
  4119. # CONFIG_USB_DUMMY_HCD is not set
  4120. CONFIG_USB_LIBCOMPOSITE=y
  4121. CONFIG_USB_U_ETHER=y
  4122. CONFIG_USB_F_NCM=y
  4123. CONFIG_USB_F_MASS_STORAGE=y
  4124. CONFIG_USB_F_FS=y
  4125. CONFIG_USB_F_MIDI=y
  4126. CONFIG_USB_F_HID=y
  4127. CONFIG_USB_F_MTP=y
  4128. CONFIG_USB_F_PTP=y
  4129. CONFIG_USB_F_AUDIO_SRC=y
  4130. CONFIG_USB_F_ACC=y
  4131. CONFIG_USB_F_DIAG=y
  4132. CONFIG_USB_F_GSI=y
  4133. CONFIG_USB_F_CDEV=y
  4134. CONFIG_USB_F_QDSS=y
  4135. CONFIG_USB_F_CCID=y
  4136. CONFIG_USB_CONFIGFS=y
  4137. # CONFIG_USB_CONFIGFS_SERIAL is not set
  4138. # CONFIG_USB_CONFIGFS_ACM is not set
  4139. # CONFIG_USB_CONFIGFS_OBEX is not set
  4140. CONFIG_USB_CONFIGFS_NCM=y
  4141. # CONFIG_USB_CONFIGFS_ECM is not set
  4142. # CONFIG_USB_CONFIGFS_ECM_SUBSET is not set
  4143. # CONFIG_USB_CONFIGFS_QCRNDIS is not set
  4144. # CONFIG_USB_CONFIGFS_RNDIS is not set
  4145. # CONFIG_USB_CONFIGFS_RMNET_BAM is not set
  4146. # CONFIG_USB_CONFIGFS_EEM is not set
  4147. CONFIG_USB_CONFIGFS_MASS_STORAGE=y
  4148. # CONFIG_USB_CONFIGFS_F_LB_SS is not set
  4149. CONFIG_USB_CONFIGFS_F_FS=y
  4150. CONFIG_USB_CONFIGFS_F_MTP=y
  4151. CONFIG_USB_CONFIGFS_F_PTP=y
  4152. CONFIG_USB_CONFIGFS_F_ACC=y
  4153. CONFIG_USB_CONFIGFS_F_AUDIO_SRC=y
  4154. CONFIG_USB_CONFIGFS_UEVENT=y
  4155. # CONFIG_USB_CONFIGFS_F_UAC1 is not set
  4156. # CONFIG_USB_CONFIGFS_F_UAC2 is not set
  4157. CONFIG_USB_CONFIGFS_F_MIDI=y
  4158. CONFIG_USB_CONFIGFS_F_HID=y
  4159. # CONFIG_USB_CONFIGFS_F_UVC is not set
  4160. # CONFIG_USB_CONFIGFS_F_PRINTER is not set
  4161. CONFIG_USB_CONFIGFS_F_DIAG=y
  4162. CONFIG_USB_CONFIGFS_F_GSI=y
  4163. CONFIG_USB_CONFIGFS_F_CDEV=y
  4164. CONFIG_USB_CONFIGFS_F_QDSS=y
  4165. CONFIG_USB_CONFIGFS_F_CCID=y
  4166. # CONFIG_USB_ZERO is not set
  4167. # CONFIG_USB_AUDIO is not set
  4168. # CONFIG_USB_ETH is not set
  4169. # CONFIG_USB_G_NCM is not set
  4170. # CONFIG_USB_GADGETFS is not set
  4171. # CONFIG_USB_FUNCTIONFS is not set
  4172. # CONFIG_USB_MASS_STORAGE is not set
  4173. # CONFIG_USB_G_SERIAL is not set
  4174. # CONFIG_USB_MIDI_GADGET is not set
  4175. # CONFIG_USB_G_PRINTER is not set
  4176. # CONFIG_USB_CDC_COMPOSITE is not set
  4177. # CONFIG_USB_G_ACM_MS is not set
  4178. # CONFIG_USB_G_MULTI is not set
  4179. # CONFIG_USB_G_HID is not set
  4180. # CONFIG_USB_G_DBGP is not set
  4181. # CONFIG_USB_G_WEBCAM is not set
  4182. # CONFIG_USB_LED_TRIG is not set
  4183. # CONFIG_UWB is not set
  4184. # CONFIG_MMC is not set
  4185. # CONFIG_MEMSTICK is not set
  4186. CONFIG_NEW_LEDS=y
  4187. CONFIG_LEDS_CLASS=y
  4188. # CONFIG_LEDS_CLASS_FLASH is not set
  4189.  
  4190. #
  4191. # LED drivers
  4192. #
  4193. # CONFIG_LEDS_BCM6328 is not set
  4194. # CONFIG_LEDS_BCM6358 is not set
  4195. # CONFIG_LEDS_LM3530 is not set
  4196. # CONFIG_LEDS_LM3642 is not set
  4197. # CONFIG_LEDS_PCA9532 is not set
  4198. CONFIG_LEDS_GPIO=y
  4199. # CONFIG_LEDS_LP3944 is not set
  4200. # CONFIG_LEDS_LP5521 is not set
  4201. # CONFIG_LEDS_LP5523 is not set
  4202. # CONFIG_LEDS_LP5562 is not set
  4203. # CONFIG_LEDS_LP8501 is not set
  4204. # CONFIG_LEDS_LP8860 is not set
  4205. # CONFIG_LEDS_PCA955X is not set
  4206. # CONFIG_LEDS_PCA963X is not set
  4207. # CONFIG_LEDS_DAC124S085 is not set
  4208. # CONFIG_LEDS_PWM is not set
  4209. # CONFIG_LEDS_REGULATOR is not set
  4210. # CONFIG_LEDS_BD2802 is not set
  4211. # CONFIG_LEDS_LT3593 is not set
  4212. # CONFIG_LEDS_TCA6507 is not set
  4213. # CONFIG_LEDS_TLC591XX is not set
  4214. # CONFIG_LEDS_LM355x is not set
  4215.  
  4216. #
  4217. # LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
  4218. #
  4219. # CONFIG_LEDS_BLINKM is not set
  4220. CONFIG_LEDS_QPNP=y
  4221. CONFIG_LEDS_QPNP_FLASH_V2=y
  4222. CONFIG_LEDS_QPNP_WLED=y
  4223. CONFIG_LEDS_SYSCON=y
  4224.  
  4225. #
  4226. # LED Triggers
  4227. #
  4228. CONFIG_LEDS_TRIGGERS=y
  4229. # CONFIG_LEDS_TRIGGER_TIMER is not set
  4230. # CONFIG_LEDS_TRIGGER_ONESHOT is not set
  4231. # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
  4232. # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
  4233. # CONFIG_LEDS_TRIGGER_CPU is not set
  4234. # CONFIG_LEDS_TRIGGER_GPIO is not set
  4235. # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
  4236.  
  4237. #
  4238. # iptables trigger is under Netfilter config (LED target)
  4239. #
  4240. # CONFIG_LEDS_TRIGGER_TRANSIENT is not set
  4241. # CONFIG_LEDS_TRIGGER_CAMERA is not set
  4242. CONFIG_SWITCH=y
  4243. # CONFIG_SWITCH_GPIO is not set
  4244. # CONFIG_ACCESSIBILITY is not set
  4245. # CONFIG_INFINIBAND is not set
  4246. CONFIG_EDAC_SUPPORT=y
  4247. # CONFIG_EDAC is not set
  4248. CONFIG_RTC_LIB=y
  4249. CONFIG_RTC_CLASS=y
  4250. CONFIG_RTC_HCTOSYS=y
  4251. CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
  4252. CONFIG_RTC_SYSTOHC=y
  4253. CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
  4254. # CONFIG_RTC_DEBUG is not set
  4255.  
  4256. #
  4257. # RTC interfaces
  4258. #
  4259. CONFIG_RTC_INTF_SYSFS=y
  4260. CONFIG_RTC_INTF_PROC=y
  4261. CONFIG_RTC_INTF_DEV=y
  4262. # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
  4263. # CONFIG_RTC_DRV_TEST is not set
  4264.  
  4265. #
  4266. # I2C RTC drivers
  4267. #
  4268. # CONFIG_RTC_DRV_ABB5ZES3 is not set
  4269. # CONFIG_RTC_DRV_ABX80X is not set
  4270. # CONFIG_RTC_DRV_DS1307 is not set
  4271. # CONFIG_RTC_DRV_DS1374 is not set
  4272. # CONFIG_RTC_DRV_DS1672 is not set
  4273. # CONFIG_RTC_DRV_DS3232 is not set
  4274. # CONFIG_RTC_DRV_HYM8563 is not set
  4275. # CONFIG_RTC_DRV_MAX6900 is not set
  4276. # CONFIG_RTC_DRV_RS5C372 is not set
  4277. # CONFIG_RTC_DRV_ISL1208 is not set
  4278. # CONFIG_RTC_DRV_ISL12022 is not set
  4279. # CONFIG_RTC_DRV_ISL12057 is not set
  4280. # CONFIG_RTC_DRV_X1205 is not set
  4281. # CONFIG_RTC_DRV_PCF2127 is not set
  4282. # CONFIG_RTC_DRV_PCF8523 is not set
  4283. # CONFIG_RTC_DRV_PCF8563 is not set
  4284. # CONFIG_RTC_DRV_PCF85063 is not set
  4285. # CONFIG_RTC_DRV_PCF8583 is not set
  4286. # CONFIG_RTC_DRV_M41T80 is not set
  4287. # CONFIG_RTC_DRV_BQ32K is not set
  4288. # CONFIG_RTC_DRV_S35390A is not set
  4289. # CONFIG_RTC_DRV_FM3130 is not set
  4290. # CONFIG_RTC_DRV_RX8581 is not set
  4291. # CONFIG_RTC_DRV_RX8025 is not set
  4292. # CONFIG_RTC_DRV_EM3027 is not set
  4293. # CONFIG_RTC_DRV_RV3029C2 is not set
  4294. # CONFIG_RTC_DRV_RV8803 is not set
  4295.  
  4296. #
  4297. # SPI RTC drivers
  4298. #
  4299. # CONFIG_RTC_DRV_M41T93 is not set
  4300. # CONFIG_RTC_DRV_M41T94 is not set
  4301. # CONFIG_RTC_DRV_DS1305 is not set
  4302. # CONFIG_RTC_DRV_DS1343 is not set
  4303. # CONFIG_RTC_DRV_DS1347 is not set
  4304. # CONFIG_RTC_DRV_DS1390 is not set
  4305. # CONFIG_RTC_DRV_MAX6902 is not set
  4306. # CONFIG_RTC_DRV_R9701 is not set
  4307. # CONFIG_RTC_DRV_RS5C348 is not set
  4308. # CONFIG_RTC_DRV_DS3234 is not set
  4309. # CONFIG_RTC_DRV_PCF2123 is not set
  4310. # CONFIG_RTC_DRV_RX4581 is not set
  4311. # CONFIG_RTC_DRV_MCP795 is not set
  4312.  
  4313. #
  4314. # Platform RTC drivers
  4315. #
  4316. # CONFIG_RTC_DRV_DS1286 is not set
  4317. # CONFIG_RTC_DRV_DS1511 is not set
  4318. # CONFIG_RTC_DRV_DS1553 is not set
  4319. # CONFIG_RTC_DRV_DS1685_FAMILY is not set
  4320. # CONFIG_RTC_DRV_DS1742 is not set
  4321. # CONFIG_RTC_DRV_DS2404 is not set
  4322. # CONFIG_RTC_DRV_STK17TA8 is not set
  4323. # CONFIG_RTC_DRV_M48T86 is not set
  4324. # CONFIG_RTC_DRV_M48T35 is not set
  4325. # CONFIG_RTC_DRV_M48T59 is not set
  4326. # CONFIG_RTC_DRV_MSM6242 is not set
  4327. # CONFIG_RTC_DRV_BQ4802 is not set
  4328. # CONFIG_RTC_DRV_RP5C01 is not set
  4329. # CONFIG_RTC_DRV_V3020 is not set
  4330. # CONFIG_RTC_DRV_ZYNQMP is not set
  4331.  
  4332. #
  4333. # on-CPU RTC drivers
  4334. #
  4335. # CONFIG_RTC_DRV_PL030 is not set
  4336. # CONFIG_RTC_DRV_PL031 is not set
  4337. # CONFIG_RTC_DRV_PM8XXX is not set
  4338. # CONFIG_RTC_DRV_SNVS is not set
  4339. CONFIG_RTC_DRV_QPNP=y
  4340.  
  4341. #
  4342. # HID Sensor RTC drivers
  4343. #
  4344. # CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
  4345. CONFIG_ESOC=y
  4346. CONFIG_ESOC_DEV=y
  4347. CONFIG_ESOC_CLIENT=y
  4348. # CONFIG_ESOC_DEBUG is not set
  4349. CONFIG_ESOC_MDM_4x=y
  4350. CONFIG_ESOC_MDM_DRV=y
  4351. # CONFIG_ESOC_MDM_DBG_ENG is not set
  4352. CONFIG_DMADEVICES=y
  4353. # CONFIG_DMADEVICES_DEBUG is not set
  4354.  
  4355. #
  4356. # DMA Devices
  4357. #
  4358. CONFIG_DMA_ENGINE=y
  4359. CONFIG_DMA_ACPI=y
  4360. CONFIG_DMA_OF=y
  4361. # CONFIG_AMBA_PL08X is not set
  4362. # CONFIG_FSL_EDMA is not set
  4363. # CONFIG_INTEL_IDMA64 is not set
  4364. # CONFIG_PL330_DMA is not set
  4365. # CONFIG_QCOM_BAM_DMA is not set
  4366. CONFIG_QCOM_SPS_DMA=y
  4367. # CONFIG_DW_DMAC is not set
  4368. # CONFIG_DW_DMAC_PCI is not set
  4369.  
  4370. #
  4371. # DMA Clients
  4372. #
  4373. # CONFIG_ASYNC_TX_DMA is not set
  4374. # CONFIG_DMATEST is not set
  4375. # CONFIG_AUXDISPLAY is not set
  4376. CONFIG_UIO=y
  4377. # CONFIG_UIO_CIF is not set
  4378. # CONFIG_UIO_PDRV_GENIRQ is not set
  4379. # CONFIG_UIO_DMEM_GENIRQ is not set
  4380. # CONFIG_UIO_AEC is not set
  4381. # CONFIG_UIO_SERCOS3 is not set
  4382. # CONFIG_UIO_PCI_GENERIC is not set
  4383. # CONFIG_UIO_NETX is not set
  4384. # CONFIG_UIO_PRUSS is not set
  4385. # CONFIG_UIO_MF624 is not set
  4386. CONFIG_UIO_MSM_SHAREDMEM=y
  4387. # CONFIG_VFIO is not set
  4388. # CONFIG_VIRT_DRIVERS is not set
  4389.  
  4390. #
  4391. # Virtio drivers
  4392. #
  4393. # CONFIG_VIRTIO_PCI is not set
  4394. # CONFIG_VIRTIO_MMIO is not set
  4395.  
  4396. #
  4397. # Microsoft Hyper-V guest support
  4398. #
  4399. CONFIG_STAGING=y
  4400. # CONFIG_PRISM2_USB is not set
  4401. # CONFIG_COMEDI is not set
  4402. # CONFIG_RTL8192U is not set
  4403. # CONFIG_RTLLIB is not set
  4404. # CONFIG_R8712U is not set
  4405. # CONFIG_R8188EU is not set
  4406. # CONFIG_R8723AU is not set
  4407. # CONFIG_RTS5208 is not set
  4408.  
  4409. #
  4410. # IIO staging drivers
  4411. #
  4412.  
  4413. #
  4414. # Accelerometers
  4415. #
  4416. # CONFIG_ADIS16201 is not set
  4417. # CONFIG_ADIS16203 is not set
  4418. # CONFIG_ADIS16204 is not set
  4419. # CONFIG_ADIS16209 is not set
  4420. # CONFIG_ADIS16220 is not set
  4421. # CONFIG_ADIS16240 is not set
  4422. # CONFIG_LIS3L02DQ is not set
  4423.  
  4424. #
  4425. # Analog to digital converters
  4426. #
  4427. # CONFIG_AD7606 is not set
  4428. # CONFIG_AD7780 is not set
  4429. # CONFIG_AD7816 is not set
  4430. # CONFIG_AD7192 is not set
  4431. # CONFIG_AD7280 is not set
  4432.  
  4433. #
  4434. # Analog digital bi-direction converters
  4435. #
  4436. # CONFIG_ADT7316 is not set
  4437.  
  4438. #
  4439. # Capacitance to digital converters
  4440. #
  4441. # CONFIG_AD7150 is not set
  4442. # CONFIG_AD7152 is not set
  4443. # CONFIG_AD7746 is not set
  4444.  
  4445. #
  4446. # Direct Digital Synthesis
  4447. #
  4448. # CONFIG_AD9832 is not set
  4449. # CONFIG_AD9834 is not set
  4450.  
  4451. #
  4452. # Digital gyroscope sensors
  4453. #
  4454. # CONFIG_ADIS16060 is not set
  4455.  
  4456. #
  4457. # Network Analyzer, Impedance Converters
  4458. #
  4459. # CONFIG_AD5933 is not set
  4460.  
  4461. #
  4462. # Light sensors
  4463. #
  4464. # CONFIG_SENSORS_ISL29018 is not set
  4465. # CONFIG_SENSORS_ISL29028 is not set
  4466. # CONFIG_TSL2583 is not set
  4467. # CONFIG_TSL2x7x is not set
  4468.  
  4469. #
  4470. # Magnetometer sensors
  4471. #
  4472. # CONFIG_SENSORS_HMC5843_I2C is not set
  4473. # CONFIG_SENSORS_HMC5843_SPI is not set
  4474.  
  4475. #
  4476. # Active energy metering IC
  4477. #
  4478. # CONFIG_ADE7753 is not set
  4479. # CONFIG_ADE7754 is not set
  4480. # CONFIG_ADE7758 is not set
  4481. # CONFIG_ADE7759 is not set
  4482. # CONFIG_ADE7854 is not set
  4483.  
  4484. #
  4485. # Resolver to digital converters
  4486. #
  4487. # CONFIG_AD2S90 is not set
  4488. # CONFIG_AD2S1200 is not set
  4489. # CONFIG_AD2S1210 is not set
  4490.  
  4491. #
  4492. # Triggers - standalone
  4493. #
  4494. # CONFIG_IIO_SIMPLE_DUMMY is not set
  4495. # CONFIG_FB_SM750 is not set
  4496. # CONFIG_FB_XGI is not set
  4497.  
  4498. #
  4499. # Speakup console speech
  4500. #
  4501. # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
  4502. # CONFIG_STAGING_MEDIA is not set
  4503.  
  4504. #
  4505. # Android
  4506. #
  4507. CONFIG_ASHMEM=y
  4508. CONFIG_ANDROID_TIMED_OUTPUT=y
  4509. CONFIG_ANDROID_TIMED_GPIO=y
  4510. CONFIG_ANDROID_LOW_MEMORY_KILLER=y
  4511. CONFIG_ANDROID_LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES=y
  4512. CONFIG_SYNC=y
  4513. CONFIG_SW_SYNC=y
  4514. # CONFIG_SW_SYNC_USER is not set
  4515. CONFIG_ONESHOT_SYNC=y
  4516. # CONFIG_ONESHOT_SYNC_USER is not set
  4517. CONFIG_ION=y
  4518. # CONFIG_ION_TEST is not set
  4519. # CONFIG_ION_DUMMY is not set
  4520. CONFIG_ION_MSM=y
  4521. # CONFIG_ALLOC_BUFFERS_IN_4K_CHUNKS is not set
  4522. # CONFIG_FIQ_DEBUGGER is not set
  4523. # CONFIG_FIQ_WATCHDOG is not set
  4524. # CONFIG_STAGING_BOARD is not set
  4525. # CONFIG_WIMAX_GDM72XX is not set
  4526. # CONFIG_LTE_GDM724X is not set
  4527. # CONFIG_LUSTRE_FS is not set
  4528. # CONFIG_DGNC is not set
  4529. # CONFIG_DGAP is not set
  4530. # CONFIG_GS_FPGABOOT is not set
  4531. # CONFIG_FB_TFT is not set
  4532. # CONFIG_FSL_MC_BUS is not set
  4533. # CONFIG_WILC1000_DRIVER is not set
  4534. # CONFIG_MOST is not set
  4535.  
  4536. #
  4537. # Qualcomm Atheros CLD WLAN module
  4538. #
  4539. CONFIG_QCA_CLD_WLAN=y
  4540. CONFIG_QCACLD_WLAN_LFR3=y
  4541. CONFIG_PRIMA_WLAN_OKC=y
  4542. CONFIG_PRIMA_WLAN_11AC_HIGH_TP=y
  4543. CONFIG_WLAN_FEATURE_11W=y
  4544. CONFIG_WLAN_FEATURE_LPSS=y
  4545. CONFIG_QCOM_VOWIFI_11R=y
  4546. CONFIG_QCACLD_FEATURE_NAN=y
  4547. # CONFIG_WLAN_FEATURE_NAN_DATAPATH is not set
  4548. CONFIG_QCACLD_FEATURE_GREEN_AP=y
  4549. CONFIG_HELIUMPLUS=y
  4550. # CONFIG_64BIT_PADDR is not set
  4551. CONFIG_QCOM_TDLS=y
  4552. CONFIG_QCOM_LTE_COEX=y
  4553. # CONFIG_MPC_UT_FRAMEWORK is not set
  4554. CONFIG_WLAN_OFFLOAD_PACKETS=y
  4555. # CONFIG_FEATURE_TSO is not set
  4556. CONFIG_WLAN_FASTPATH=y
  4557. CONFIG_WLAN_NAPI=y
  4558. # CONFIG_WLAN_NAPI_DEBUG is not set
  4559. CONFIG_WLAN_TX_FLOW_CONTROL_V2=y
  4560. # CONFIG_WLAN_SYNC_TSF is not set
  4561. # CONFIG_LFR_SUBNET_DETECTION is not set
  4562. CONFIG_MCC_TO_SCC_SWITCH=y
  4563. CONFIG_QCACLD_WLAN_LFR2=y
  4564. CONFIG_WLAN_FEATURE_DISA=y
  4565. # CONFIG_WLAN_SPECTRAL_SCAN is not set
  4566. # CONFIG_ICMP_DISABLE_PS is not set
  4567. # CONFIG_BUILD_TIMESTAMP is not set
  4568. CONFIG_WLAN_FEATURE_FILS=y
  4569. # CONFIG_GOLDFISH is not set
  4570. # CONFIG_CHROME_PLATFORMS is not set
  4571.  
  4572. #
  4573. # Qualcomm MSM specific device drivers
  4574. #
  4575. CONFIG_QPNP_REVID=y
  4576. CONFIG_QPNP_COINCELL=y
  4577. CONFIG_SPS=y
  4578. # CONFIG_SPS_SUPPORT_BAMDMA is not set
  4579. CONFIG_SPS_SUPPORT_NDP_BAM=y
  4580. # CONFIG_EP_PCIE is not set
  4581. CONFIG_IPA=y
  4582. CONFIG_RMNET_IPA=y
  4583. CONFIG_GSI=y
  4584. CONFIG_IPA3=y
  4585. CONFIG_RMNET_IPA3=y
  4586. # CONFIG_IPA_UT is not set
  4587. # CONFIG_SSM is not set
  4588. CONFIG_GPIO_USB_DETECT=y
  4589. # CONFIG_MSM_MHI is not set
  4590. CONFIG_MSM_11AD=y
  4591. # CONFIG_SEEMP_CORE is not set
  4592. CONFIG_USB_BAM=y
  4593. CONFIG_MSM_EXT_DISPLAY=y
  4594. CONFIG_CLKDEV_LOOKUP=y
  4595. CONFIG_HAVE_CLK_PREPARE=y
  4596. CONFIG_COMMON_CLK_MSM=y
  4597. # CONFIG_MSM_CLK_CONTROLLER_V2 is not set
  4598. CONFIG_MSM_MDSS_PLL=y
  4599. CONFIG_HWSPINLOCK=y
  4600.  
  4601. #
  4602. # Hardware Spinlock drivers
  4603. #
  4604. # CONFIG_HWSPINLOCK_QCOM is not set
  4605. CONFIG_REMOTE_SPINLOCK_MSM=y
  4606.  
  4607. #
  4608. # Clock Source drivers
  4609. #
  4610. CONFIG_CLKSRC_OF=y
  4611. CONFIG_CLKSRC_ACPI=y
  4612. CONFIG_CLKSRC_PROBE=y
  4613. CONFIG_ARM_ARCH_TIMER=y
  4614. CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
  4615. CONFIG_MSM_TIMER_LEAP=y
  4616. # CONFIG_ARM_ARCH_TIMER_VCT_ACCESS is not set
  4617. # CONFIG_ARM_TIMER_SP804 is not set
  4618. # CONFIG_ATMEL_PIT is not set
  4619. # CONFIG_SH_TIMER_CMT is not set
  4620. # CONFIG_SH_TIMER_MTU2 is not set
  4621. # CONFIG_SH_TIMER_TMU is not set
  4622. # CONFIG_EM_TIMER_STI is not set
  4623. # CONFIG_MAILBOX is not set
  4624. CONFIG_IOMMU_API=y
  4625. CONFIG_IOMMU_SUPPORT=y
  4626.  
  4627. #
  4628. # Generic IOMMU Pagetable Support
  4629. #
  4630. CONFIG_IOMMU_IO_PGTABLE=y
  4631. CONFIG_IOMMU_IO_PGTABLE_LPAE=y
  4632. # CONFIG_IOMMU_IO_PGTABLE_LPAE_SELFTEST is not set
  4633. CONFIG_IOMMU_IO_PGTABLE_FAST=y
  4634. # CONFIG_IOMMU_IO_PGTABLE_FAST_SELFTEST is not set
  4635. # CONFIG_IOMMU_IO_PGTABLE_FAST_PROVE_TLB is not set
  4636. CONFIG_OF_IOMMU=y
  4637. CONFIG_ARM_SMMU=y
  4638. # CONFIG_ARM_SMMU_V3 is not set
  4639. CONFIG_IOMMU_DEBUG=y
  4640. CONFIG_IOMMU_DEBUG_TRACKING=y
  4641. CONFIG_IOMMU_TESTS=y
  4642.  
  4643. #
  4644. # Remoteproc drivers
  4645. #
  4646. # CONFIG_STE_MODEM_RPROC is not set
  4647.  
  4648. #
  4649. # Rpmsg drivers
  4650. #
  4651.  
  4652. #
  4653. # SOC (System On Chip) specific Drivers
  4654. #
  4655. # CONFIG_MSM_INRUSH_CURRENT_MITIGATION is not set
  4656. # CONFIG_MSM_PFE_WA is not set
  4657. CONFIG_QCOM_COMMON_LOG=y
  4658. CONFIG_MSM_SMEM=y
  4659. CONFIG_QPNP_HAPTIC=y
  4660. # CONFIG_QPNP_PBS is not set
  4661. CONFIG_MSM_SMD=y
  4662. # CONFIG_MSM_SMD_DEBUG is not set
  4663. CONFIG_MSM_GLINK=y
  4664. CONFIG_MSM_GLINK_LOOPBACK_SERVER=y
  4665. CONFIG_MSM_GLINK_SMD_XPRT=y
  4666. CONFIG_MSM_GLINK_SMEM_NATIVE_XPRT=y
  4667. CONFIG_MSM_GLINK_SPI_XPRT=y
  4668. CONFIG_MSM_SPCOM=y
  4669. CONFIG_MSM_SPSS_UTILS=y
  4670. CONFIG_MSM_SMEM_LOGGING=y
  4671. CONFIG_MSM_SMP2P=y
  4672. CONFIG_MSM_SMP2P_TEST=y
  4673. CONFIG_MSM_QMI_INTERFACE=y
  4674. # CONFIG_MSM_L2_IA_DEBUG is not set
  4675. CONFIG_MSM_RPM_SMD=y
  4676. CONFIG_QCOM_BUS_SCALING=y
  4677. # CONFIG_QCOM_GSBI is not set
  4678. # CONFIG_QCOM_SMEM is not set
  4679. CONFIG_MSM_SERVICE_LOCATOR=y
  4680. # CONFIG_MSM_HVC is not set
  4681. CONFIG_QCOM_DCC=y
  4682. CONFIG_MSM_IPC_ROUTER_SMD_XPRT=y
  4683. CONFIG_MSM_SYSMON_GLINK_COMM=y
  4684. CONFIG_MSM_IPC_ROUTER_GLINK_XPRT=y
  4685. # CONFIG_MSM_SYSTEM_HEALTH_MONITOR is not set
  4686. CONFIG_MSM_GLINK_PKT=y
  4687. CONFIG_MSM_SPM=y
  4688. # CONFIG_MSM_L2_SPM is not set
  4689. CONFIG_QCOM_SCM=y
  4690. # CONFIG_QCOM_SCM_QCPE is not set
  4691. # CONFIG_QCOM_SCM_XPU is not set
  4692. # CONFIG_QCOM_SCM_ERRATA is not set
  4693. CONFIG_QCOM_WATCHDOG_V2=y
  4694. CONFIG_QCOM_IRQ_HELPER=y
  4695. # CONFIG_QCOM_MEMORY_DUMP is not set
  4696. CONFIG_QCOM_MEMORY_DUMP_V2=y
  4697. CONFIG_ICNSS=y
  4698. # CONFIG_ICNSS_DEBUG is not set
  4699. CONFIG_MSM_SECURE_BUFFER=y
  4700. # CONFIG_MSM_GLADIATOR_ERP is not set
  4701. # CONFIG_MSM_GLADIATOR_ERP_V2 is not set
  4702. # CONFIG_MSM_GLADIATOR_HANG_DETECT is not set
  4703. # CONFIG_MSM_CORE_HANG_DETECT is not set
  4704. CONFIG_MSM_RUN_QUEUE_STATS=y
  4705. # CONFIG_MSM_JTAGV8 is not set
  4706. CONFIG_MSM_BOOT_STATS=y
  4707. # CONFIG_MSM_BOOT_TIME_MARKER is not set
  4708. # CONFIG_QCOM_CPUSS_DUMP is not set
  4709. # CONFIG_MSM_QDSP6_APRV2 is not set
  4710. # CONFIG_MSM_QDSP6_APRV3 is not set
  4711. CONFIG_MSM_QDSP6_APRV2_GLINK=y
  4712. # CONFIG_MSM_QDSP6_APRV3_GLINK is not set
  4713. CONFIG_MSM_QDSP6_SSR=y
  4714. CONFIG_MSM_QDSP6_PDR=y
  4715. CONFIG_MSM_QDSP6_NOTIFIER=y
  4716. CONFIG_MSM_ADSP_LOADER=y
  4717. # CONFIG_MSM_CDSP_LOADER is not set
  4718. CONFIG_MSM_PERFORMANCE=y
  4719. # CONFIG_MSM_PERFORMANCE_HOTPLUG_ON is not set
  4720. CONFIG_MSM_SUBSYSTEM_RESTART=y
  4721. # CONFIG_MSM_SYSMON_COMM is not set
  4722. CONFIG_MSM_PIL=y
  4723. CONFIG_MSM_PIL_SSR_GENERIC=y
  4724. CONFIG_MSM_PIL_MSS_QDSP6V5=y
  4725. CONFIG_TRACER_PKT=y
  4726. CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
  4727. CONFIG_MSM_MPM_OF=y
  4728. CONFIG_MSM_EVENT_TIMER=y
  4729. CONFIG_MSM_AVTIMER=y
  4730. CONFIG_QCOM_REMOTEQDSS=y
  4731. CONFIG_MSM_SERVICE_NOTIFIER=y
  4732. # CONFIG_MSM_QBT1000 is not set
  4733. CONFIG_MSM_RPM_RBCPR_STATS_V2_LOG=y
  4734. CONFIG_MSM_RPM_LOG=y
  4735. CONFIG_MSM_RPM_STATS_LOG=y
  4736. CONFIG_QSEE_IPC_IRQ_BRIDGE=y
  4737. CONFIG_WCD_DSP_GLINK=y
  4738. CONFIG_QCOM_SMCINVOKE=y
  4739. CONFIG_QCOM_EARLY_RANDOM=y
  4740. # CONFIG_QCOM_CX_IPEAK is not set
  4741. # CONFIG_MSM_CACHE_M4M_ERP64_PANIC_ON_CE is not set
  4742. # CONFIG_MSM_CACHE_M4M_ERP64_PANIC_ON_UE is not set
  4743. CONFIG_ONEPLUS_PROJECT_INFO=y
  4744. CONFIG_MEM_SHARE_QMI_SERVICE=y
  4745. # CONFIG_SUNXI_SRAM is not set
  4746. # CONFIG_SOC_TI is not set
  4747. CONFIG_PM_DEVFREQ=y
  4748.  
  4749. #
  4750. # DEVFREQ Governors
  4751. #
  4752. CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
  4753. CONFIG_DEVFREQ_GOV_PERFORMANCE=y
  4754. CONFIG_DEVFREQ_GOV_POWERSAVE=y
  4755. CONFIG_DEVFREQ_GOV_USERSPACE=y
  4756. CONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ=y
  4757. CONFIG_DEVFREQ_GOV_CPUFREQ=y
  4758. CONFIG_QCOM_BIMC_BWMON=y
  4759. CONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON=y
  4760. # CONFIG_ARMBW_HWMON is not set
  4761. CONFIG_ARM_MEMLAT_MON=y
  4762. # CONFIG_QCOMCCI_HWMON is not set
  4763. # CONFIG_QCOM_M4M_HWMON is not set
  4764. CONFIG_DEVFREQ_GOV_QCOM_BW_HWMON=y
  4765. # CONFIG_DEVFREQ_GOV_QCOM_CACHE_HWMON is not set
  4766. CONFIG_DEVFREQ_GOV_SPDM_HYP=y
  4767. CONFIG_DEVFREQ_GOV_MEMLAT=y
  4768.  
  4769. #
  4770. # DEVFREQ Drivers
  4771. #
  4772. # CONFIG_DEVFREQ_SIMPLE_DEV is not set
  4773. CONFIG_QCOM_DEVFREQ_DEVBW=y
  4774. CONFIG_SPDM_SCM=y
  4775. CONFIG_DEVFREQ_SPDM=y
  4776. # CONFIG_PM_DEVFREQ_EVENT is not set
  4777. CONFIG_EXTCON=y
  4778.  
  4779. #
  4780. # Extcon Device Drivers
  4781. #
  4782. # CONFIG_EXTCON_ADC_JACK is not set
  4783. # CONFIG_EXTCON_GPIO is not set
  4784. # CONFIG_EXTCON_RT8973A is not set
  4785. # CONFIG_EXTCON_SM5502 is not set
  4786. # CONFIG_EXTCON_USB_GPIO is not set
  4787. # CONFIG_MEMORY is not set
  4788. CONFIG_IIO=y
  4789. # CONFIG_IIO_BUFFER is not set
  4790. # CONFIG_IIO_TRIGGER is not set
  4791.  
  4792. #
  4793. # Accelerometers
  4794. #
  4795. # CONFIG_BMA180 is not set
  4796. # CONFIG_BMC150_ACCEL is not set
  4797. # CONFIG_IIO_ST_ACCEL_3AXIS is not set
  4798. # CONFIG_KXSD9 is not set
  4799. # CONFIG_KXCJK1013 is not set
  4800. # CONFIG_MMA8452 is not set
  4801. # CONFIG_MMA9551 is not set
  4802. # CONFIG_MMA9553 is not set
  4803. # CONFIG_MXC4005 is not set
  4804. # CONFIG_STK8312 is not set
  4805.  
  4806. #
  4807. # Analog to digital converters
  4808. #
  4809. # CONFIG_AD7266 is not set
  4810. # CONFIG_AD7291 is not set
  4811. # CONFIG_AD7298 is not set
  4812. # CONFIG_AD7476 is not set
  4813. # CONFIG_AD7791 is not set
  4814. # CONFIG_AD7793 is not set
  4815. # CONFIG_AD7887 is not set
  4816. # CONFIG_AD7923 is not set
  4817. # CONFIG_AD799X is not set
  4818. # CONFIG_CC10001_ADC is not set
  4819. # CONFIG_HI8435 is not set
  4820. # CONFIG_MAX1027 is not set
  4821. # CONFIG_MAX1363 is not set
  4822. # CONFIG_MCP320X is not set
  4823. # CONFIG_MCP3422 is not set
  4824. # CONFIG_NAU7802 is not set
  4825. # CONFIG_QCOM_SPMI_IADC is not set
  4826. # CONFIG_QCOM_SPMI_VADC is not set
  4827. CONFIG_QCOM_RRADC=y
  4828. CONFIG_QCOM_TADC=y
  4829. # CONFIG_TI_ADC081C is not set
  4830. # CONFIG_TI_ADC128S052 is not set
  4831. # CONFIG_VF610_ADC is not set
  4832.  
  4833. #
  4834. # Amplifiers
  4835. #
  4836. # CONFIG_AD8366 is not set
  4837.  
  4838. #
  4839. # Chemical Sensors
  4840. #
  4841. # CONFIG_VZ89X is not set
  4842.  
  4843. #
  4844. # Hid Sensor IIO Common
  4845. #
  4846.  
  4847. #
  4848. # SSP Sensor Common
  4849. #
  4850. # CONFIG_IIO_SSP_SENSORHUB is not set
  4851.  
  4852. #
  4853. # Digital to analog converters
  4854. #
  4855. # CONFIG_AD5064 is not set
  4856. # CONFIG_AD5360 is not set
  4857. # CONFIG_AD5380 is not set
  4858. # CONFIG_AD5421 is not set
  4859. # CONFIG_AD5446 is not set
  4860. # CONFIG_AD5449 is not set
  4861. # CONFIG_AD5504 is not set
  4862. # CONFIG_AD5624R_SPI is not set
  4863. # CONFIG_AD5686 is not set
  4864. # CONFIG_AD5755 is not set
  4865. # CONFIG_AD5764 is not set
  4866. # CONFIG_AD5791 is not set
  4867. # CONFIG_AD7303 is not set
  4868. # CONFIG_M62332 is not set
  4869. # CONFIG_MAX517 is not set
  4870. # CONFIG_MAX5821 is not set
  4871. # CONFIG_MCP4725 is not set
  4872. # CONFIG_MCP4922 is not set
  4873.  
  4874. #
  4875. # Frequency Synthesizers DDS/PLL
  4876. #
  4877.  
  4878. #
  4879. # Clock Generator/Distribution
  4880. #
  4881. # CONFIG_AD9523 is not set
  4882.  
  4883. #
  4884. # Phase-Locked Loop (PLL) frequency synthesizers
  4885. #
  4886. # CONFIG_ADF4350 is not set
  4887.  
  4888. #
  4889. # Digital gyroscope sensors
  4890. #
  4891. # CONFIG_ADIS16080 is not set
  4892. # CONFIG_ADIS16130 is not set
  4893. # CONFIG_ADIS16136 is not set
  4894. # CONFIG_ADIS16260 is not set
  4895. # CONFIG_ADXRS450 is not set
  4896. # CONFIG_BMG160 is not set
  4897. # CONFIG_IIO_ST_GYRO_3AXIS is not set
  4898. # CONFIG_ITG3200 is not set
  4899.  
  4900. #
  4901. # Humidity sensors
  4902. #
  4903. # CONFIG_DHT11 is not set
  4904. # CONFIG_HDC100X is not set
  4905. # CONFIG_HTU21 is not set
  4906. # CONFIG_SI7005 is not set
  4907. # CONFIG_SI7020 is not set
  4908.  
  4909. #
  4910. # Inertial measurement units
  4911. #
  4912. # CONFIG_ADIS16400 is not set
  4913. # CONFIG_ADIS16480 is not set
  4914. # CONFIG_KMX61 is not set
  4915. # CONFIG_INV_MPU6050_IIO is not set
  4916.  
  4917. #
  4918. # Light sensors
  4919. #
  4920. # CONFIG_ACPI_ALS is not set
  4921. # CONFIG_ADJD_S311 is not set
  4922. # CONFIG_AL3320A is not set
  4923. # CONFIG_APDS9300 is not set
  4924. # CONFIG_APDS9960 is not set
  4925. # CONFIG_BH1750 is not set
  4926. # CONFIG_CM32181 is not set
  4927. # CONFIG_CM3232 is not set
  4928. # CONFIG_CM3323 is not set
  4929. # CONFIG_CM36651 is not set
  4930. # CONFIG_GP2AP020A00F is not set
  4931. # CONFIG_ISL29125 is not set
  4932. # CONFIG_JSA1212 is not set
  4933. # CONFIG_RPR0521 is not set
  4934. # CONFIG_LTR501 is not set
  4935. # CONFIG_OPT3001 is not set
  4936. # CONFIG_PA12203001 is not set
  4937. # CONFIG_STK3310 is not set
  4938. # CONFIG_TCS3414 is not set
  4939. # CONFIG_TCS3472 is not set
  4940. # CONFIG_SENSORS_TSL2563 is not set
  4941. # CONFIG_TSL4531 is not set
  4942. # CONFIG_US5182D is not set
  4943. # CONFIG_VCNL4000 is not set
  4944.  
  4945. #
  4946. # Magnetometer sensors
  4947. #
  4948. # CONFIG_AK8975 is not set
  4949. # CONFIG_AK09911 is not set
  4950. # CONFIG_BMC150_MAGN is not set
  4951. # CONFIG_MAG3110 is not set
  4952. # CONFIG_MMC35240 is not set
  4953. # CONFIG_IIO_ST_MAGN_3AXIS is not set
  4954.  
  4955. #
  4956. # Inclinometer sensors
  4957. #
  4958.  
  4959. #
  4960. # Digital potentiometers
  4961. #
  4962. # CONFIG_MCP4531 is not set
  4963.  
  4964. #
  4965. # Pressure sensors
  4966. #
  4967. # CONFIG_BMP280 is not set
  4968. # CONFIG_MPL115 is not set
  4969. # CONFIG_MPL3115 is not set
  4970. # CONFIG_MS5611 is not set
  4971. # CONFIG_MS5637 is not set
  4972. # CONFIG_IIO_ST_PRESS is not set
  4973. # CONFIG_T5403 is not set
  4974.  
  4975. #
  4976. # Lightning sensors
  4977. #
  4978. # CONFIG_AS3935 is not set
  4979.  
  4980. #
  4981. # Proximity sensors
  4982. #
  4983. # CONFIG_LIDAR_LITE_V2 is not set
  4984. # CONFIG_SX9500 is not set
  4985.  
  4986. #
  4987. # Temperature sensors
  4988. #
  4989. # CONFIG_MLX90614 is not set
  4990. # CONFIG_TMP006 is not set
  4991. # CONFIG_TSYS01 is not set
  4992. # CONFIG_TSYS02D is not set
  4993. # CONFIG_NTB is not set
  4994. # CONFIG_VME_BUS is not set
  4995. CONFIG_PWM=y
  4996. CONFIG_PWM_SYSFS=y
  4997. # CONFIG_PWM_FSL_FTM is not set
  4998. # CONFIG_PWM_PCA9685 is not set
  4999. CONFIG_PWM_QPNP=y
  5000. CONFIG_IRQCHIP=y
  5001. CONFIG_ARM_GIC=y
  5002. CONFIG_ARM_GIC_V2M=y
  5003. CONFIG_ARM_GIC_V3=y
  5004. CONFIG_ARM_GIC_V3_ITS=y
  5005. CONFIG_ARM_GIC_V3_ACL=y
  5006. # CONFIG_ARM_GIC_V3_NO_ACCESS_CONTROL is not set
  5007. CONFIG_QCOM_SHOW_RESUME_IRQ=y
  5008. CONFIG_MSM_IRQ=y
  5009. # CONFIG_IPACK_BUS is not set
  5010. CONFIG_ARCH_HAS_RESET_CONTROLLER=y
  5011. CONFIG_RESET_CONTROLLER=y
  5012. # CONFIG_FMC is not set
  5013.  
  5014. #
  5015. # PHY Subsystem
  5016. #
  5017. CONFIG_GENERIC_PHY=y
  5018. # CONFIG_PHY_PXA_28NM_HSIC is not set
  5019. # CONFIG_PHY_PXA_28NM_USB2 is not set
  5020. # CONFIG_BCM_KONA_USB2_PHY is not set
  5021. # CONFIG_PHY_QCOM_APQ8064_SATA is not set
  5022. # CONFIG_PHY_QCOM_IPQ806X_SATA is not set
  5023. CONFIG_PHY_XGENE=y
  5024. CONFIG_PHY_QCOM_UFS=y
  5025. # CONFIG_POWERCAP is not set
  5026. # CONFIG_MCB is not set
  5027.  
  5028. #
  5029. # Performance monitor support
  5030. #
  5031. CONFIG_ARM_PMU=y
  5032. CONFIG_RAS=y
  5033. # CONFIG_THUNDERBOLT is not set
  5034.  
  5035. #
  5036. # Android
  5037. #
  5038. CONFIG_ANDROID=y
  5039. CONFIG_ANDROID_BINDER_IPC=y
  5040. CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
  5041. # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
  5042. # CONFIG_LIBNVDIMM is not set
  5043. # CONFIG_NVMEM is not set
  5044. # CONFIG_STM is not set
  5045. # CONFIG_INTEL_TH is not set
  5046.  
  5047. #
  5048. # FPGA Configuration Support
  5049. #
  5050. # CONFIG_FPGA is not set
  5051.  
  5052. #
  5053. # Firmware Drivers
  5054. #
  5055. CONFIG_ARM_PSCI_FW=y
  5056. # CONFIG_FIRMWARE_MEMMAP is not set
  5057. CONFIG_QCOM_SCM_64=y
  5058. CONFIG_HAVE_ARM_SMCCC=y
  5059. CONFIG_MSM_TZ_LOG=y
  5060. # CONFIG_BIF is not set
  5061. CONFIG_SENSORS_SSC=y
  5062.  
  5063. #
  5064. # Firmware Drivers
  5065. #
  5066. CONFIG_ACPI=y
  5067. CONFIG_ACPI_GENERIC_GSI=y
  5068. CONFIG_ACPI_CCA_REQUIRED=y
  5069. # CONFIG_ACPI_DEBUGGER is not set
  5070. # CONFIG_ACPI_EC_DEBUGFS is not set
  5071. CONFIG_ACPI_BUTTON=y
  5072. CONFIG_ACPI_FAN=y
  5073. # CONFIG_ACPI_DOCK is not set
  5074. CONFIG_ACPI_PROCESSOR=y
  5075. CONFIG_ACPI_HOTPLUG_CPU=y
  5076. CONFIG_ACPI_THERMAL=y
  5077. # CONFIG_ACPI_CUSTOM_DSDT is not set
  5078. # CONFIG_ACPI_DEBUG is not set
  5079. # CONFIG_ACPI_PCI_SLOT is not set
  5080. CONFIG_ACPI_CONTAINER=y
  5081. # CONFIG_ACPI_HED is not set
  5082. # CONFIG_ACPI_CUSTOM_METHOD is not set
  5083. CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y
  5084. # CONFIG_PMIC_OPREGION is not set
  5085.  
  5086. #
  5087. # File systems
  5088. #
  5089. CONFIG_DCACHE_WORD_ACCESS=y
  5090. # CONFIG_EXT2_FS is not set
  5091. # CONFIG_EXT3_FS is not set
  5092. CONFIG_EXT4_FS=y
  5093. CONFIG_EXT4_USE_FOR_EXT2=y
  5094. CONFIG_EXT4_FS_POSIX_ACL=y
  5095. CONFIG_EXT4_FS_SECURITY=y
  5096. CONFIG_EXT4_ENCRYPTION=y
  5097. CONFIG_EXT4_FS_ENCRYPTION=y
  5098. CONFIG_EXT4_FS_ICE_ENCRYPTION=y
  5099. # CONFIG_EXT4_DEBUG is not set
  5100. CONFIG_JBD2=y
  5101. # CONFIG_JBD2_DEBUG is not set
  5102. CONFIG_FS_MBCACHE=y
  5103. # CONFIG_REISERFS_FS is not set
  5104. # CONFIG_JFS_FS is not set
  5105. # CONFIG_XFS_FS is not set
  5106. # CONFIG_GFS2_FS is not set
  5107. # CONFIG_OCFS2_FS is not set
  5108. # CONFIG_NILFS2_FS is not set
  5109. # CONFIG_FS_DAX is not set
  5110. CONFIG_FS_POSIX_ACL=y
  5111. CONFIG_FILE_LOCKING=y
  5112. CONFIG_FSNOTIFY=y
  5113. CONFIG_DNOTIFY=y
  5114. CONFIG_INOTIFY_USER=y
  5115. CONFIG_QUOTA=y
  5116. CONFIG_QUOTA_NETLINK_INTERFACE=y
  5117. CONFIG_PRINT_QUOTA_WARNING=y
  5118. # CONFIG_QUOTA_DEBUG is not set
  5119. CONFIG_QUOTA_TREE=y
  5120. # CONFIG_QFMT_V1 is not set
  5121. CONFIG_QFMT_V2=y
  5122. CONFIG_QUOTACTL=y
  5123. CONFIG_FUSE_FS=y
  5124. # CONFIG_CUSE is not set
  5125. # CONFIG_OVERLAY_FS is not set
  5126.  
  5127. #
  5128. # Caches
  5129. #
  5130. # CONFIG_FSCACHE is not set
  5131.  
  5132. #
  5133. # DOS/FAT/NT Filesystems
  5134. #
  5135. CONFIG_FAT_FS=y
  5136. CONFIG_MSDOS_FS=y
  5137. CONFIG_VFAT_FS=y
  5138. CONFIG_FAT_DEFAULT_CODEPAGE=437
  5139. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  5140. # CONFIG_NTFS_FS is not set
  5141.  
  5142. #
  5143. # Pseudo filesystems
  5144. #
  5145. CONFIG_PROC_FS=y
  5146. # CONFIG_PROC_KCORE is not set
  5147. CONFIG_PROC_SYSCTL=y
  5148. CONFIG_PROC_PAGE_MONITOR=y
  5149. # CONFIG_PROC_CHILDREN is not set
  5150. CONFIG_KERNFS=y
  5151. CONFIG_SYSFS=y
  5152. CONFIG_TMPFS=y
  5153. CONFIG_TMPFS_POSIX_ACL=y
  5154. CONFIG_TMPFS_XATTR=y
  5155. # CONFIG_HUGETLBFS is not set
  5156. # CONFIG_HUGETLB_PAGE is not set
  5157. CONFIG_CONFIGFS_FS=y
  5158. CONFIG_MISC_FILESYSTEMS=y
  5159. # CONFIG_ADFS_FS is not set
  5160. # CONFIG_AFFS_FS is not set
  5161. CONFIG_ECRYPT_FS=y
  5162. CONFIG_ECRYPT_FS_MESSAGING=y
  5163. CONFIG_SDCARD_FS=y
  5164. # CONFIG_HFS_FS is not set
  5165. # CONFIG_HFSPLUS_FS is not set
  5166. # CONFIG_BEFS_FS is not set
  5167. # CONFIG_BFS_FS is not set
  5168. # CONFIG_EFS_FS is not set
  5169. # CONFIG_LOGFS is not set
  5170. # CONFIG_CRAMFS is not set
  5171. # CONFIG_SQUASHFS is not set
  5172. # CONFIG_VXFS_FS is not set
  5173. # CONFIG_MINIX_FS is not set
  5174. # CONFIG_OMFS_FS is not set
  5175. # CONFIG_HPFS_FS is not set
  5176. # CONFIG_QNX4FS_FS is not set
  5177. # CONFIG_QNX6FS_FS is not set
  5178. # CONFIG_ROMFS_FS is not set
  5179. CONFIG_PSTORE=y
  5180. CONFIG_PSTORE_CONSOLE=y
  5181. CONFIG_PSTORE_PMSG=y
  5182. # CONFIG_PSTORE_FTRACE is not set
  5183. CONFIG_PSTORE_RAM=y
  5184. # CONFIG_SYSV_FS is not set
  5185. # CONFIG_UFS_FS is not set
  5186. CONFIG_NLS=y
  5187. CONFIG_NLS_DEFAULT="iso8859-1"
  5188. CONFIG_NLS_CODEPAGE_437=y
  5189. # CONFIG_NLS_CODEPAGE_737 is not set
  5190. # CONFIG_NLS_CODEPAGE_775 is not set
  5191. # CONFIG_NLS_CODEPAGE_850 is not set
  5192. # CONFIG_NLS_CODEPAGE_852 is not set
  5193. # CONFIG_NLS_CODEPAGE_855 is not set
  5194. # CONFIG_NLS_CODEPAGE_857 is not set
  5195. # CONFIG_NLS_CODEPAGE_860 is not set
  5196. # CONFIG_NLS_CODEPAGE_861 is not set
  5197. # CONFIG_NLS_CODEPAGE_862 is not set
  5198. # CONFIG_NLS_CODEPAGE_863 is not set
  5199. # CONFIG_NLS_CODEPAGE_864 is not set
  5200. # CONFIG_NLS_CODEPAGE_865 is not set
  5201. # CONFIG_NLS_CODEPAGE_866 is not set
  5202. # CONFIG_NLS_CODEPAGE_869 is not set
  5203. # CONFIG_NLS_CODEPAGE_936 is not set
  5204. # CONFIG_NLS_CODEPAGE_950 is not set
  5205. # CONFIG_NLS_CODEPAGE_932 is not set
  5206. # CONFIG_NLS_CODEPAGE_949 is not set
  5207. # CONFIG_NLS_CODEPAGE_874 is not set
  5208. # CONFIG_NLS_ISO8859_8 is not set
  5209. # CONFIG_NLS_CODEPAGE_1250 is not set
  5210. # CONFIG_NLS_CODEPAGE_1251 is not set
  5211. CONFIG_NLS_ASCII=y
  5212. CONFIG_NLS_ISO8859_1=y
  5213. # CONFIG_NLS_ISO8859_2 is not set
  5214. # CONFIG_NLS_ISO8859_3 is not set
  5215. # CONFIG_NLS_ISO8859_4 is not set
  5216. # CONFIG_NLS_ISO8859_5 is not set
  5217. # CONFIG_NLS_ISO8859_6 is not set
  5218. # CONFIG_NLS_ISO8859_7 is not set
  5219. # CONFIG_NLS_ISO8859_9 is not set
  5220. # CONFIG_NLS_ISO8859_13 is not set
  5221. # CONFIG_NLS_ISO8859_14 is not set
  5222. # CONFIG_NLS_ISO8859_15 is not set
  5223. # CONFIG_NLS_KOI8_R is not set
  5224. # CONFIG_NLS_KOI8_U is not set
  5225. # CONFIG_NLS_MAC_ROMAN is not set
  5226. # CONFIG_NLS_MAC_CELTIC is not set
  5227. # CONFIG_NLS_MAC_CENTEURO is not set
  5228. # CONFIG_NLS_MAC_CROATIAN is not set
  5229. # CONFIG_NLS_MAC_CYRILLIC is not set
  5230. # CONFIG_NLS_MAC_GAELIC is not set
  5231. # CONFIG_NLS_MAC_GREEK is not set
  5232. # CONFIG_NLS_MAC_ICELAND is not set
  5233. # CONFIG_NLS_MAC_INUIT is not set
  5234. # CONFIG_NLS_MAC_ROMANIAN is not set
  5235. # CONFIG_NLS_MAC_TURKISH is not set
  5236. CONFIG_NLS_UTF8=y
  5237. # CONFIG_DLM is not set
  5238. # CONFIG_FILE_TABLE_DEBUG is not set
  5239. # CONFIG_VIRTUALIZATION is not set
  5240.  
  5241. #
  5242. # Kernel hacking
  5243. #
  5244.  
  5245. #
  5246. # printk and dmesg options
  5247. #
  5248. CONFIG_PRINTK_TIME=y
  5249. CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
  5250. # CONFIG_BOOT_PRINTK_DELAY is not set
  5251. # CONFIG_DYNAMIC_DEBUG is not set
  5252.  
  5253. #
  5254. # Compile-time checks and compiler options
  5255. #
  5256. CONFIG_DEBUG_INFO=y
  5257. # CONFIG_DEBUG_INFO_REDUCED is not set
  5258. # CONFIG_DEBUG_INFO_SPLIT is not set
  5259. # CONFIG_DEBUG_INFO_DWARF4 is not set
  5260. # CONFIG_GDB_SCRIPTS is not set
  5261. CONFIG_ENABLE_WARN_DEPRECATED=y
  5262. CONFIG_ENABLE_MUST_CHECK=y
  5263. CONFIG_FRAME_WARN=2048
  5264. # CONFIG_STRIP_ASM_SYMS is not set
  5265. # CONFIG_READABLE_ASM is not set
  5266. # CONFIG_UNUSED_SYMBOLS is not set
  5267. # CONFIG_PAGE_OWNER is not set
  5268. CONFIG_DEBUG_FS=y
  5269. # CONFIG_HEADERS_CHECK is not set
  5270. # CONFIG_DEBUG_SECTION_MISMATCH is not set
  5271. CONFIG_SECTION_MISMATCH_WARN_ONLY=y
  5272. CONFIG_ARCH_WANT_FRAME_POINTERS=y
  5273. CONFIG_FRAME_POINTER=y
  5274. # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
  5275. CONFIG_MAGIC_SYSRQ=y
  5276. CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
  5277. CONFIG_DEBUG_KERNEL=y
  5278.  
  5279. #
  5280. # Memory Debugging
  5281. #
  5282. CONFIG_PAGE_EXTENSION=y
  5283. # CONFIG_DEBUG_PAGEALLOC is not set
  5284. # CONFIG_PAGE_POISONING is not set
  5285. # CONFIG_DEBUG_OBJECTS is not set
  5286. # CONFIG_SLUB_STATS is not set
  5287. CONFIG_HAVE_DEBUG_KMEMLEAK=y
  5288. # CONFIG_DEBUG_KMEMLEAK is not set
  5289. # CONFIG_DEBUG_STACK_USAGE is not set
  5290. # CONFIG_DEBUG_VM is not set
  5291. # CONFIG_DEBUG_MEMORY_INIT is not set
  5292. # CONFIG_DEBUG_PER_CPU_MAPS is not set
  5293. CONFIG_HAVE_ARCH_KASAN=y
  5294. # CONFIG_DEBUG_SHIRQ is not set
  5295.  
  5296. #
  5297. # Debug Lockups and Hangs
  5298. #
  5299. CONFIG_LOCKUP_DETECTOR=y
  5300. CONFIG_HARDLOCKUP_DETECTOR_OTHER_CPU=y
  5301. CONFIG_HARDLOCKUP_DETECTOR=y
  5302. # CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
  5303. CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
  5304. # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
  5305. CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
  5306. CONFIG_DETECT_HUNG_TASK=y
  5307. CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
  5308. # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
  5309. CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
  5310. CONFIG_WQ_WATCHDOG=y
  5311. # CONFIG_PANIC_ON_OOPS is not set
  5312. CONFIG_PANIC_ON_OOPS_VALUE=0
  5313. CONFIG_PANIC_TIMEOUT=5
  5314. CONFIG_SCHED_INFO=y
  5315. # CONFIG_PANIC_ON_SCHED_BUG is not set
  5316. # CONFIG_PANIC_ON_RT_THROTTLING is not set
  5317. CONFIG_SCHEDSTATS=y
  5318. # CONFIG_SCHED_STACK_END_CHECK is not set
  5319. # CONFIG_DEBUG_TIMEKEEPING is not set
  5320. # CONFIG_DEBUG_PREEMPT is not set
  5321.  
  5322. #
  5323. # Lock Debugging (spinlocks, mutexes, etc...)
  5324. #
  5325. # CONFIG_DEBUG_RT_MUTEXES is not set
  5326. CONFIG_DEBUG_SPINLOCK=y
  5327. CONFIG_DEBUG_SPINLOCK_BITE_ON_BUG=y
  5328. # CONFIG_DEBUG_SPINLOCK_PANIC_ON_BUG is not set
  5329. CONFIG_DEBUG_MUTEXES=y
  5330. # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
  5331. # CONFIG_DEBUG_LOCK_ALLOC is not set
  5332. # CONFIG_PROVE_LOCKING is not set
  5333. # CONFIG_LOCK_STAT is not set
  5334. # CONFIG_DEBUG_ATOMIC_SLEEP is not set
  5335. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  5336. # CONFIG_LOCK_TORTURE_TEST is not set
  5337. CONFIG_STACKTRACE=y
  5338. # CONFIG_DEBUG_KOBJECT is not set
  5339. CONFIG_HAVE_DEBUG_BUGVERBOSE=y
  5340. CONFIG_DEBUG_BUGVERBOSE=y
  5341. # CONFIG_DEBUG_LIST is not set
  5342. # CONFIG_DEBUG_PI_LIST is not set
  5343. # CONFIG_DEBUG_SG is not set
  5344. # CONFIG_DEBUG_NOTIFIERS is not set
  5345. # CONFIG_DEBUG_CREDENTIALS is not set
  5346.  
  5347. #
  5348. # RCU Debugging
  5349. #
  5350. # CONFIG_PROVE_RCU is not set
  5351. # CONFIG_SPARSE_RCU_POINTER is not set
  5352. # CONFIG_TORTURE_TEST is not set
  5353. # CONFIG_RCU_TORTURE_TEST is not set
  5354. CONFIG_RCU_CPU_STALL_TIMEOUT=21
  5355. # CONFIG_RCU_STALL_WATCHDOG_BITE is not set
  5356. # CONFIG_RCU_TRACE is not set
  5357. # CONFIG_RCU_EQS_DEBUG is not set
  5358. # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
  5359. # CONFIG_NOTIFIER_ERROR_INJECTION is not set
  5360. # CONFIG_FAULT_INJECTION is not set
  5361. CONFIG_NOP_TRACER=y
  5362. CONFIG_HAVE_FUNCTION_TRACER=y
  5363. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  5364. CONFIG_HAVE_DYNAMIC_FTRACE=y
  5365. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  5366. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  5367. CONFIG_HAVE_C_RECORDMCOUNT=y
  5368. CONFIG_TRACE_CLOCK=y
  5369. CONFIG_RING_BUFFER=y
  5370. CONFIG_EVENT_TRACING=y
  5371. CONFIG_CONTEXT_SWITCH_TRACER=y
  5372. # CONFIG_IPC_LOGGING is not set
  5373. # CONFIG_QCOM_RTB is not set
  5374. CONFIG_TRACING=y
  5375. CONFIG_GENERIC_TRACER=y
  5376. CONFIG_TRACING_SUPPORT=y
  5377. CONFIG_FTRACE=y
  5378. CONFIG_FUNCTION_TRACER=y
  5379. CONFIG_FUNCTION_GRAPH_TRACER=y
  5380. # CONFIG_PREEMPTIRQ_EVENTS is not set
  5381. # CONFIG_IRQSOFF_TRACER is not set
  5382. # CONFIG_PREEMPT_TRACER is not set
  5383. # CONFIG_SCHED_TRACER is not set
  5384. # CONFIG_FTRACE_SYSCALLS is not set
  5385. # CONFIG_TRACER_SNAPSHOT is not set
  5386. CONFIG_BRANCH_PROFILE_NONE=y
  5387. # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
  5388. # CONFIG_PROFILE_ALL_BRANCHES is not set
  5389. # CONFIG_STACK_TRACER is not set
  5390. # CONFIG_BLK_DEV_IO_TRACE is not set
  5391. # CONFIG_PROBE_EVENTS is not set
  5392. CONFIG_DYNAMIC_FTRACE=y
  5393. # CONFIG_FUNCTION_PROFILER is not set
  5394. # CONFIG_CPU_FREQ_SWITCH_PROFILER is not set
  5395. CONFIG_FTRACE_MCOUNT_RECORD=y
  5396. # CONFIG_FTRACE_STARTUP_TEST is not set
  5397. # CONFIG_TRACEPOINT_BENCHMARK is not set
  5398. # CONFIG_RING_BUFFER_BENCHMARK is not set
  5399. # CONFIG_RING_BUFFER_STARTUP_TEST is not set
  5400. # CONFIG_TRACE_ENUM_MAP_FILE is not set
  5401. CONFIG_TRACING_EVENTS_GPIO=y
  5402.  
  5403. #
  5404. # Runtime Testing
  5405. #
  5406. # CONFIG_LKDTM is not set
  5407. # CONFIG_TEST_LIST_SORT is not set
  5408. # CONFIG_BACKTRACE_SELF_TEST is not set
  5409. # CONFIG_RBTREE_TEST is not set
  5410. # CONFIG_INTERVAL_TREE_TEST is not set
  5411. # CONFIG_PERCPU_TEST is not set
  5412. # CONFIG_ATOMIC64_SELFTEST is not set
  5413. # CONFIG_TEST_HEXDUMP is not set
  5414. # CONFIG_TEST_STRING_HELPERS is not set
  5415. # CONFIG_TEST_KSTRTOX is not set
  5416. # CONFIG_TEST_PRINTF is not set
  5417. # CONFIG_TEST_RHASHTABLE is not set
  5418. # CONFIG_DMA_API_DEBUG is not set
  5419. # CONFIG_TEST_LKM is not set
  5420. # CONFIG_TEST_USER_COPY is not set
  5421. # CONFIG_TEST_BPF is not set
  5422. # CONFIG_TEST_FIRMWARE is not set
  5423. # CONFIG_TEST_UDELAY is not set
  5424. # CONFIG_MEMTEST is not set
  5425. # CONFIG_TEST_STATIC_KEYS is not set
  5426. # CONFIG_PANIC_ON_DATA_CORRUPTION is not set
  5427. # CONFIG_SAMPLES is not set
  5428. CONFIG_HAVE_ARCH_KGDB=y
  5429. # CONFIG_KGDB is not set
  5430. CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
  5431. # CONFIG_UBSAN is not set
  5432. # CONFIG_ARM64_PTDUMP is not set
  5433. CONFIG_STRICT_DEVMEM=y
  5434. # CONFIG_PID_IN_CONTEXTIDR is not set
  5435. # CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
  5436. CONFIG_DEBUG_SET_MODULE_RONX=y
  5437. CONFIG_DEBUG_RODATA=y
  5438. # CONFIG_DEBUG_ALIGN_RODATA is not set
  5439. # CONFIG_FORCE_PAGES is not set
  5440. # CONFIG_FREE_PAGES_RDONLY is not set
  5441. # CONFIG_ARM64_STRICT_BREAK_BEFORE_MAKE is not set
  5442. CONFIG_CORESIGHT=y
  5443. CONFIG_CORESIGHT_EVENT=y
  5444. CONFIG_CORESIGHT_CSR=y
  5445. CONFIG_CORESIGHT_LINKS_AND_SINKS=y
  5446. CONFIG_CORESIGHT_LINK_AND_SINK_TMC=y
  5447. # CONFIG_CORESIGHT_SINK_TPIU is not set
  5448. # CONFIG_CORESIGHT_SINK_ETBV10 is not set
  5449. # CONFIG_CORESIGHT_SOURCE_ETM4X is not set
  5450. # CONFIG_CORESIGHT_REMOTE_ETM is not set
  5451. CONFIG_CORESIGHT_QCOM_REPLICATOR=y
  5452. CONFIG_CORESIGHT_STM=y
  5453. CONFIG_CORESIGHT_HWEVENT=y
  5454. CONFIG_CORESIGHT_CTI=y
  5455. # CONFIG_CORESIGHT_CTI_SAVE_DISABLE is not set
  5456. CONFIG_CORESIGHT_TPDA=y
  5457. CONFIG_CORESIGHT_TPDM=y
  5458. # CONFIG_CORESIGHT_TPDM_DEFAULT_ENABLE is not set
  5459. CONFIG_CORESIGHT_QPDI=y
  5460. CONFIG_CORESIGHT_SOURCE_DUMMY=y
  5461.  
  5462. #
  5463. # Security options
  5464. #
  5465. CONFIG_KEYS=y
  5466. CONFIG_KEYS_COMPAT=y
  5467. # CONFIG_PERSISTENT_KEYRINGS is not set
  5468. # CONFIG_BIG_KEYS is not set
  5469. CONFIG_ENCRYPTED_KEYS=y
  5470.  
  5471. #
  5472. # Qualcomm Technologies, Inc Per File Encryption security device drivers
  5473. #
  5474. # CONFIG_PFT is not set
  5475. CONFIG_PFK=y
  5476. # CONFIG_SECURITY_DMESG_RESTRICT is not set
  5477. CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
  5478. CONFIG_SECURITY=y
  5479. # CONFIG_SECURITYFS is not set
  5480. CONFIG_SECURITY_NETWORK=y
  5481. # CONFIG_SECURITY_NETWORK_XFRM is not set
  5482. # CONFIG_SECURITY_PATH is not set
  5483. CONFIG_LSM_MMAP_MIN_ADDR=32768
  5484. CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
  5485. CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
  5486. CONFIG_HARDENED_USERCOPY=y
  5487. # CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
  5488. CONFIG_SECURITY_SELINUX=y
  5489. # CONFIG_SECURITY_SELINUX_DISABLE is not set
  5490. CONFIG_SECURITY_SELINUX_DEVELOP=y
  5491. CONFIG_SECURITY_SELINUX_AVC_STATS=y
  5492. CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
  5493. # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
  5494. CONFIG_SECURITY_SMACK=y
  5495. # CONFIG_SECURITY_SMACK_BRINGUP is not set
  5496. # CONFIG_SECURITY_SMACK_NETFILTER is not set
  5497. # CONFIG_SECURITY_TOMOYO is not set
  5498. # CONFIG_SECURITY_APPARMOR is not set
  5499. # CONFIG_INTEGRITY is not set
  5500. CONFIG_DEFAULT_SECURITY_SELINUX=y
  5501. # CONFIG_DEFAULT_SECURITY_SMACK is not set
  5502. # CONFIG_DEFAULT_SECURITY_DAC is not set
  5503. CONFIG_DEFAULT_SECURITY="selinux"
  5504. CONFIG_CRYPTO=y
  5505.  
  5506. #
  5507. # Crypto core or helper
  5508. #
  5509. CONFIG_CRYPTO_ALGAPI=y
  5510. CONFIG_CRYPTO_ALGAPI2=y
  5511. CONFIG_CRYPTO_AEAD=y
  5512. CONFIG_CRYPTO_AEAD2=y
  5513. CONFIG_CRYPTO_BLKCIPHER=y
  5514. CONFIG_CRYPTO_BLKCIPHER2=y
  5515. CONFIG_CRYPTO_HASH=y
  5516. CONFIG_CRYPTO_HASH2=y
  5517. CONFIG_CRYPTO_RNG=y
  5518. CONFIG_CRYPTO_RNG2=y
  5519. CONFIG_CRYPTO_RNG_DEFAULT=y
  5520. CONFIG_CRYPTO_PCOMP2=y
  5521. CONFIG_CRYPTO_AKCIPHER2=y
  5522. # CONFIG_CRYPTO_RSA is not set
  5523. CONFIG_CRYPTO_MANAGER=y
  5524. CONFIG_CRYPTO_MANAGER2=y
  5525. # CONFIG_CRYPTO_USER is not set
  5526. CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
  5527. CONFIG_CRYPTO_GF128MUL=y
  5528. CONFIG_CRYPTO_NULL=y
  5529. CONFIG_CRYPTO_NULL2=y
  5530. # CONFIG_CRYPTO_PCRYPT is not set
  5531. CONFIG_CRYPTO_WORKQUEUE=y
  5532. CONFIG_CRYPTO_CRYPTD=y
  5533. # CONFIG_CRYPTO_MCRYPTD is not set
  5534. CONFIG_CRYPTO_AUTHENC=y
  5535. # CONFIG_CRYPTO_TEST is not set
  5536. CONFIG_CRYPTO_ABLK_HELPER=y
  5537.  
  5538. #
  5539. # Authenticated Encryption with Associated Data
  5540. #
  5541. # CONFIG_CRYPTO_CCM is not set
  5542. # CONFIG_CRYPTO_GCM is not set
  5543. # CONFIG_CRYPTO_CHACHA20POLY1305 is not set
  5544. CONFIG_CRYPTO_SEQIV=y
  5545. CONFIG_CRYPTO_ECHAINIV=y
  5546.  
  5547. #
  5548. # Block modes
  5549. #
  5550. CONFIG_CRYPTO_CBC=y
  5551. CONFIG_CRYPTO_HEH=y
  5552. CONFIG_CRYPTO_CTR=y
  5553. CONFIG_CRYPTO_CTS=y
  5554. CONFIG_CRYPTO_ECB=y
  5555. # CONFIG_CRYPTO_LRW is not set
  5556. # CONFIG_CRYPTO_PCBC is not set
  5557. CONFIG_CRYPTO_XTS=y
  5558. # CONFIG_CRYPTO_KEYWRAP is not set
  5559.  
  5560. #
  5561. # Hash modes
  5562. #
  5563. CONFIG_CRYPTO_CMAC=y
  5564. CONFIG_CRYPTO_HMAC=y
  5565. CONFIG_CRYPTO_XCBC=y
  5566. # CONFIG_CRYPTO_VMAC is not set
  5567.  
  5568. #
  5569. # Digest
  5570. #
  5571. CONFIG_CRYPTO_CRC32C=y
  5572. CONFIG_CRYPTO_CRC32=y
  5573. # CONFIG_CRYPTO_CRCT10DIF is not set
  5574. # CONFIG_CRYPTO_GHASH is not set
  5575. # CONFIG_CRYPTO_POLY1305 is not set
  5576. CONFIG_CRYPTO_MD4=y
  5577. CONFIG_CRYPTO_MD5=y
  5578. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  5579. # CONFIG_CRYPTO_RMD128 is not set
  5580. # CONFIG_CRYPTO_RMD160 is not set
  5581. # CONFIG_CRYPTO_RMD256 is not set
  5582. # CONFIG_CRYPTO_RMD320 is not set
  5583. CONFIG_CRYPTO_SHA1=y
  5584. CONFIG_CRYPTO_SHA256=y
  5585. # CONFIG_CRYPTO_SHA512 is not set
  5586. # CONFIG_CRYPTO_TGR192 is not set
  5587. # CONFIG_CRYPTO_WP512 is not set
  5588.  
  5589. #
  5590. # Ciphers
  5591. #
  5592. CONFIG_CRYPTO_AES=y
  5593. # CONFIG_CRYPTO_ANUBIS is not set
  5594. CONFIG_CRYPTO_ARC4=y
  5595. # CONFIG_CRYPTO_BLOWFISH is not set
  5596. # CONFIG_CRYPTO_CAMELLIA is not set
  5597. # CONFIG_CRYPTO_CAST5 is not set
  5598. # CONFIG_CRYPTO_CAST6 is not set
  5599. CONFIG_CRYPTO_DES=y
  5600. # CONFIG_CRYPTO_FCRYPT is not set
  5601. # CONFIG_CRYPTO_KHAZAD is not set
  5602. # CONFIG_CRYPTO_SALSA20 is not set
  5603. # CONFIG_CRYPTO_CHACHA20 is not set
  5604. # CONFIG_CRYPTO_SEED is not set
  5605. # CONFIG_CRYPTO_SERPENT is not set
  5606. # CONFIG_CRYPTO_TEA is not set
  5607. CONFIG_CRYPTO_TWOFISH=y
  5608. CONFIG_CRYPTO_TWOFISH_COMMON=y
  5609.  
  5610. #
  5611. # Compression
  5612. #
  5613. CONFIG_CRYPTO_DEFLATE=y
  5614. # CONFIG_CRYPTO_ZLIB is not set
  5615. CONFIG_CRYPTO_LZO=y
  5616. # CONFIG_CRYPTO_842 is not set
  5617. CONFIG_CRYPTO_LZ4=y
  5618. # CONFIG_CRYPTO_LZ4HC is not set
  5619.  
  5620. #
  5621. # Random Number Generation
  5622. #
  5623. CONFIG_CRYPTO_ANSI_CPRNG=y
  5624. CONFIG_CRYPTO_DRBG_MENU=y
  5625. CONFIG_CRYPTO_DRBG_HMAC=y
  5626. # CONFIG_CRYPTO_DRBG_HASH is not set
  5627. # CONFIG_CRYPTO_DRBG_CTR is not set
  5628. CONFIG_CRYPTO_DRBG=y
  5629. CONFIG_CRYPTO_JITTERENTROPY=y
  5630. # CONFIG_CRYPTO_USER_API_HASH is not set
  5631. # CONFIG_CRYPTO_USER_API_SKCIPHER is not set
  5632. # CONFIG_CRYPTO_USER_API_RNG is not set
  5633. # CONFIG_CRYPTO_USER_API_AEAD is not set
  5634. CONFIG_CRYPTO_HW=y
  5635. CONFIG_CRYPTO_DEV_QCE50=y
  5636. # CONFIG_FIPS_ENABLE is not set
  5637. CONFIG_CRYPTO_DEV_QCRYPTO=y
  5638. CONFIG_CRYPTO_DEV_QCOM_MSM_QCE=y
  5639. CONFIG_CRYPTO_DEV_QCEDEV=y
  5640. CONFIG_CRYPTO_DEV_OTA_CRYPTO=y
  5641. # CONFIG_CRYPTO_DEV_CCP is not set
  5642. # CONFIG_CRYPTO_DEV_QCE is not set
  5643. CONFIG_CRYPTO_DEV_QCOM_ICE=y
  5644. # CONFIG_ASYMMETRIC_KEY_TYPE is not set
  5645.  
  5646. #
  5647. # Certificates for signature checking
  5648. #
  5649. # CONFIG_SYSTEM_TRUSTED_KEYRING is not set
  5650. CONFIG_ARM64_CRYPTO=y
  5651. CONFIG_CRYPTO_SHA1_ARM64_CE=y
  5652. CONFIG_CRYPTO_SHA2_ARM64_CE=y
  5653. CONFIG_CRYPTO_GHASH_ARM64_CE=y
  5654. CONFIG_CRYPTO_POLY_HASH_ARM64_CE=y
  5655. CONFIG_CRYPTO_AES_ARM64_CE=y
  5656. CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
  5657. CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
  5658. CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
  5659. CONFIG_CRYPTO_CRC32_ARM64=y
  5660. CONFIG_BINARY_PRINTF=y
  5661.  
  5662. #
  5663. # Library routines
  5664. #
  5665. CONFIG_BITREVERSE=y
  5666. CONFIG_HAVE_ARCH_BITREVERSE=y
  5667. CONFIG_RATIONAL=y
  5668. CONFIG_GENERIC_STRNCPY_FROM_USER=y
  5669. CONFIG_GENERIC_STRNLEN_USER=y
  5670. CONFIG_GENERIC_NET_UTILS=y
  5671. CONFIG_GENERIC_PCI_IOMAP=y
  5672. CONFIG_GENERIC_IO=y
  5673. CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
  5674. CONFIG_CRC_CCITT=y
  5675. CONFIG_CRC16=y
  5676. # CONFIG_CRC_T10DIF is not set
  5677. # CONFIG_CRC_ITU_T is not set
  5678. CONFIG_CRC32=y
  5679. # CONFIG_CRC32_SELFTEST is not set
  5680. CONFIG_CRC32_SLICEBY8=y
  5681. # CONFIG_CRC32_SLICEBY4 is not set
  5682. # CONFIG_CRC32_SARWATE is not set
  5683. # CONFIG_CRC32_BIT is not set
  5684. # CONFIG_CRC7 is not set
  5685. CONFIG_LIBCRC32C=y
  5686. # CONFIG_CRC8 is not set
  5687. CONFIG_AUDIT_GENERIC=y
  5688. CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
  5689. CONFIG_AUDIT_COMPAT_GENERIC=y
  5690. # CONFIG_RANDOM32_SELFTEST is not set
  5691. CONFIG_ZLIB_INFLATE=y
  5692. CONFIG_ZLIB_DEFLATE=y
  5693. CONFIG_LZO_COMPRESS=y
  5694. CONFIG_LZO_DECOMPRESS=y
  5695. CONFIG_LZ4_COMPRESS=y
  5696. CONFIG_LZ4_DECOMPRESS=y
  5697. CONFIG_XZ_DEC=y
  5698. CONFIG_XZ_DEC_X86=y
  5699. CONFIG_XZ_DEC_POWERPC=y
  5700. CONFIG_XZ_DEC_IA64=y
  5701. CONFIG_XZ_DEC_ARM=y
  5702. CONFIG_XZ_DEC_ARMTHUMB=y
  5703. CONFIG_XZ_DEC_SPARC=y
  5704. CONFIG_XZ_DEC_BCJ=y
  5705. # CONFIG_XZ_DEC_TEST is not set
  5706. CONFIG_DECOMPRESS_GZIP=y
  5707. CONFIG_DECOMPRESS_BZIP2=y
  5708. CONFIG_DECOMPRESS_LZMA=y
  5709. CONFIG_GENERIC_ALLOCATOR=y
  5710. CONFIG_REED_SOLOMON=y
  5711. CONFIG_REED_SOLOMON_ENC8=y
  5712. CONFIG_REED_SOLOMON_DEC8=y
  5713. CONFIG_TEXTSEARCH=y
  5714. CONFIG_TEXTSEARCH_KMP=y
  5715. CONFIG_TEXTSEARCH_BM=y
  5716. CONFIG_TEXTSEARCH_FSM=y
  5717. CONFIG_ASSOCIATIVE_ARRAY=y
  5718. CONFIG_HAS_IOMEM=y
  5719. CONFIG_HAS_IOPORT_MAP=y
  5720. CONFIG_HAS_DMA=y
  5721. CONFIG_CPU_RMAP=y
  5722. CONFIG_DQL=y
  5723. CONFIG_NLATTR=y
  5724. CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
  5725. # CONFIG_CORDIC is not set
  5726. # CONFIG_DDR is not set
  5727. CONFIG_LIBFDT=y
  5728. # CONFIG_SG_SPLIT is not set
  5729. CONFIG_ARCH_HAS_SG_CHAIN=y
  5730. CONFIG_QMI_ENCDEC=y
  5731. # CONFIG_QMI_ENCDEC_DEBUG is not set
  5732.  
  5733. #
  5734. # libhybris
  5735. #
  5736.  
  5737. # resolve errors
  5738. CONFIG_DUMMY=n
  5739. CONFIG_DEVTMPFS=y
  5740. CONFIG_FHANDLE=y
  5741. CONFIG_SYSVIPC=y
  5742. CONFIG_VT=y
  5743. CONFIG_DEVTMPFS_MOUNT=y
  5744.  
  5745. # boot
  5746. CONFIG_AUDIT=y
  5747. CONFIG_SECURITY_SELINUX_BOOTPARAM=y
  5748. CONFIG_SECURITY_YAMA=y
  5749. CONFIG_FANOTIFY=y
  5750.  
  5751. # filesystems
  5752. CONFIG_LBDAF=y
  5753. CONFIG_ISO9660_FS=y
  5754. CONFIG_UDF_FS=y
  5755. CONFIG_AUTOFS4_FS=y
  5756. CONFIG_F2FS_FS=y
  5757. CONFIG_BTRFS_FS=y
  5758.  
  5759. # network filesystems
  5760. CONFIG_NETWORK_FILESYSTEMS=y
  5761. CONFIG_NFS_FS=y
  5762. CONFIG_NFS_COMMON=y
  5763. CONFIG_LOCKD=y
  5764. CONFIG_LOCKD_V4=y
  5765. CONFIG_BLK_DEV_NBD=y
  5766. CONFIG_NFS_USE_KERNEL_DNS=y
  5767. CONFIG_SUNRPC=y
  5768. CONFIG_SUNRPC_GSS=y
  5769. CONFIG_NFS_V3=y
  5770. CONFIG_NFS_V3_ACL=y
  5771. CONFIG_NFS_V4=y
  5772. CONFIG_NFS_V4_1=y
  5773. CONFIG_NFS_ACL_SUPPORT=y
  5774. CONFIG_CIFS=y
  5775.  
  5776. # bluetooth
  5777. CONFIG_BT_RFCOMM=y
  5778.  
  5779. # cgroups
  5780. CONFIG_MEMCG_KMEM=y
  5781. CONFIG_CGROUP_PERF=y
  5782. CONFIG_CGROUP_DEVICE=y
  5783. CONFIG_NET_CLS_CGROUP=y
  5784. CONFIG_NETPRIO_CGROUP=y
  5785. CONFIG_MEMCG_SWAP=y
  5786.  
  5787. # systemd-nspawn
  5788. CONFIG_UTS_NS=y
  5789. CONFIG_PID_NS=y
  5790. CONFIG_IPC_NS=y
  5791.  
  5792. # logging
  5793. CONFIG_WATCHDOG_NOWAYOUT=n
  5794. CONFIG_NETFILTER_NETLINK_ACCT=y
  5795. CONFIG_NETFILTER_XT_MATCH_NFACCT=y
  5796. CONFIG_SCHED_DEBUG=y
  5797.  
  5798. # misc
  5799. CONFIG_FW_LOADER_USER_HELPER=n
  5800. CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
  5801. CONFIG_CHECKPOINT_RESTORE=y
  5802. CONFIG_RTC_DRV_CMOS=y
  5803. CONFIG_HIDRAW=y
  5804. ----------------------------------------------------------------------
  5805.  
  5806.  
  5807.  
  5808. $ hybris/mer-kernel-check/mer_verify_kernel_config ./out/target/product/$DEVICE/obj/KERNEL_OBJ/.config
  5809. WARNING: CONFIG_BT_HCIUART is invalid
  5810. It is unset
  5811. Allowed values : y, !
  5812. Comment says: Bluez (optional): Needed if bluez used as bluetooth stack
  5813.  
  5814. WARNING: CONFIG_BT_HCIUART_H4 is invalid
  5815. It is unset
  5816. Allowed values : y, !
  5817. Comment says: Bluez (optional): Needed if bluez used as bluetooth stack
  5818.  
  5819. WARNING: CONFIG_AUDIT is invalid
  5820. Value is: y
  5821. Allowed values : n, !
  5822. Comment says: This will disable SELinux! That's ok, because hybris adaptations must not have SELinux, but if your device needs its support in kernel, set AUDIT=y and SELINUX_BOOTPARAM=y. Then disable them via kernel cmdline: audit=0 selinux=0. You can also leave audit enabled, if you don't plan to use systemd's containers: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=77b6e19458f37cfde127ec6aa9494c0ac45ad890
  5823.  
  5824. WARNING: CONFIG_WATCHDOG_NOWAYOUT is invalid
  5825. It is unset
  5826. Allowed values : y, !
  5827. Comment says: If device uses watchdogs with dsme (https://github.com/nemomobile/dsme), this option should be enabled or watchdog does not protect the device in case dsme crashes.
  5828.  
  5829. WARNING: CONFIG_CGROUP_MEM_RES_CTLR is invalid
  5830. It is unset
  5831. Allowed values : y, !
  5832. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  5833.  
  5834. WARNING: CONFIG_RTC_DRV_CMOS is invalid
  5835. It is unset
  5836. Allowed values : y, !
  5837. Comment says: optional, but highly recommended
  5838.  
  5839. WARNING: CONFIG_NETPRIO_CGROUP is invalid
  5840. It is unset
  5841. Allowed values : y, !
  5842. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  5843.  
  5844. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_SWAP is invalid
  5845. It is unset
  5846. Allowed values : y, !
  5847. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  5848.  
  5849. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_KMEM is invalid
  5850. It is unset
  5851. Allowed values : y, !
  5852. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  5853.  
  5854. WARNING: CONFIG_SECURITY_YAMA_STACKED is invalid
  5855. It is unset
  5856. Allowed values : y, !
  5857. Comment says: optional, ignore for kernel version >= 4.3
  5858.  
  5859. WARNING: CONFIG_LBDAF is invalid
  5860. It is unset
  5861. Allowed values : y, !
  5862. Comment says: ext4 filesystem requires this in order to support filesysetms with huge_file feature, which is enabled by default by mke2fs.ext4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement