diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-03-05 16:22:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-03-05 16:22:45 +0000 |
commit | 683c046673e09a41527400369fa4da43e7d55af5 (patch) | |
tree | 3778c2482ba4259d00c9ff479d11a33689845474 /target/linux/x86/config-4.4 | |
parent | 21361dbf741bc8bbf9371bc0465e3a1f82f74d2f (diff) | |
download | upstream-683c046673e09a41527400369fa4da43e7d55af5.tar.gz upstream-683c046673e09a41527400369fa4da43e7d55af5.tar.bz2 upstream-683c046673e09a41527400369fa4da43e7d55af5.zip |
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
Diffstat (limited to 'target/linux/x86/config-4.4')
-rw-r--r-- | target/linux/x86/config-4.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index 4e58a79517..5b540313c6 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 |