Searched hist:"24 c764abfd0d4b6e8e33c3818b668edbb4936d6f" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/auxdisplay/ |
H A D | Makefile | diff 24c764abfd0d4b6e8e33c3818b668edbb4936d6f Fri Mar 01 19:48:14 CET 2019 Mans Rullgard <mans@mansr.com> auxdisplay: deconfuse configuration
The auxdisplay Kconfig is confusing. It creates two separate menus even though the settings are closely related. Moreover, the options for setting the boot message depend on CONFIG_PARPORT even though they are used by drivers that do not.
Clear up the confusion by moving the "Parallel port LCD/Keypad" menu under auxdisplay where it logically belongs. Change the boot message options to depend only on CONFIG_CHARLCD, making them accessible also when only the HD44780 is selected.
Since the "Parallel port LCD/Keypad" driver now has a new dependency on CONFIG_AUXDISPLAY, rename its Kconfig symbol and keep the old one such that make oldconfig will not disable the driver.
Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
|
H A D | Kconfig | diff 24c764abfd0d4b6e8e33c3818b668edbb4936d6f Fri Mar 01 19:48:14 CET 2019 Mans Rullgard <mans@mansr.com> auxdisplay: deconfuse configuration
The auxdisplay Kconfig is confusing. It creates two separate menus even though the settings are closely related. Moreover, the options for setting the boot message depend on CONFIG_PARPORT even though they are used by drivers that do not.
Clear up the confusion by moving the "Parallel port LCD/Keypad" menu under auxdisplay where it logically belongs. Change the boot message options to depend only on CONFIG_CHARLCD, making them accessible also when only the HD44780 is selected.
Since the "Parallel port LCD/Keypad" driver now has a new dependency on CONFIG_AUXDISPLAY, rename its Kconfig symbol and keep the old one such that make oldconfig will not disable the driver.
Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
|