>>> On 14.01.16 at 15:49, <jonathan.creekm...@gmail.com> wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -51,4 +51,63 @@ config KEXEC > > If unsure, say Y. > > +# Enable schedulers > +menu "Schedulers" > + visible if EXPERT = "y" > + > +config SCHED_CREDIT > + bool > + default y > + ---help--- > + The traditional credit scheduler is a general purpose scheduler.
So is this option now useful for anything? > +choice > + prompt "Default Scheduler?" > + default SCHED_CREDIT_DEFAULT if SCHED_CREDIT > + default SCHED_CREDIT2_DEFAULT if SCHED_CREDIT2 > + default SCHED_RTDS_DEFAULT if SCHED_RTDS > + default SCHED_ARINC653_DEFAULT if SCHED_ARINC653 And certainly all these defaults are now pointless, considering that the condition of the first one is "if y". Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel