From 0a37cf8f27407644623bdd0a3c5d2a2ff656273d Mon Sep 17 00:00:00 2001 From: York Sun Date: Mon, 26 Sep 2016 08:09:27 -0700 Subject: Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig option Move this option to Kconfig and clean up existing uses. Signed-off-by: York Sun CC: Hou Zhiqiang --- arch/arm/cpu/armv7/ls102xa/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch/arm/cpu/armv7/ls102xa/Kconfig (limited to 'arch/arm/cpu/armv7') diff --git a/arch/arm/cpu/armv7/ls102xa/Kconfig b/arch/arm/cpu/armv7/ls102xa/Kconfig new file mode 100644 index 0000000000..e88a05e9a6 --- /dev/null +++ b/arch/arm/cpu/armv7/ls102xa/Kconfig @@ -0,0 +1,3 @@ +config ARCH_LS1021A + bool "Freescale Layerscape LS1021A SoC" + select SYS_FSL_ERRATUM_A010315 -- cgit