public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM
@ 2018-07-23 13:55 Michal Simek
  2018-07-23 13:55 ` [U-Boot] [PATCH v2 2/5] Kconfig: Replace spaces with tabs and missing newline Michal Simek
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Michal Simek @ 2018-07-23 13:55 UTC (permalink / raw)
  To: u-boot

Better use depends on instead of select.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

Changes in v2: None

I found this in connection to setup imply CMD_DM and it seems to not
standard that it is selecting DM which is not used anywhere else.

---
 common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index 81e88ea77c17..eae5d80cc71b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -428,7 +428,7 @@ menu "Logging"
 
 config LOG
 	bool "Enable logging support"
-	select DM
+	depends on DM
 	help
 	  This enables support for logging of status and debug messages. These
 	  can be displayed on the console, recorded in a memory buffer, or
-- 
1.9.1

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

end of thread, other threads:[~2018-07-30 20:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 13:55 [U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM Michal Simek
2018-07-23 13:55 ` [U-Boot] [PATCH v2 2/5] Kconfig: Replace spaces with tabs and missing newline Michal Simek
2018-07-23 14:47   ` Tom Rini
2018-07-26 18:55   ` Joe Hershberger
2018-07-30 20:01   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-07-23 13:55 ` [U-Boot] [PATCH v2 3/5] Kconfig: Sort bool, default, select and imply options Michal Simek
2018-07-23 14:47   ` Tom Rini
2018-07-30 20:01   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-07-23 13:55 ` [U-Boot] [PATCH v2 4/5] dm: Change CMD_DM enabling Michal Simek
2018-07-23 14:47   ` Tom Rini
2018-07-26 18:57   ` Joe Hershberger
2018-07-30 20:01   ` [U-Boot] [U-Boot,v2,4/5] " Tom Rini
2018-07-23 13:55 ` [U-Boot] [PATCH v2 5/5] Kconfig: Sort bool, default, select and imply options Michal Simek
2018-07-23 14:47   ` Tom Rini
2018-07-23 15:40   ` Alexey Brodkin
2018-07-26 18:59   ` Joe Hershberger
2018-07-30 20:02   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-07-23 14:47 ` [U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM Tom Rini
2018-07-30 20:01 ` [U-Boot] [U-Boot, v2, " Tom Rini

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