On Thu, 2022-05-19 at 09:11 +0200, Geert Uytterhoeven wrote:
Hi Michal,
On Wed, May 18, 2022 at 8:54 PM Michal Suchánek msuchanek@suse.de wrote:
On Wed, May 18, 2022 at 08:30:06PM +0200, Thomas Zimmermann wrote:
--- a/drivers/gpu/drm/tiny/Kconfig +++ b/drivers/gpu/drm/tiny/Kconfig @@ -51,6 +51,18 @@ config DRM_GM12U320 This is a KMS driver for projectors which use the GM12U320 chipset for video transfer over USB2/3, such as the Acer C120 mini projector. +config DRM_OFDRM
tristate "Open Firmware display driver"
depends on DRM && MMU && PPC
Does this build with !PCI? The driver uses some PCI functions, so it might possibly break with randconfig. I don't think there are practical !PCI PPC configurations.
IIRC, the first PowerMacs didn't have PCI.
They also don't have OF and we never supported them upstream :-)
Cheers, Ben.