diff options
author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/console | |
parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
download | enea-kernel-cache-ampere-4.14.tar.gz |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
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 | ||