diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2012-04-03 19:15:42 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-04-30 20:40:22 -0400 |
commit | 53debcd518e72d01bfe0364f1504fa585826941c (patch) | |
tree | f999aad00990735c3d15a8766e6d93dfe07f2587 /arch/hexagon/Kconfig | |
parent | 66b03dbfe605c2566cff55bde35372030aa4b3d0 (diff) |
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 | |||
29 | select GENERIC_CLOCKEVENTS | 29 | select GENERIC_CLOCKEVENTS |
30 | select GENERIC_CLOCKEVENTS_BROADCAST | 30 | select GENERIC_CLOCKEVENTS_BROADCAST |
31 | select MODULES_USE_ELF_RELA | 31 | select MODULES_USE_ELF_RELA |
32 | select GENERIC_CPU_DEVICES | ||
32 | ---help--- | 33 | ---help--- |
33 | Qualcomm Hexagon is a processor architecture designed for high | 34 | Qualcomm Hexagon is a processor architecture designed for high |
34 | performance and low power across a wide variety of applications. | 35 | performance and low power across a wide variety of applications. |