diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-03 21:28:58 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-03 21:28:58 -0500 |
commit | 8ad200d7b7c8fac77cf705831e90e889360d7030 (patch) | |
tree | c954352ca3cd8c64e913ceb4a5a082ce7e98f8cd /arch/ppc64/Kconfig | |
parent | d3ab57ebdc6457543b346255fa47b0ecd7671136 (diff) |
powerpc: Merge smp-tbsync.c (the generic timebase sync routine)
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 42677cc96508..b987164fca4c 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -89,12 +89,14 @@ config PPC_PMAC | |||
89 | bool " Apple G5 based machines" | 89 | bool " Apple G5 based machines" |
90 | default y | 90 | default y |
91 | select U3_DART | 91 | select U3_DART |
92 | select GENERIC_TBSYNC | ||
92 | 93 | ||
93 | config PPC_MAPLE | 94 | config PPC_MAPLE |
94 | depends on PPC_MULTIPLATFORM | 95 | depends on PPC_MULTIPLATFORM |
95 | bool " Maple 970FX Evaluation Board" | 96 | bool " Maple 970FX Evaluation Board" |
96 | select U3_DART | 97 | select U3_DART |
97 | select MPIC_BROKEN_U3 | 98 | select MPIC_BROKEN_U3 |
99 | select GENERIC_TBSYNC | ||
98 | default n | 100 | default n |
99 | help | 101 | help |
100 | This option enables support for the Maple 970FX Evaluation Board. | 102 | This option enables support for the Maple 970FX Evaluation Board. |
@@ -182,6 +184,9 @@ config MPIC_BROKEN_U3 | |||
182 | depends on PPC_MAPLE | 184 | depends on PPC_MAPLE |
183 | default y | 185 | default y |
184 | 186 | ||
187 | config GENERIC_TBSYNC | ||
188 | def_bool n | ||
189 | |||
185 | config PPC_PMAC64 | 190 | config PPC_PMAC64 |
186 | bool | 191 | bool |
187 | depends on PPC_PMAC | 192 | depends on PPC_PMAC |