commit | abe0f879996b3bf7bc3bfdb35b83a8dd8ee3ea7d | [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 | 88449833dd3c4a971ff09af6ad7f98c001f2408f [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"