From 683c046673e09a41527400369fa4da43e7d55af5 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 5 Mar 2016 16:22:45 +0000 Subject: 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 SVN-Revision: 48929 --- target/linux/generic/config-3.18 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic/config-3.18') diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 1db284c..c2fedc5 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -929,6 +929,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 -- cgit v1.1