diff options
author | Dave Airlie <airlied@redhat.com> | 2020-11-13 05:53:34 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-11-13 05:53:34 +0100 |
commit | 24bdae6993f7c430a48b1e3a16f27f98e414ee28 (patch) | |
tree | d1c05fc7e2b6c3b24f6f4f74f19da5a4bfbb36d9 /drivers/gpu | |
parent | Merge tag 'drm-misc-next-2020-11-12' of git://anongit.freedesktop.org/drm/drm... (diff) | |
download | linux-24bdae6993f7c430a48b1e3a16f27f98e414ee28.tar.xz linux-24bdae6993f7c430a48b1e3a16f27f98e414ee28.zip |
drm/Kconfig: rename keembay config
This all caps looked ugly.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/kmb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/kmb/Kconfig b/drivers/gpu/drm/kmb/Kconfig index 3921c57ac511..bc4cb5e1cd8a 100644 --- a/drivers/gpu/drm/kmb/Kconfig +++ b/drivers/gpu/drm/kmb/Kconfig @@ -1,5 +1,5 @@ config DRM_KMB_DISPLAY - tristate "INTEL KEEMBAY DISPLAY" + tristate "Intel Keembay Display" depends on DRM depends on ARCH_KEEMBAY || COMPILE_TEST select DRM_KMS_HELPER |