
Kconfig conversion was almost automatically by a tool.
Let's tidy up board choice prompts and macro defines.
Masahiro Yamada (4): sh: use more descriptive prompts for board select menu sh: move CONFIG_{SH2,SH2A,SH3,SH4} to Kconfig sh: consolidate CONFIG_SYS_CPU defines sh: define CONFIG_CPU_SH4A for some boards
arch/sh/Kconfig | 85 ++++++++++++++++++++++++++--------- arch/sh/cpu/sh2/config.mk | 4 +- arch/sh/cpu/sh3/config.mk | 2 +- arch/sh/cpu/sh4/config.mk | 2 +- arch/sh/include/asm/cache.h | 4 +- arch/sh/include/asm/processor.h | 6 +-- arch/sh/lib/Makefile | 2 +- board/alphaproject/ap_sh4a_4a/Kconfig | 3 -- board/espt/Kconfig | 3 -- board/mpr2/Kconfig | 3 -- board/ms7720se/Kconfig | 3 -- board/ms7722se/Kconfig | 3 -- board/ms7750se/Kconfig | 3 -- board/renesas/MigoR/Kconfig | 3 -- board/renesas/ap325rxa/Kconfig | 3 -- board/renesas/ecovec/Kconfig | 3 -- board/renesas/r0p7734/Kconfig | 3 -- board/renesas/r2dplus/Kconfig | 3 -- board/renesas/r7780mp/Kconfig | 3 -- board/renesas/rsk7203/Kconfig | 3 -- board/renesas/rsk7264/Kconfig | 3 -- board/renesas/rsk7269/Kconfig | 3 -- board/renesas/sh7752evb/Kconfig | 3 -- board/renesas/sh7753evb/Kconfig | 3 -- board/renesas/sh7757lcr/Kconfig | 3 -- board/renesas/sh7763rdp/Kconfig | 3 -- board/renesas/sh7785lcr/Kconfig | 3 -- board/shmin/Kconfig | 3 -- drivers/serial/serial_sh.h | 2 +- include/configs/rsk7203.h | 1 - include/configs/rsk7264.h | 1 - include/configs/rsk7269.h | 1 - include/sh_tmu.h | 8 ++-- 33 files changed, 79 insertions(+), 102 deletions(-)