diff --git a/config/gki_neodisp.conf b/config/gki_neodisp.conf new file mode 100644 index 0000000000..e37085cf05 --- /dev/null +++ b/config/gki_neodisp.conf @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) 2021, The Linux Foundation. All rights reserved. + +export CONFIG_DRM_MSM=y +export CONFIG_DRM_MSM_SDE=y +export CONFIG_SYNC_FILE=y +export CONFIG_DRM_MSM_DSI=y +export CONFIG_DSI_PARSER=y +export CONFIG_QCOM_MDSS_PLL=y +export CONFIG_DRM_MSM_REGISTER_LOGGING=y +export CONFIG_DISPLAY_BUILD=m diff --git a/config/gki_neodispconf.h b/config/gki_neodispconf.h new file mode 100644 index 0000000000..c8bf59de14 --- /dev/null +++ b/config/gki_neodispconf.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (c) 2021, The Linux Foundation. All rights reserved. + */ + +#define CONFIG_DRM_MSM 1 +#define CONFIG_DRM_MSM_SDE 1 +#define CONFIG_SYNC_FILE 1 +#define CONFIG_DRM_MSM_DSI 1 +#define CONFIG_DSI_PARSER 1 +#define CONFIG_DRM_MSM_REGISTER_LOGGING 1 +#define CONFIG_DRM_SDE_EVTLOG_DEBUG 1 +#define CONFIG_QCOM_MDSS_PLL 1 +#define CONFIG_GKI_DISPLAY 1 diff --git a/msm/Kbuild b/msm/Kbuild index 0dab5b227f..8fca1d173e 100644 --- a/msm/Kbuild +++ b/msm/Kbuild @@ -12,6 +12,11 @@ else endif endif +ifeq ($(CONFIG_ARCH_NEO), y) + include $(DISPLAY_ROOT)/config/gki_neodisp.conf + LINUX_INC += -include $(DISPLAY_ROOT)/config/gki_neodispconf.h +endif + LINUX_INC += -Iinclude/linux \ -Iinclude/linux/drm