2
0
forked from Ivasoft/openwrt

kernel: add missing config options

The buildbots complained about these config options being missing for arm64:
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 48929
This commit is contained in:
Hauke Mehrtens
2016-03-05 16:22:45 +00:00
parent 21361dbf74
commit 683c046673
6 changed files with 8 additions and 4 deletions

View File

@@ -957,6 +957,8 @@ CONFIG_DQL=y
# CONFIG_DS1682 is not set
# CONFIG_DTLK is not set
# CONFIG_DUMMY is not set
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
# CONFIG_DUMMY_IRQ is not set
# CONFIG_DVB_AU8522_V4L is not set
# CONFIG_DVB_CORE is not set