[PATCH 1/5] added config item "FEATURE_POWERTOP_PROCIRQ"

Manuel Zerpies manuel.f.zerpies at ww.stud.uni-erlangen.de
Sat Nov 24 22:29:37 UTC 2012


bump.
On Fri, Nov 16, 2012 at 07:36:30PM +0100, Manuel Zerpies wrote:
> From: Manuel Zerpies <manuel.f.zerpies at ww.stud.uni-erlangen.de>
> 
> removed the comment and made the IRQ for powertop configurable
> ---
>  procps/powertop.c |    9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/procps/powertop.c b/procps/powertop.c
> index b4c45ed..6d2adc8 100644
> --- a/procps/powertop.c
> +++ b/procps/powertop.c
> @@ -19,8 +19,13 @@
>  //config:	help
>  //config:	  Analyze power consumption on Intel-based laptops
>  
> -// XXX This should be configurable
> -#define ENABLE_FEATURE_POWERTOP_PROCIRQ 1
> +//config:config FEATURE_POWERTOP_PROCIRQ
> +//config:	bool "powertop procirq"
> +//config:	default y
> +//config:	depends on POWERTOP
> +//config:	help
> +//config:	  Handle interrupt requests
> +
>  
>  #include "libbb.h"
>  
> -- 
> 1.7.9.5
> 


More information about the busybox mailing list