Convert CONFIG_SYS_L2_PL310 to Kconfig
This converts CONFIG_SYS_L2_PL310 to Kconfig.
For omap2 and mvebu the 'select SYS_L2_PL310' locations were
determined using ./tools/moveconfig -i CONFIG_SYS_L2_PL310.
For mx6 I manually chose ARCH_MX6 as 'select' location. The
correctness has been verified using
$ ./tools/moveconfig.py -f ARCH_MX6 ~SYS_L2_PL310 ~SYS_L2CACHE_OFF
0 matches
That means whenever an ARCH_MX6 board had SYS_L2_PL310 disabled, this
was correctly reflected in SYS_L2CACHE_OFF. Thus it's safe to insert
the 'select' statement under ARCH_MX6.
Signed-off-by:
Philip Oberfichtner <pro@denx.de>
Showing
- README 0 additions, 2 deletionsREADME
- arch/arm/Kconfig 5 additions, 0 deletionsarch/arm/Kconfig
- arch/arm/mach-mvebu/Kconfig 1 addition, 0 deletionsarch/arm/mach-mvebu/Kconfig
- arch/arm/mach-mvebu/include/mach/config.h 0 additions, 2 deletionsarch/arm/mach-mvebu/include/mach/config.h
- arch/arm/mach-omap2/Kconfig 1 addition, 0 deletionsarch/arm/mach-omap2/Kconfig
- configs/omap4_panda_defconfig 1 addition, 0 deletionsconfigs/omap4_panda_defconfig
- configs/omap4_sdp4430_defconfig 1 addition, 0 deletionsconfigs/omap4_sdp4430_defconfig
- configs/poleg_evb_defconfig 1 addition, 0 deletionsconfigs/poleg_evb_defconfig
- configs/socfpga_arria10_defconfig 1 addition, 0 deletionsconfigs/socfpga_arria10_defconfig
- configs/socfpga_arria5_defconfig 1 addition, 0 deletionsconfigs/socfpga_arria5_defconfig
- configs/socfpga_chameleonv3_defconfig 1 addition, 0 deletionsconfigs/socfpga_chameleonv3_defconfig
- configs/socfpga_cyclone5_defconfig 1 addition, 0 deletionsconfigs/socfpga_cyclone5_defconfig
- configs/socfpga_dbm_soc1_defconfig 1 addition, 0 deletionsconfigs/socfpga_dbm_soc1_defconfig
- configs/socfpga_de0_nano_soc_defconfig 1 addition, 0 deletionsconfigs/socfpga_de0_nano_soc_defconfig
- configs/socfpga_de10_nano_defconfig 1 addition, 0 deletionsconfigs/socfpga_de10_nano_defconfig
- configs/socfpga_de10_standard_defconfig 1 addition, 0 deletionsconfigs/socfpga_de10_standard_defconfig
- configs/socfpga_de1_soc_defconfig 1 addition, 0 deletionsconfigs/socfpga_de1_soc_defconfig
- configs/socfpga_is1_defconfig 1 addition, 0 deletionsconfigs/socfpga_is1_defconfig
- configs/socfpga_mcvevk_defconfig 1 addition, 0 deletionsconfigs/socfpga_mcvevk_defconfig
- configs/socfpga_secu1_defconfig 1 addition, 0 deletionsconfigs/socfpga_secu1_defconfig
Loading
Please register or sign in to comment