diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2012-04-04 03:15:42 +0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-05-01 04:40:22 +0400 |
commit | 53debcd518e72d01bfe0364f1504fa585826941c (patch) | |
tree | f999aad00990735c3d15a8766e6d93dfe07f2587 /arch/hexagon/Kconfig | |
parent | 66b03dbfe605c2566cff55bde35372030aa4b3d0 (diff) | |
download | linux-53debcd518e72d01bfe0364f1504fa585826941c.tar.xz |
Hexagon: use GENERIC_CPU_DEVICES
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r-- | arch/hexagon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index d90a495ab791..b059d8c29fb5 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -29,6 +29,7 @@ config HEXAGON select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS_BROADCAST select MODULES_USE_ELF_RELA + select GENERIC_CPU_DEVICES ---help--- Qualcomm Hexagon is a processor architecture designed for high performance and low power across a wide variety of applications. |