diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 0b5e225c2d51..e898da2381aa 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -563,6 +563,13 @@ config TAU_AVERAGE | |||
563 | /proc/cpuinfo. | 563 | /proc/cpuinfo. |
564 | 564 | ||
565 | If in doubt, say N here. | 565 | If in doubt, say N here. |
566 | |||
567 | config PPC_TODC | ||
568 | depends on EMBEDDED6xx | ||
569 | bool "Generic Time-of-day Clock (TODC) support" | ||
570 | ---help--- | ||
571 | This adds support for many TODC/RTC chips. | ||
572 | |||
566 | endmenu | 573 | endmenu |
567 | 574 | ||
568 | source arch/powerpc/platforms/embedded6xx/Kconfig | 575 | source arch/powerpc/platforms/embedded6xx/Kconfig |