From 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:49 -0600 Subject: Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig This converts the following to Kconfig: CONFIG_VGA_AS_SINGLE_DEVICE Once we migrate to driver model for video, we should be able to drop this option. Signed-off-by: Simon Glass --- include/configs/aria.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/aria.h') diff --git a/include/configs/aria.h b/include/configs/aria.h index ec13b58..b08e90c 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -38,10 +38,6 @@ /* video */ -#if defined(CONFIG_VIDEO) -#define CONFIG_VGA_AS_SINGLE_DEVICE -#endif - /* CONFIG_PCI is defined at config time */ #define CONFIG_SYS_MPC512X_CLKIN 33000000 /* in Hz */ -- cgit v1.1