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:
Thierry Reding
2014-10-02 14:57:43 +02:00
parent 4f4f85fa0b
commit d075f4a2b8
3 changed files with 2 additions and 6 deletions

2
drivers/amba/Kconfig Normal file
View File

@@ -0,0 +1,2 @@
config ARM_AMBA
bool