mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO
@ 2015-09-12 20:34 Antony Pavlov
  2015-09-12 20:34 ` [PATCH] usb: storage: fix warning: no previous prototype for 'usb_stor_Bulk_clear_endpt_stall' Antony Pavlov
  2015-09-14  6:29 ` [PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Antony Pavlov @ 2015-09-12 20:34 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 lib/logo/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/logo/Kconfig b/lib/logo/Kconfig
index 5b40d75..0718053 100644
--- a/lib/logo/Kconfig
+++ b/lib/logo/Kconfig
@@ -5,6 +5,8 @@ menuconfig BAREBOX_LOGO
 	  dependencies. The logo can be found under /logo/barebox-logo-<width>.png
 	  in the running barebox.
 
+if BAREBOX_LOGO
+
 config BAREBOX_LOGO_64
 	bool "include 64x32 pixel logo"
 
@@ -19,3 +21,5 @@ config BAREBOX_LOGO_400
 
 config BAREBOX_LOGO_640
 	bool "include 640x320 pixel logo"
+
+endif # BAREBOX_LOGO
-- 
2.5.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-09-14  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-12 20:34 [PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO Antony Pavlov
2015-09-12 20:34 ` [PATCH] usb: storage: fix warning: no previous prototype for 'usb_stor_Bulk_clear_endpt_stall' Antony Pavlov
2015-09-14  6:29 ` [PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO Sascha Hauer

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