projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d987569
)
m68knommu: select CONFIG_HAVE_CLK for ColdFire CPU types
author
Greg Ungerer
<gerg@uclinux.org>
Fri, 3 Aug 2012 06:08:36 +0000
(16:08 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Fri, 17 Aug 2012 00:04:23 +0000
(10:04 +1000)
The ColdFire CPU sub-arch has kernel clk code support, so select
CONFIG_HAVE_CLK.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.cpu
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/Kconfig.cpu
b/arch/m68k/Kconfig.cpu
index 82068349a2bb266c5c16f2fdf10e68235c31b4da..59eb9f3598098d4be136073d2d83b5b2a304ccab 100644
(file)
--- a/
arch/m68k/Kconfig.cpu
+++ b/
arch/m68k/Kconfig.cpu
@@
-28,6
+28,7
@@
config COLDFIRE
select CPU_HAS_NO_BITFIELDS
select CPU_HAS_NO_MULDIV64
select GENERIC_CSUM
+ select HAVE_CLK
endchoice