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>
This commit is contained in:
parent
4f4f85fa0b
commit
d075f4a2b8
|
@ -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
|
||||||
|
|
||||||
menu "Bus support"
|
menu "Bus support"
|
||||||
|
|
||||||
config ARM_AMBA
|
|
||||||
bool
|
|
||||||
|
|
||||||
config PCI
|
config PCI
|
||||||
bool "PCI support"
|
bool "PCI support"
|
||||||
help
|
help
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
config ARM_AMBA
|
||||||
|
bool
|
Loading…
Reference in New Issue