Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PANEL_BOOT_MESSAGE
has multiple definitions:
drivers/auxdisplay/Kconfig
The configuration item CONFIG_PANEL_BOOT_MESSAGE:
CONFIG_PANEL_CHANGE_MESSAGE ="y"
This allows you to replace the boot message indicating the kernel version and the driver version with a custom message. This is useful on appliances where a simple 'Starting system' message can be enough to stop a customer from worrying.
An empty message will only clear the display at driver init time. Any other printf()-formatted message is valid with newline and escape codes.
drivers/misc/Kconfig
The configuration item CONFIG_PANEL_BOOT_MESSAGE:
CONFIG_PANEL_CHANGE_MESSAGE ="y"
This allows you to replace the boot message indicating the kernel version and the driver version with a custom message. This is useful on appliances where a simple 'Starting system' message can be enough to stop a customer from worrying.
An empty message will only clear the display at driver init time. Any other printf()-formatted message is valid with newline and escape codes.
drivers/staging/panel/Kconfig
The configuration item CONFIG_PANEL_BOOT_MESSAGE:
CONFIG_PANEL && CONFIG_PANEL_CHANGE_MESSAGE ="y"
This allows you to replace the boot message indicating the kernel version and the driver version with a custom message. This is useful on appliances where a simple 'Starting system' message can be enough to stop a customer from worrying.
An empty message will only clear the display at driver init time. Any other printf()-formatted message is valid with newline and escape codes.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab