diff options
author | Angelo Dureghello <angelo@sysam.it> | 2019-03-13 21:46:51 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-24 08:11:58 -0400 |
commit | abe0f879996b3bf7bc3bfdb35b83a8dd8ee3ea7d (patch) | |
tree | a1c7d0d0a6f028d30fc909650daa9592ec9bf061 /arch/Kconfig | |
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |