summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-10-02 14:57:43 +0200
committerThierry Reding <treding@nvidia.com>2014-11-26 09:43:24 +0100
commitd075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b (patch)
tree3544fe67f79fbc84916ebbbb16b28555926bf99c /arch/arm64/Kconfig
parent4f4f85fa0b96a35429ebb4bc278d70ae0f72113c (diff)
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>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 9532f8d5857e..db1aa5446a57 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -166,9 +166,6 @@ endmenu
menu "Bus support"
-config ARM_AMBA
- bool
-
config PCI
bool "PCI support"
help