diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-26 15:44:30 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-27 14:07:03 +0200 |
commit | 2b1b2f0e764d349f7455aaca9c17d4b0c2f1ee1b (patch) | |
tree | aa4f6b7cb49442f9704b47bb1abc3ca55f5bc891 /arch/arm/configs/sama5_defconfig | |
parent | Linux 4.6-rc1 (diff) | |
download | linux-2b1b2f0e764d349f7455aaca9c17d4b0c2f1ee1b.tar.xz linux-2b1b2f0e764d349f7455aaca9c17d4b0c2f1ee1b.zip |
ARM: at91/defconfig: add the HDMA controller to sama5_defconfig
Selection of the HDMAC option is now needed to allow some sama5 devices
to have the DMA driver compiled and available.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index afbda413d61a..e002b3bba5b4 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -183,6 +183,7 @@ CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_AT91RM9200=y CONFIG_DMADEVICES=y +CONFIG_AT_HDMAC=y CONFIG_AT_XDMAC=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y |