mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02:00
As config FRAMEBUFFER_CONSOLE already selects VT_HW_CONSOLE_BINDING, there
is no need for any drm driver to repeat that rule for selecting.
Remove those duplications of selecting VT_HW_CONSOLE_BINDING.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
[sima: Note that this is only correct since
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tve200_display.c | ||
| tve200_drm.h | ||
| tve200_drv.c | ||