From 683c046673e09a41527400369fa4da43e7d55af5 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 5 Mar 2016 16:22:45 +0000 Subject: [PATCH] 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 ++ target/linux/generic/config-4.1 | 2 ++ target/linux/generic/config-4.3 | 2 ++ target/linux/generic/config-4.4 | 2 ++ target/linux/malta/config-4.4 | 2 -- target/linux/x86/config-4.4 | 2 -- 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 1db284cc893..c2fedc53a8c 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 diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 6ca24c2fd79..3247b24e903 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 diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index b4e7350048c..da0096fbc5f 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3 @@ -988,6 +988,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 diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 38838ade0b2..fafa80eb3d0 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -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 diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4 index f125766db17..8352362293e 100644 --- a/target/linux/malta/config-4.4 +++ b/target/linux/malta/config-4.4 @@ -72,8 +72,6 @@ CONFIG_DMA_NONCOHERENT=y CONFIG_DNOTIFY=y CONFIG_DTC=y CONFIG_DUMMY_CONSOLE=y -CONFIG_DUMMY_CONSOLE_COLUMNS=80 -CONFIG_DUMMY_CONSOLE_ROWS=25 CONFIG_ENABLE_MUST_CHECK=y CONFIG_EXT4_FS=y CONFIG_FIRMWARE_IN_KERNEL=y diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index 4e58a795177..5b540313c6a 100644 --- a/target/linux/x86/config-4.4 +++ b/target/linux/x86/config-4.4 @@ -101,8 +101,6 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_DMI is not set CONFIG_DNOTIFY=y CONFIG_DUMMY_CONSOLE=y -CONFIG_DUMMY_CONSOLE_COLUMNS=80 -CONFIG_DUMMY_CONSOLE_ROWS=25 CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set CONFIG_EDAC_ATOMIC_SCRUB=y -- 2.30.2