Skip to content

Commit

Permalink
m68knommu: select CONFIG_HAVE_CLK for ColdFire CPU types
Browse files Browse the repository at this point in the history
The ColdFire CPU sub-arch has kernel clk code support, so select
CONFIG_HAVE_CLK.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Aug 17, 2012
1 parent d987569 commit e7d6582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/m68k/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ config COLDFIRE
select CPU_HAS_NO_BITFIELDS
select CPU_HAS_NO_MULDIV64
select GENERIC_CSUM
select HAVE_CLK

endchoice

Expand Down

0 comments on commit e7d6582

Please sign in to comment.