diff options
author | Hai Li <hali@codeaurora.org> | 2015-08-13 23:45:53 +0200 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2015-08-16 00:27:29 +0200 |
commit | 1bf4d7c5651a7cfcdcd77389b42d266441ecf444 (patch) | |
tree | a717863d41f4db6597b51c6cf66c5ea67e7f0a48 /drivers/gpu/drm/msm/Kconfig | |
parent | drm/msm/dsi: Split PHY drivers to separate files (diff) | |
download | linux-1bf4d7c5651a7cfcdcd77389b42d266441ecf444.tar.xz linux-1bf4d7c5651a7cfcdcd77389b42d266441ecf444.zip |
drm/msm/dsi: Make each PHY type compilation independent
On a certain platform, only one type of DSI PHY is used.
This change allows the user to only compile the PHY type
which is being used.
Signed-off-by: Hai Li <hali@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/msm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig index 331b29152e2f..8e6c7c638e24 100644 --- a/drivers/gpu/drm/msm/Kconfig +++ b/drivers/gpu/drm/msm/Kconfig @@ -54,3 +54,17 @@ config DRM_MSM_DSI_PLL help Choose this option to enable DSI PLL driver which provides DSI source clocks under common clock framework. + +config DRM_MSM_DSI_28NM_PHY + bool "Enable DSI 28nm PHY driver in MSM DRM" + depends on DRM_MSM_DSI + default y + help + Choose this option if the 28nm DSI PHY is used on the platform. + +config DRM_MSM_DSI_20NM_PHY + bool "Enable DSI 20nm PHY driver in MSM DRM" + depends on DRM_MSM_DSI + default y + help + Choose this option if the 20nm DSI PHY is used on the platform. |