mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 02:25:58 +00:00

In order to test the current atomic_check hooks we need to have a DRM device that has roughly the same capabilities and layout that the actual hardware. We'll also need a bunch of functions to create arbitrary atomic states. Let's create some helpers to create a device that behaves like the real one, and some helpers to maintain the atomic state we want to check. Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Maíra Canal <mcanal@igalia.com> Link: https://lore.kernel.org/r/20221123-rpi-kunit-tests-v3-17-4615a663a84a@cerno.tech Signed-off-by: Maxime Ripard <maxime@cerno.tech>
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
CONFIG_ARCH_BCM=y
|
|
CONFIG_ARCH_BCM2835=y
|
|
CONFIG_BCM2835_MBOX=y
|
|
CONFIG_KUNIT=y
|
|
CONFIG_DRM=y
|
|
CONFIG_DRM_VC4=y
|
|
CONFIG_DRM_VC4_KUNIT_TEST=y
|
|
CONFIG_MAILBOX=y
|
|
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_COMMON_CLK=y
|