From: Michal Wilczynski Date: Fri, 9 Aug 2024 16:07:22 +0000 (+0200) Subject: RISCV: configs: tizen-lpi4a: Enable options required for GPU X-Git-Tag: accepted/tizen/unified/x/20240818.074458~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17eff7f71af6ae70ca21ede83de84db679f6f517;p=platform%2Fkernel%2Flinux-thead.git RISCV: configs: tizen-lpi4a: Enable options required for GPU GPU resides in it's own power island. Always-on drivers are required to power on that island. Enable both GPU driver and dependent AON driver config options. Change-Id: I74e1563488f2ccf31ddce5f64d40378f2b26da82 Signed-off-by: Michal Wilczynski --- diff --git a/arch/riscv/configs/tizen-lpi4a_defconfig b/arch/riscv/configs/tizen-lpi4a_defconfig index 2b653b4b068b..315803f9ae68 100644 --- a/arch/riscv/configs/tizen-lpi4a_defconfig +++ b/arch/riscv/configs/tizen-lpi4a_defconfig @@ -135,6 +135,7 @@ CONFIG_RFKILL=y CONFIG_PCI=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y +CONFIG_LIGHT_AON_PD=y CONFIG_MTD=y CONFIG_MTD_BLOCK=y CONFIG_MTD_SPI_NAND=y @@ -268,6 +269,7 @@ CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_VERISILICON=y CONFIG_VERISILICON_DEC=y +CONFIG_DRM_POWERVR_ROGUE=y CONFIG_DRM_LEGACY=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y