aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2006-10-03 02:57:44 -0400
committerPaul Mackerras <paulus@samba.org>2006-10-16 02:32:30 -0400
commit0f03a43b8f0fc221986a46654282ec6a1e8c6d45 (patch)
tree6fb3ecc3ef96255237ed78909651a8d53d497d30 /arch/powerpc/Kconfig
parent5b43d20a4d12d94f258bbbca5fa4df8ff8a17848 (diff)
[POWERPC] Remove todc code from ARCH=powerpc
Apparently we've copied the todc drivers, for various RTCs used in embedded machines from ARCH=ppc to ARCH=powerpc, despite the fact that it's never used in the latter. This patch removes it. If we ever need these drivers (which we probably shouldn't now the RTC class stuff is in), we can transfer them one by one from ARCH=ppc, removing from the hideous abomination which is the todc "infrastructure". Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 8b6910465578..7107d472413f 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -594,12 +594,6 @@ config TAU_AVERAGE
594 594
595 If in doubt, say N here. 595 If in doubt, say N here.
596 596
597config PPC_TODC
598 depends on EMBEDDED6xx
599 bool "Generic Time-of-day Clock (TODC) support"
600 ---help---
601 This adds support for many TODC/RTC chips.
602
603endmenu 597endmenu
604 598
605source arch/powerpc/platforms/embedded6xx/Kconfig 599source arch/powerpc/platforms/embedded6xx/Kconfig