Skip to content

Commit

Permalink
drm: DRM_KMB_DISPLAY should depend on ARCH_KEEMBAY
Browse files Browse the repository at this point in the history
The Intel Keem Bay display controller is only present on Intel Keem Bay
SoCs.  Hence add a dependency on ARCH_KEEMBAY, to prevent asking the
user about this driver when configuring a kernel without Intel Keem Bay
platform support.

Note that:
  1. The dependency on ARM is dropped, as Keem Bay SoCs are only
     supported in arm64 kernel builds,
  2. The dependencies on OF and COMMON_CLK can be dropped for
     compile-testing, as the driver builds fine regardless.

Fixes: ed79405 ("drm/kmb: Build files for KeemBay Display driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201110144350.3279147-1-geert+renesas@glider.be
  • Loading branch information
Geert Uytterhoeven authored and Daniel Vetter committed Nov 10, 2020
1 parent dc0636b commit ade8964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/kmb/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config DRM_KMB_DISPLAY
tristate "INTEL KEEMBAY DISPLAY"
depends on DRM && OF && (ARM || ARM64)
depends on COMMON_CLK
depends on DRM
depends on ARCH_KEEMBAY || COMPILE_TEST
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
Expand Down

0 comments on commit ade8964

Please sign in to comment.