Commit dc437c9c authored by Pete Zaitcev's avatar Pete Zaitcev Committed by David S. Miller

[SPARC]: RTC build fixes and allow as a module.

parent 669c2e9c
......@@ -76,6 +76,7 @@
#include <asm/system.h>
#ifdef __sparc__
#include <asm/pci.h>
#include <asm/ebus.h>
#ifdef __sparc_v9__
#include <asm/isa.h>
......
......@@ -18,7 +18,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
# XXX Why don't we do "source drivers/char/Config.in" somewhere?
if [ "$CONFIG_PCI" = "y" ]; then
define_bool CONFIG_APM_RTC_IS_GMT y # no shit
bool 'PC-style RTC' CONFIG_RTC
tristate 'PC-style Real Time Clock Support' CONFIG_RTC
fi
fi
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment