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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user