On Sat, 4 Mar 2006 17:58:43 +0100
Adrian Bunk <[email protected]> wrote:
> > +# RTC class/drivers configuration
> > +#
> > +
> > +config RTC_LIB
> > + bool
> >...
>
> What about
>
> config RTC_LIB
> tristate
>
> and
>
> obj-$(CONFIG_RTC_LIB) += rtc-lib.o
>
> ?
The rtc library code is selected also by code that goes in
arch specific code (arm, for example). I'm not sure it will appropriate
to use it as a module.
> IOW:
> Is there anything besides adding a MODULE_LICENSE("GPL"); required for
> allowing an rtc-lib module?
I think MODULE_LICENSE("GPL") should be enough.
> > --- linux-rtc.orig/drivers/Makefile 2006-02-28 13:16:34.000000000 +0100
> > +++ linux-rtc/drivers/Makefile 2006-02-28 13:16:36.000000000 +0100
> > @@ -56,6 +56,7 @@ obj-$(CONFIG_USB_GADGET) += usb/gadget/
> > obj-$(CONFIG_GAMEPORT) += input/gameport/
> > obj-$(CONFIG_INPUT) += input/
> > obj-$(CONFIG_I2O) += message/
> > +obj-y += rtc/
> >...
>
> obj-$(CONFIG_RTC_LIB) += rtc/
>
> should be possible since RTC_CLASS select's RTC_LIB.
probably yes. will change.
--
Best regards,
Alessandro Zummo,
Tower Technologies - Turin, Italy
http://www.towertech.it
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]