diff options
author | Barry Song <Baohua.Song@csr.com> | 2015-07-13 17:13:47 +0300 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-07-27 23:41:20 +0300 |
commit | 764c222555fe80cbc8fcbed985863e9b07858d51 (patch) | |
tree | 00479076685de2d79b4bdc2611a5157a531df9ea /arch/arm/configs/prima2_defconfig | |
parent | 3cbedb88478009cf5415a8eb1804eceb7088bb1a (diff) | |
download | linux-764c222555fe80cbc8fcbed985863e9b07858d51.tar.xz |
ARM: prima2_defconfig: enable build for hwspinlock
This patch enables hardware spinlock driver for CSRatlas7 platforms.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/configs/prima2_defconfig')
-rw-r--r-- | arch/arm/configs/prima2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/prima2_defconfig b/arch/arm/configs/prima2_defconfig index a9c1c33e5097..7cc8e8e4d296 100644 --- a/arch/arm/configs/prima2_defconfig +++ b/arch/arm/configs/prima2_defconfig @@ -50,6 +50,7 @@ CONFIG_DMADEVICES=y CONFIG_DMADEVICES_DEBUG=y CONFIG_DMADEVICES_VDEBUG=y CONFIG_SIRF_DMA=y +CONFIG_HWSPINLOCK_SIRF=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXT2_FS=y CONFIG_MSDOS_FS=y |