diff mbox

[U-Boot,22/29] blackfin: Allow use of CONFIG_OF_CONTROL

Message ID 1481772480-29544-23-git-send-email-sjg@chromium.org
State Deferred
Delegated to: Michal Simek
Headers show

Commit Message

Simon Glass Dec. 15, 2016, 3:27 a.m. UTC
Update blackfin to support device-tree control.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index ffc7b45..722889d 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -25,6 +25,7 @@  config AVR32
 
 config BLACKFIN
 	bool "Blackfin architecture"
+	select SUPPORT_OF_CONTROL
 
 config M68K
 	bool "M68000 architecture"