drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
Thomas Zimmermann authored
As reported in [1], DRM_PANEL_EDP depends on DRM_DP_HELPER. Select
the option to fix the build failure. The error message is shown
below.

  arm-linux-gnueabihf-ld: drivers/gpu/drm/panel/panel-edp.o: in function
    `panel_edp_probe': panel-edp.c:(.text+0xb74): undefined reference to
    `drm_panel_dp_aux_backlight'
  make[1]: *** [/builds/linux/Makefile:1222: vmlinux] Error 1

The issue has been reported before, when DisplayPort helpers were
hidden behind the option CONFIG_DRM_KMS_HELPER. [2]

v2:
	* fix and expand commit description (Arnd)
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Fixes: 9d6366e7

 ("drm: fb_helper: improve CONFIG_FB dependency")
Reported-by: default avatarNaresh Kamboju <naresh.kamboju@linaro.org>
Reported-by: default avatarLinux Kernel Functional Testing <lkft@linaro.org>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://lore.kernel.org/dri-devel/CA+G9fYvN0NyaVkRQmA1O6rX7H8PPaZrUAD7=RDy33QY9rUU-9g@m...
3755d35e
Name Last commit Last update
Documentation proc: fix documentation and description of pagemap
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block block: clear iocb->private in blkdev_bio_end_io_async()
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: af_alg - get rid of alg_memory_allocated
drivers drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
fs Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
include Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
init lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
ipc ipc/sem: do not sleep with a spin lock held
kernel Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
lib Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
mm memfd: fix F_SEAL_WRITE after shmem huge page allocated
net ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
samples samples/seccomp: Adjust sample to also provide kill option
scripts kconfig: fix failing to generate auto.conf
security Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound ALSA: intel_hdmi: Fix reference to PCM buffer address
tools kselftest/vm: fix tests build with old libc
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Fix lockdep false negative during host resume
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: update Roman Gushchin's email
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: replace a Microchip AT91 maintainer
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS MAINTAINERS: Remove dead patchwork link
Makefile Linux 5.17-rc7
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.