diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-14 12:45:34 +0200 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2015-11-03 13:04:53 +0100 |
commit | 1352be6eb0f3484bfed6b5676a8e2c34be43ba74 (patch) | |
tree | f1a4c850055b7b1951b325072434fb38462891df /drivers | |
parent | c5de48539cf1821180f4326c47ac1420625eef00 (diff) | |
download | linux-1352be6eb0f3484bfed6b5676a8e2c34be43ba74.tar.gz linux-1352be6eb0f3484bfed6b5676a8e2c34be43ba74.tar.bz2 linux-1352be6eb0f3484bfed6b5676a8e2c34be43ba74.zip |
drm/sti: Select FW_LOADER
Select FW_LOADER explicitly to satify the direct dependency of
FW_LOADER_USER_HELPER_FALLBACK.
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/sti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig index fbccc105819b..0a9048c47b95 100644 --- a/drivers/gpu/drm/sti/Kconfig +++ b/drivers/gpu/drm/sti/Kconfig @@ -6,6 +6,7 @@ config DRM_STI select DRM_GEM_CMA_HELPER select DRM_KMS_CMA_HELPER select DRM_PANEL + select FW_LOADER select FW_LOADER_USER_HELPER_FALLBACK help Choose this option to enable DRM on STM stiH41x chipset |