Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: Turn FB_MODE_HELPERS into an internal config option

Several fbdev drivers select FB_MODE_HELPER in the Kconfig. The
setting controls some helper functions and has no meaning to the
user. Make it an internal option.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250909132047.152612-3-tzimmermann@suse.de

+1 -1
+1 -1
drivers/video/fbdev/core/Kconfig
··· 180 180 depends on FB 181 181 182 182 config FB_MODE_HELPERS 183 - bool "Enable Video Mode Handling Helpers" 183 + bool 184 184 depends on FB 185 185 help 186 186 This enables functions for handling video modes using the