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