common: console: Delete obsolete VIDCONSOLE_AS_{LCD, NAME} options
authorDragan Simic <dsimic@manjaro.org>
Sun, 2 Mar 2025 14:52:57 +0000 (15:52 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 14 Mar 2025 20:35:56 +0000 (14:35 -0600)
commitf853295a6a0913f9d0df72c11dc62834452820f4
tree398bc2f8c39dbc51b18b8d4eba5886e48ad2d206
parentef254ccf37dbe6419e797acf5969a0ae66f4629f
common: console: Delete obsolete VIDCONSOLE_AS_{LCD, NAME} options

The configuration options CONFIG_VIDCONSOLE_AS_LCD and CONFIG_VIDCONSOLE_AS_
NAME have been marked as obsolete and scheduled for deletion in late 2020.

That's already long overdue and the last remaining consumers of these options
have already migrated to using "vidconsole" in their "stdout" and "stderr"
environment variables, so let's delete these two configuration options.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Acked-by: Soeren Moch <smoch@web.de> # tbs2910
common/console.c
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/snow_defconfig
configs/spring_defconfig
configs/tbs2910_defconfig
drivers/video/Kconfig