All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] hwmon: re-order CONFIG_HWMON_DEBUG_CHIP
@ 2006-07-20  0:28 Arthur Othieno
  2006-07-27 19:46 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Othieno @ 2006-07-20  0:28 UTC (permalink / raw)
  To: lm-sensors

Move CONFIG_HWMON_DEBUG_CHIP higher up so it's more accessible.

Signed-off-by: Arthur Othieno <apgo at patchbomb.org>
---
 drivers/hwmon/Kconfig |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 0e31a0c..5284491 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -23,6 +23,16 @@ config HWMON
 	  This support can also be built as a module.  If so, the module
 	  will be called hwmon.
 
+config HWMON_DEBUG_CHIP
+	bool "Hardware Monitoring Chip debugging messages"
+	depends on HWMON
+	default n
+	help
+	  Say Y here if you want the I2C chip drivers to produce a bunch of
+	  debug messages to the system log.  Select this if you are having
+	  a problem with I2C support and want to see more of what is going
+	  on.
+
 config HWMON_VID
 	tristate
 	default n
@@ -507,14 +517,4 @@ config SENSORS_HDAPS
 	  Say Y here if you have an applicable laptop and want to experience
 	  the awesome power of hdaps.
 
-config HWMON_DEBUG_CHIP
-	bool "Hardware Monitoring Chip debugging messages"
-	depends on HWMON
-	default n
-	help
-	  Say Y here if you want the I2C chip drivers to produce a bunch of
-	  debug messages to the system log.  Select this if you are having
-	  a problem with I2C support and want to see more of what is going
-	  on.
-
 endmenu
-- 
1.4.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [lm-sensors] [PATCH] hwmon: re-order CONFIG_HWMON_DEBUG_CHIP
  2006-07-20  0:28 [lm-sensors] [PATCH] hwmon: re-order CONFIG_HWMON_DEBUG_CHIP Arthur Othieno
@ 2006-07-27 19:46 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-07-27 19:46 UTC (permalink / raw)
  To: lm-sensors

Hi Arthur,

Care to change your "From:" to the standard notation?

> Move CONFIG_HWMON_DEBUG_CHIP higher up so it's more accessible.
> 
> Signed-off-by: Arthur Othieno <apgo at patchbomb.org>
> ---
>  drivers/hwmon/Kconfig |   20 ++++++++++----------
>  1 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index 0e31a0c..5284491 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -23,6 +23,16 @@ config HWMON
>  	  This support can also be built as a module.  If so, the module
>  	  will be called hwmon.
>  
> +config HWMON_DEBUG_CHIP
> +	bool "Hardware Monitoring Chip debugging messages"
> +	depends on HWMON
> +	default n
> +	help
> +	  Say Y here if you want the I2C chip drivers to produce a bunch of
> +	  debug messages to the system log.  Select this if you are having
> +	  a problem with I2C support and want to see more of what is going
> +	  on.
> +
>  config HWMON_VID
>  	tristate
>  	default n
> @@ -507,14 +517,4 @@ config SENSORS_HDAPS
>  	  Say Y here if you have an applicable laptop and want to experience
>  	  the awesome power of hdaps.
>  
> -config HWMON_DEBUG_CHIP
> -	bool "Hardware Monitoring Chip debugging messages"
> -	depends on HWMON
> -	default n
> -	help
> -	  Say Y here if you want the I2C chip drivers to produce a bunch of
> -	  debug messages to the system log.  Select this if you are having
> -	  a problem with I2C support and want to see more of what is going
> -	  on.
> -
>  endmenu

I'm not convinced sorry. It is common to have the debug options after
the affected drivers, be they individual or not. And the bottom of the
screen isn't that far ;)

What would be much more interesting would be to update the text and
replace occurences of "I2C" by "hardware monitoring"! One mode stupid
copy-n-paste typo. Care to send a patch?

Thanks,
-- 
Jean Delvare


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-27 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20  0:28 [lm-sensors] [PATCH] hwmon: re-order CONFIG_HWMON_DEBUG_CHIP Arthur Othieno
2006-07-27 19:46 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.