public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/chrome: Make CROS_EC_PROTO a user selectable option
@ 2015-08-18  7:15 Javier Martinez Canillas
  2015-08-18 12:40 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 7+ messages in thread
From: Javier Martinez Canillas @ 2015-08-18  7:15 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Geert Uytterhoeven, Doug Anderson, Gwendal Grignou, Sjoerd Simons,
	linux-kernel, Javier Martinez Canillas

The boolean CROS_EC_PROTO symbol is selected by MFD_CROS_EC but that can
cause Kconfig circular dependencies so is better to change the select to
a depends on. But in order to be able to change that, the CROS_EC_PROTO
symbol has to be one that can be selected by the user.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
 drivers/platform/chrome/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig
index 3271cd1abe7c..a73b823d4967 100644
--- a/drivers/platform/chrome/Kconfig
+++ b/drivers/platform/chrome/Kconfig
@@ -59,8 +59,9 @@ config CROS_EC_LPC
           module will be called cros_ec_lpc.
 
 config CROS_EC_PROTO
-        bool
+        bool "ChromeOS EC communication protocol helpers"
         help
-          ChromeOS EC communication protocol helpers.
+          Say Y here to enable support for the different communication
+          protocols used to talk with the ChromeOS embedded controller.
 
 endif # CHROMEOS_PLATFORMS
-- 
2.4.3


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

end of thread, other threads:[~2015-08-18 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  7:15 [PATCH] platform/chrome: Make CROS_EC_PROTO a user selectable option Javier Martinez Canillas
2015-08-18 12:40 ` Bartlomiej Zolnierkiewicz
2015-08-18 13:02   ` Javier Martinez Canillas
2015-08-18 13:36     ` Bartlomiej Zolnierkiewicz
2015-08-18 13:44       ` Javier Martinez Canillas
2015-08-18 13:54         ` Geert Uytterhoeven
2015-08-18 14:05           ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox