Pārlūkot izejas kodu

amba: Add Kconfig file

Rather than duplicate the ARM_AMBA Kconfig symbol in both 32-bit and
64-bit ARM architectures, move the common definition to drivers/amba
where dependent drivers will be located.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Thierry Reding 11 gadi atpakaļ
vecāks
revīzija
d075f4a2b8
3 mainītis faili ar 2 papildinājumiem un 6 dzēšanām
  1. 0 3
      arch/arm/Kconfig
  2. 0 3
      arch/arm64/Kconfig
  3. 2 0
      drivers/amba/Kconfig

+ 0 - 3
arch/arm/Kconfig

@@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig"
 
 menu "Bus support"
 
-config ARM_AMBA
-	bool
-
 config ISA
 	bool
 	help

+ 0 - 3
arch/arm64/Kconfig

@@ -166,9 +166,6 @@ endmenu
 
 menu "Bus support"
 
-config ARM_AMBA
-	bool
-
 config PCI
 	bool "PCI support"
 	help

+ 2 - 0
drivers/amba/Kconfig

@@ -0,0 +1,2 @@
+config ARM_AMBA
+	bool