diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2008-09-10 14:24:07 +0000 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2008-10-10 16:32:30 +0000 |
commit | 9eb1686423756f4dfb0ad8bfb02bb8bf1b89e50a (patch) | |
tree | 16d0c7b2cb2e995bb6795bc83d0c2088e3bdf78c /arch/parisc/Kconfig | |
parent | f0514ae323f19ba1ad4bea4174ea274c812f7eee (diff) | |
download | linux-3.10-9eb1686423756f4dfb0ad8bfb02bb8bf1b89e50a.tar.gz linux-3.10-9eb1686423756f4dfb0ad8bfb02bb8bf1b89e50a.tar.bz2 linux-3.10-9eb1686423756f4dfb0ad8bfb02bb8bf1b89e50a.zip |
parisc: add rtc platform driver
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index a7d4fd353c2..0a8ac703dbe 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -9,6 +9,8 @@ config PARISC def_bool y select HAVE_IDE select HAVE_OPROFILE + select RTC_CLASS + select RTC_DRV_PARISC help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, |