commit | b16a331697820d1f36ee8ccb793ae12eb501ad42 | [log] [tgz] |
---|---|---|
author | Trevor Woerner <twoerner@gmail.com> | Wed May 06 08:02:38 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 6d4190d6c83916c2a4f5346ffdf0a794ff2618e3 | |
parent | 9bffc54996bc36c87efdd36a6b1345609e33d795 [diff] [blame] |
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X Have this symbol follow the pattern of all other such symbols. This patch removes a TODO from the code. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 7644b8d..5baa6fb 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig
@@ -1,4 +1,4 @@ -if ORION5X +if ARCH_ORION5X choice prompt "Marvell Orion board select"