Commit d075f4a2 authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent 4f4f85fa
...@@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig" ...@@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig"
menu "Bus support" menu "Bus support"
config ARM_AMBA
bool
config ISA config ISA
bool bool
help help
......
...@@ -166,9 +166,6 @@ endmenu ...@@ -166,9 +166,6 @@ endmenu
menu "Bus support" menu "Bus support"
config ARM_AMBA
bool
config PCI config PCI
bool "PCI support" bool "PCI support"
help help
......
config ARM_AMBA
bool
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment