9
0
Fork 0

logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2015-09-12 23:34:28 +03:00 committed by Sascha Hauer
parent 2548c100bb
commit c7b1012923
1 changed files with 4 additions and 0 deletions

View File

@ -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