]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen: Fix credit1 Kconfig entry
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:23:50 +0000 (16:23 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:27:10 +0000 (16:27 +0000)
...so that it shows up in the menu and can be disabled.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/Kconfig

index 103ef44cb5edb60ad2e0f07b659126947ec6f5ba..0a405d0905ec59674be1fa49c5883c8f927f44cd 100644 (file)
@@ -164,7 +164,8 @@ menu "Schedulers"
        visible if EXPERT = "y"
 
 config SCHED_CREDIT
-       def_bool y
+       bool "Credit scheduler support"
+       default y
        ---help---
          The traditional credit scheduler is a general purpose scheduler.