projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8844983
)
m68k: add OF control support to m68k
author
Angelo Dureghello
<angelo@sysam.it>
Wed, 13 Mar 2019 20:46:51 +0000
(21:46 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 24 May 2019 12:11:58 +0000
(08:11 -0400)
Add SUPPORT_OF_CONTROL at this stage, to avoid to break build
bisectability.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index
239289b
..
e574b0d
100644
(file)
--- 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"