]> git.baikalelectronics.ru Git - kernel.git/commit
amba: Add Kconfig file
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 12:57:43 +0000 (14:57 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Nov 2014 08:43:24 +0000 (09:43 +0100)
commit3ffc79c057a975e752c825a5abc614bfdc922ccf
tree3544fe67f79fbc84916ebbbb16b28555926bf99c
parente1101058a9e44d083a71eba45d8ba904479883e3
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>
arch/arm/Kconfig
arch/arm64/Kconfig
drivers/amba/Kconfig [new file with mode: 0644]