diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-08-28 20:28:00 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-08-28 20:28:01 +0000 |
commit | 015a00ef55e78470d7a0d190ecfe89c4590a3035 (patch) | |
tree | 85c571e6abebc3b41111a594e8656f3a25202664 /arch | |
parent | d8f2638b835c9c7fd40c64828b576d3b809b399e (diff) | |
parent | 10f98bb9d98137b544b00abb4f9df45e9be7878d (diff) | |
download | linux-stable-015a00ef55e78470d7a0d190ecfe89c4590a3035.tar.gz linux-stable-015a00ef55e78470d7a0d190ecfe89c4590a3035.tar.bz2 linux-stable-015a00ef55e78470d7a0d190ecfe89c4590a3035.zip |
Merge tag 'qcom-arm64-defconfig-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm Arm64 defconfig fix for 6.11
Enable the Samsung ATNA33XC20 display panel driver, as we switched from
the generic EDP panel for some of the X1E devices in v6.11.
* tag 'qcom-arm64-defconfig-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
arm64: defconfig: Add CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20
Link: https://lore.kernel.org/r/20240826145736.1646729-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7d32fca64996..362df9390263 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -887,6 +887,7 @@ CONFIG_DRM_PANEL_KHADAS_TS050=m CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m CONFIG_DRM_PANEL_NOVATEK_NT36672E=m CONFIG_DRM_PANEL_RAYDIUM_RM67191=m +CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=m CONFIG_DRM_PANEL_SITRONIX_ST7703=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m |