This fixes a few prompts for xPL options, puts xPL options together again, fixes a missed dependency and removes an option with an unmeetable dependency.
Signed-off-by: Quentin Schulz <[email protected]> --- Quentin Schulz (8): Kconfig: put TPL_OPTIMIZE_INLINING next to SPL_OPTIMIZE_INLINING boot: fix prompt for SPL_LOAD_FIT_ADDRESS boot: fix prompt for SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ boot: fix prompt for VPL_LOAD_FIT_FULL boot: specify VPL_FIT_FULL_CHECK applies to VPL spl: fix prompt for SPL_BOOTROM_SUPPORT power: regulator: fix dependency for REGULATOR_PWM power: regulator: remove SPL_REGULATOR_PWM due to unmeetable SPL_DM_PWM dependency Kconfig | 18 +++++++++--------- boot/Kconfig | 16 ++++++++-------- common/spl/Kconfig | 2 +- drivers/power/regulator/Kconfig | 9 +-------- 4 files changed, 19 insertions(+), 26 deletions(-) --- base-commit: ff80e95fed188ec3d4001129445e414c9c811beb change-id: 20251212-kconfig-reorg-dc64a5724ef5 Best regards, -- Quentin Schulz <[email protected]>

