Reorganize the SoCFPGA configuration menu. Move the entire configuration into a submenu, move the ARCH for all SoCs above the board options and move special features that depend on the ARCH below the boards.
Patch 1 fixes the formatting of the Kconfig file and replaces spaces with tabs. Patch 2 reorganizes the menu. Patch 3 regenerates the defconfig files after the menu reorganization. Signed-off-by: Michael Tretter <[email protected]> --- Michael Tretter (3): arm: socfgpa: use tabs for indent in Kconfig arm: socfpga: reorganize Kconfig menu arm: socfpga: regenerate defconfig files arch/arm/configs/socfpga-agilex5_defconfig | 1 - arch/arm/configs/socfpga-arria10_defconfig | 8 +---- arch/arm/configs/socfpga-xload_defconfig | 2 +- arch/arm/configs/socfpga_defconfig | 4 --- arch/arm/mach-socfpga/Kconfig | 56 ++++++++++++++---------------- 5 files changed, 29 insertions(+), 42 deletions(-) --- base-commit: 2cb5e0014a37160731ad6eb6d7f7d846394db362 change-id: 20260513-socfpga-kconfig-eed9bf3960b1 Best regards, -- Michael Tretter <[email protected]>
