defconfigs: Drop FB_UDL from all Pi defconfigs
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 8 Nov 2023 12:04:20 +0000 (12:04 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:12 +0000 (11:35 +0000)
commit33a9555e5b2ee8bd6b8c3769c1ef2620b5581b8e
tree858d3514f6692ccd7515b06cc2782b2a7a553585
parent1d87b098e9455ba01d97ef164b73b48edc64c399
defconfigs: Drop FB_UDL from all Pi defconfigs

CONFIG_FB_UBL is the fbdev driver for DisplayLink USB displays.
CONFIG_UDL is the DRM driver for DisplayLink USB displays.

Both attach themselves to the same USB device alias, so both
get loaded for any attached display. You now have 2 drivers for
the same hardware, and a race as to which one will load.

DRM emulates the framebuffer interface, so disable the fbdev
driver.

https://github.com/raspberrypi/bookworm-feedback/issues/133

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
arch/arm/configs/bcm2709_defconfig
arch/arm/configs/bcm2711_defconfig
arch/arm/configs/bcmrpi_defconfig
arch/arm64/configs/bcm2711_defconfig
arch/arm64/configs/bcm2712_defconfig
arch/arm64/configs/bcmrpi3_defconfig