configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 10 Apr 2020 14:02:02 +0000 (16:02 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 May 2020 15:34:01 +0000 (11:34 -0400)
commitf8dc7f2f18d324343737c72e27b6bd0ee8ff728e
treeccab976640c82f0530290fcdbfde1807055be034
parente7882f65f02eca5a7d35871ba0355462bbf7362e
configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig

Move CONFIG_SYS_ARM_CACHE_WRITETHROUGH and
CONFIG_SYS_ARM_CACHE_WRITEALLOC into Kconfig done by moveconfig.py.

Kconfig uses a choice between the 3 values supported in U-Boot,
including the new configuration CONFIG_SYS_ARM_CACHE_WRITEBACK
(the default configuration).

The patch also avoids to select simultaneously 2 configurations.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/Kconfig
arch/arm/include/asm/iproc-common/configs.h
include/configs/grpeach.h
include/configs/pxa-common.h
scripts/config_whitelist.txt