Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d075f4a2 authored by Thierry Reding's avatar Thierry Reding
Browse files

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig"

menu "Bus support"

config ARM_AMBA
	bool

config ISA
	bool
	help
+0 −3
Original line number Diff line number Diff line
@@ -166,9 +166,6 @@ endmenu

menu "Bus support"

config ARM_AMBA
	bool

config PCI
	bool "PCI support"
	help

drivers/amba/Kconfig

0 → 100644
+2 −0
Original line number Diff line number Diff line
config ARM_AMBA
	bool