On Mon, 14 Jul 2014 14:56:17 +0400 Antony Pavlov <antonynpavlov@xxxxxxxxx> wrote: > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > --- > drivers/Kconfig | 1 + > drivers/Makefile | 1 + > drivers/rtc/Kconfig | 16 +++++++++++++++ > drivers/rtc/Makefile | 6 ++++++ > drivers/rtc/class.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/rtc/rtc-lib.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/rtc.h | 45 +++++++++++++++++++++++++++++++++++++++++ > include/rtc.h | 2 ++ > 8 files changed, 179 insertions(+) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > new file mode 100644 > index 0000000..f148266 > --- /dev/null > +++ b/drivers/rtc/Kconfig > @@ -0,0 +1,16 @@ > +# > +# RTC class/drivers configuration > +# > + > +config RTC_LIB > + bool > + > +menuconfig RTC_CLASS > + bool "Real Time Clock" > + default n > + depends on !S390 && !UML Sorry, I have to drop this line. > + select RTC_LIB > + help -- Best regards, Antony Pavlov _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox