Skip to content

Commit

Permalink
amba: Add Kconfig file
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thierryreding committed Nov 26, 2014
1 parent 4f4f85f commit d075f4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1259,9 +1259,6 @@ source "arch/arm/common/Kconfig"

menu "Bus support"

config ARM_AMBA
bool

config ISA
bool
help
Expand Down
3 changes: 0 additions & 3 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ endmenu

menu "Bus support"

config ARM_AMBA
bool

config PCI
bool "PCI support"
help
Expand Down
2 changes: 2 additions & 0 deletions drivers/amba/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config ARM_AMBA
bool

0 comments on commit d075f4a

Please sign in to comment.