diff mbox series

[U-Boot,v5,11/13] m68k: add OF control support to m68k

Message ID 20190313204653.9115-11-angelo@sysam.it
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,v5,01/13] m68k: add basic set of devicetrees | expand

Commit Message

Angelo Dureghello March 13, 2019, 8:46 p.m. UTC
Add SUPPORT_OF_CONTROL at this stage, to avoid to break build
bisectability.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
Changes for v4:
- new patch
Changes for v5:
- none
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 26, 2019, 10:50 a.m. UTC | #1
On Wed, Mar 13, 2019 at 09:46:51PM +0100, Angelo Dureghello wrote:

> Add SUPPORT_OF_CONTROL at this stage, to avoid to break build
> bisectability.
> 
> Signed-off-by: Angelo Dureghello <angelo@sysam.it>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index 2f3d07c13a..b67847941b 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"