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-4.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic/config-4.1') diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 6ca24c2fd7..3247b24e90 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -963,6 +963,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.2.3