]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: CONFIG_CEDIT must depend on CONFIG_EXPO
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Dec 2023 15:38:36 +0000 (16:38 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2024 02:19:25 +0000 (21:19 -0500)
commit64c67b68d1f0a9238cb0c4939ceb7afd124af9f9
tree0796040a445e737c16b02b7f84b6428ff33acafb
parent6a8a23ccfb2486bc2f35f36c7eadeb1e13534055
boot: CONFIG_CEDIT must depend on CONFIG_EXPO

Building sandbox_defconfig with

    CONFIG_CMD_CEDIT=y
    CONFIG_EXPO=n

fails with

    cmd/cedit.c:258:(.text.do_cedit_run+0x4c):
    undefined reference to `expo_apply_theme

Fix the dependencies.

Fixes: a0874dc4ac71 ("expo: Add a configuration editor")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile