diff options
author | Thierry Reding <treding@nvidia.com> | 2015-04-14 15:57:14 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-13 15:33:52 +0300 |
commit | 9ef7e25ff62033065ec019425a9c769374455a1a (patch) | |
tree | 7c3f7ba150527f48aae5db941fc85b9269225048 /arch/arm/configs/exynos_defconfig | |
parent | ffebfc364dcaa5dea1a589d42207834b028df789 (diff) | |
download | linux-9ef7e25ff62033065ec019425a9c769374455a1a.tar.xz |
drm/panel: Add Samsung prefix to panel drivers
The likelihood of getting a large number of panel drivers from different
vendors is quite high. Add a prefix to the two existing Samsung panel
drivers to set a guideline for future patch submissions. Using vendor
prefixes consistently should allow a cleaner organization of the tree.
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 9504e7790288..1d8f98c61c55 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -131,7 +131,7 @@ CONFIG_DRM_EXYNOS_FIMD=y CONFIG_DRM_EXYNOS_DSI=y CONFIG_DRM_EXYNOS_HDMI=y CONFIG_DRM_PANEL_SIMPLE=y -CONFIG_DRM_PANEL_S6E8AA0=y +CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=y CONFIG_FB_SIMPLE=y CONFIG_EXYNOS_VIDEO=y CONFIG_EXYNOS_MIPI_DSI=y |