Re: [PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER to depends on

2024-03-26 Thread kernel test robot
: 5e842d55bad7794823a50f24fd645b58f2ef93ab patch link: https://lore.kernel.org/r/20240325-kms-kconfig-helpers-v1-7-bfec6949d9c3%40kernel.org patch subject: [PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER to depends on config: riscv-defconfig (https://download.01.org/0day-ci/archive/20240326/202403262127

[PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER to depends on

2024-03-25 Thread Maxime Ripard
Most of our helpers have relied on being selected so far through Kconfig, but that creates issues when we have multiple layers of helpers with some depending on others. Indeed, select doesn't select a dependency's dependencies, and thus isn't super intuitive. Depends on however doesn't have that l