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

Configure Feed

Select the types of activity you want to include in your feed.

dummycon: only build module if there are users

Dummycon is used as a fallback conswitchp for vgacon and fbcon
in the VT code, and there are no references to it if all three
are disabled, so just leave it out of the kernel image for
configurations without those.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Arnd Bergmann and committed by
Helge Deller
4027c31d 2df2c0ca

+1 -2
+1 -2
drivers/video/console/Kconfig
··· 47 47 card of your Indy. Most people say Y here. 48 48 49 49 config DUMMY_CONSOLE 50 - bool 51 - default y 50 + def_bool VT || VGA_CONSOLE || FRAMEBUFFER_CONSOLE 52 51 53 52 config DUMMY_CONSOLE_COLUMNS 54 53 int "Initial number of console screen columns"