From: Angelo Dureghello <angelo@sysam.it>
Date: Wed, 13 Mar 2019 20:46:51 +0000 (+0100)
Subject: m68k: add OF control support to m68k
X-Git-Tag: v2025.01-rc5-pxa1908~2964^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=abe0f879996b3bf7bc3bfdb35b83a8dd8ee3ea7d;p=u-boot.git

m68k: add OF control support to m68k

Add SUPPORT_OF_CONTROL at this stage, to avoid to break build
bisectability.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---

diff --git a/arch/Kconfig b/arch/Kconfig
index 239289b885..e574b0d441 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -28,6 +28,7 @@ config M68K
 	select HAVE_PRIVATE_LIBGCC
 	select SYS_BOOT_GET_CMDLINE
 	select SYS_BOOT_GET_KBD
+	select SUPPORT_OF_CONTROL
 
 config MICROBLAZE
 	bool "MicroBlaze architecture"