[RFC 1/7] Make Hi3620 explicit, remove wildcards
Marty Plummer
netz.kernel at gmail.com
Thu Sep 8 10:23:40 PDT 2016
This is a preparatory series for adding the ARMv5/v6 hi3520 SoCs.
Assumptions were made when adding hi3620 that don't hold water in
light of adding support for the hi3520 SoC. Fix the issue by renaming
config options and other namespaces to avoid collisions with the new
work.
Only internal APIs are modified with this series.
Signed-off-by: Marty Plummer <netz.kernel at gmail.com>
---
arch/arm/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index a9693b6..9094ca6 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -280,7 +280,7 @@ choice
config DEBUG_HI3620_UART
bool "Hisilicon HI3620 Debug UART"
- depends on ARCH_HI3xxx
+ depends on ARCH_HI3620
select DEBUG_UART_PL01X
help
Say Y here if you want kernel low-level debugging support
--
2.9.3
More information about the linux-arm-kernel
mailing list