diff options
author | Arnaud Patard <apatard@mandriva.com> | 2010-06-01 22:39:54 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-07-05 16:17:32 (GMT) |
commit | 5df74352876c0835d2b41b53858c9ee779e0f12f (patch) | |
tree | 5c6dded0090a897483a286c48b178f8df6049fbd /arch/mips/loongson/common/Makefile | |
parent | 17c04139fd2aeaef30fda380bb91b32de7b41a8f (diff) | |
download | linux-fsl-qoriq-5df74352876c0835d2b41b53858c9ee779e0f12f.tar.xz |
MIPS: Loongson: Define rtc device on MC146818-equipped systems
This patch declare the rtc device present on systems with clock compatible
with the mc146818 and handled by rtc-cmos. Introduce a new Kconfig entry
because there are some systems without rtc_cmos compatible clock.
Signed-off-by: Arnaud Patard <apatard@mandriva.com>
To: linux-mips@linux-mips.org
Cc: aba@not.so.argh.org
Patchwork: http://patchwork.linux-mips.org/patch/1320/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson/common/Makefile')
-rw-r--r-- | arch/mips/loongson/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/Makefile b/arch/mips/loongson/common/Makefile index cdd2e81..e526488 100644 --- a/arch/mips/loongson/common/Makefile +++ b/arch/mips/loongson/common/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_GENERIC_GPIO) += gpio.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_SERIAL_8250) += serial.o obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o +obj-$(CONFIG_LOONGSON_MC146818) += rtc.o # # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure |