diff options
Diffstat (limited to 'features/console')
| -rw-r--r-- | features/console/console_txt_y.cfg | 28 | ||||
| -rw-r--r-- | features/console/console_txt_y.scc | 4 |
2 files changed, 32 insertions, 0 deletions
diff --git a/features/console/console_txt_y.cfg b/features/console/console_txt_y.cfg new file mode 100644 index 0000000..7a40311 --- /dev/null +++ b/features/console/console_txt_y.cfg | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | CONFIG_TTY=y | ||
| 2 | CONFIG_VT=y | ||
| 3 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 4 | CONFIG_VT_CONSOLE=y | ||
| 5 | CONFIG_HW_CONSOLE=y | ||
| 6 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| 7 | CONFIG_UNIX98_PTYS=y | ||
| 8 | |||
| 9 | CONFIG_VGA_ARB=y | ||
| 10 | CONFIG_VGA_ARB_MAX_GPUS=16 | ||
| 11 | CONFIG_VGA_CONSOLE=y | ||
| 12 | CONFIG_DUMMY_CONSOLE=n | ||
| 13 | |||
| 14 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 15 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 16 | |||
| 17 | CONFIG_NETCONSOLE=y | ||
| 18 | |||
| 19 | CONFIG_FB=y | ||
| 20 | CONFIG_FB_EFI=y | ||
| 21 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 22 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
| 23 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 24 | |||
| 25 | CONFIG_FONT_SUPPORT=y | ||
| 26 | # CONFIG_FONTS is not set | ||
| 27 | CONFIG_FONT_8x8=y | ||
| 28 | CONFIG_FONT_8x16=y | ||
diff --git a/features/console/console_txt_y.scc b/features/console/console_txt_y.scc new file mode 100644 index 0000000..138ac76 --- /dev/null +++ b/features/console/console_txt_y.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable text mode console on VGA, EFI and serial" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware console_txt_y.cfg | ||
