diff options
author | Thierry Reding <treding@nvidia.com> | 2014-10-02 14:57:43 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-26 09:43:24 +0100 |
commit | d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b (patch) | |
tree | 3544fe67f79fbc84916ebbbb16b28555926bf99c /drivers/amba/Kconfig | |
parent | 4f4f85fa0b96a35429ebb4bc278d70ae0f72113c (diff) | |
download | linux-stable-d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b.tar.gz linux-stable-d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b.tar.bz2 linux-stable-d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b.zip |
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>
Diffstat (limited to 'drivers/amba/Kconfig')
-rw-r--r-- | drivers/amba/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig new file mode 100644 index 000000000000..d1cba6a9b3b8 --- /dev/null +++ b/drivers/amba/Kconfig @@ -0,0 +1,2 @@ +config ARM_AMBA + bool |