diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-01-05 05:54:15 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-01-05 05:54:15 -0500 |
commit | cfa22f690ca83938241432851284fe6e1db1460f (patch) | |
tree | 3ab335a29c58ab76be497715fc7d32eb3c64733e | |
parent | b1859a23b7bb1ad6f45d35bdad56dbb46fcaef6a (diff) | |
parent | b756f49a339aeca053ab71dd089a1868c3932f81 (diff) |
Merge tag 'qcom-defconfig-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/soc
Pull "Qualcomm ARM Based defconfig Updates for v4.16" from Andy Gross:
* Enable framebuffer, IOMMU, and DRM options
* tag 'qcom-defconfig-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: qcom_defconfig: Enable Frambuffer console support
ARM: qcom_defconfig: enable MSM IOMMU for display
ARM: qcom_defconfig: Enable DRM for 8064 display
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index c784d04e2ab7..dd2a089f939f 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig | |||
@@ -136,7 +136,9 @@ CONFIG_REGULATOR_QCOM_RPM=y | |||
136 | CONFIG_REGULATOR_QCOM_SMD_RPM=y | 136 | CONFIG_REGULATOR_QCOM_SMD_RPM=y |
137 | CONFIG_REGULATOR_QCOM_SPMI=y | 137 | CONFIG_REGULATOR_QCOM_SPMI=y |
138 | CONFIG_MEDIA_SUPPORT=y | 138 | CONFIG_MEDIA_SUPPORT=y |
139 | CONFIG_DRM=y | ||
139 | CONFIG_FB=y | 140 | CONFIG_FB=y |
141 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
140 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 142 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
141 | # CONFIG_LCD_CLASS_DEVICE is not set | 143 | # CONFIG_LCD_CLASS_DEVICE is not set |
142 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 144 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
@@ -200,6 +202,7 @@ CONFIG_MSM_LCC_8960=y | |||
200 | CONFIG_MDM_LCC_9615=y | 202 | CONFIG_MDM_LCC_9615=y |
201 | CONFIG_MSM_MMCC_8960=y | 203 | CONFIG_MSM_MMCC_8960=y |
202 | CONFIG_MSM_MMCC_8974=y | 204 | CONFIG_MSM_MMCC_8974=y |
205 | CONFIG_MSM_IOMMU=y | ||
203 | CONFIG_HWSPINLOCK=y | 206 | CONFIG_HWSPINLOCK=y |
204 | CONFIG_HWSPINLOCK_QCOM=y | 207 | CONFIG_HWSPINLOCK_QCOM=y |
205 | CONFIG_REMOTEPROC=y | 208 | CONFIG_REMOTEPROC=y |