commit | e007b150c10f05738fd216f6fa1c61880332bcef | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Wed Mar 13 21:46:51 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 08:11:58 2019 -0400 |
tree | a1c7d0d0a6f028d30fc909650daa9592ec9bf061 | |
parent | a885c01ea968e4d39085935b3eb46b6f2e2803c9 [diff] |
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 239289b..e574b0d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -28,6 +28,7 @@ select HAVE_PRIVATE_LIBGCC select SYS_BOOT_GET_CMDLINE select SYS_BOOT_GET_KBD + select SUPPORT_OF_CONTROL config MICROBLAZE bool "MicroBlaze architecture"