From 7e15638d609182b651480b1054b60bf40bd0c6fd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 11 Aug 2020 11:23:36 -0600 Subject: Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig This converts the following to Kconfig: CONFIG_SYS_DEVICE_NULLDEV Signed-off-by: Simon Glass --- configs/colibri_pxa270_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/colibri_pxa270_defconfig') diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig index 89e0560842..2865730b8f 100644 --- a/configs/colibri_pxa270_defconfig +++ b/configs/colibri_pxa270_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_SECT_SIZE=0x40000 CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=tty0 console=ttyS0,115200" +CONFIG_SYS_DEVICE_NULLDEV=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y # CONFIG_CMDLINE_EDITING is not set -- cgit