OSDN Git Service

amba: Add Kconfig file
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 12:57:43 +0000 (14:57 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Nov 2014 08:43:24 +0000 (09:43 +0100)
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>
arch/arm/Kconfig
arch/arm64/Kconfig
drivers/amba/Kconfig [new file with mode: 0644]

index 89c4b5c..77f8ca5 100644 (file)
@@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig"
 
 menu "Bus support"
 
-config ARM_AMBA
-       bool
-
 config ISA
        bool
        help
index 9532f8d..db1aa54 100644 (file)
@@ -166,9 +166,6 @@ endmenu
 
 menu "Bus support"
 
-config ARM_AMBA
-       bool
-
 config PCI
        bool "PCI support"
        help
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
new file mode 100644 (file)
index 0000000..d1cba6a
--- /dev/null
@@ -0,0 +1,2 @@
+config ARM_AMBA
+       bool