As suggested multiple times by Tom, and to facilitate the deprecation of IS_ENABLED as started in https://lore.kernel.org/u-boot/20230224181047.2775829-1-troykiskybound...@gmail.com/ let's migrate Theobroma boards to Kconfig symbol dependency for our boards instead of dependending on the compiler to error out if it's not defined.
This both guarantees it is selected and improves user-friendliness. To: Klaus Goger <klaus.go...@theobroma-systems.com> Cc: Troy Kisky <troykiskybound...@gmail.com> Cc: u-boot@lists.denx.de Suggested-by: Tom Rini <tr...@konsulko.com> Signed-off-by: Quentin Schulz <quentin.sch...@theobroma-systems.com> --- Quentin Schulz (2): rockchip: puma-rk3399: enforce ENV_IS_NOWHERE with Kconfig select rockchip: ringneck-px30: enforce ENV_IS_NOWHERE with Kconfig select board/theobroma-systems/puma_rk3399/Kconfig | 1 + board/theobroma-systems/puma_rk3399/puma-rk3399.c | 4 ---- board/theobroma-systems/ringneck_px30/Kconfig | 1 + board/theobroma-systems/ringneck_px30/ringneck-px30.c | 4 ---- configs/puma-rk3399_defconfig | 1 - configs/ringneck-px30_defconfig | 1 - 6 files changed, 2 insertions(+), 10 deletions(-) --- base-commit: b0eda49bc9b00503366f2ec431be0178caf9e9b5 change-id: 20230301-tsd-env-nowhere-kconfig-a339fd663f15 Best regards, -- Quentin Schulz <quentin.sch...@theobroma-systems.com>