diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-05-07 10:49:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-07 10:49:47 +0200 |
commit | b633c162e08f0d5ec720ef96a154917dc2f22d15 (patch) | |
tree | 9d61e4dccca9f0ad5bf6e671c971638ccd6ab269 /arch/arm64 | |
parent | Merge tag 'arm-soc/for-6.10/defconfig-arm64' of https://github.com/Broadcom/s... (diff) | |
parent | arm64: defconfig: enable Khadas TS050 panel as module (diff) | |
download | linux-b633c162e08f0d5ec720ef96a154917dc2f22d15.tar.xz linux-b633c162e08f0d5ec720ef96a154917dc2f22d15.zip |
Merge tag 'amlogic-defconfig-for-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/defconfig
Amlogic defconfig changes for v6.10:
- Enable Khadas TS050 driver as module
* tag 'amlogic-defconfig-for-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux:
arm64: defconfig: enable Khadas TS050 panel as module
Link: https://lore.kernel.org/r/13bf8bc4-1cb7-4b94-8c98-9d1cdae5e1f8@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-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 24f325cef663..de3017d05ce7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -871,6 +871,7 @@ CONFIG_DRM_PANEL_LVDS=m CONFIG_DRM_PANEL_SIMPLE=m CONFIG_DRM_PANEL_EDP=m CONFIG_DRM_PANEL_ILITEK_ILI9882T=m +CONFIG_DRM_PANEL_KHADAS_TS050=m CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m CONFIG_DRM_PANEL_NOVATEK_NT36672E=m CONFIG_DRM_PANEL_RAYDIUM_RM67191=m |