[PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO

Antony Pavlov antonynpavlov at gmail.com
Sat Sep 12 13:34:28 PDT 2015


Signed-off-by: Antony Pavlov <antonynpavlov at 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




More information about the barebox mailing list