Message ID | 1527498513-19167-1-git-send-email-pierre-yves.mordret@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, Pierre-Yves On 05/28/2018 11:08 AM, Pierre-Yves MORDRET wrote: > This enables drivers for STM32: > - DMAv2 > - DMMAUX > - MDMA > > Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> > --- > Version history: > v1: > * Initial > --- > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 89167cd..9f62957 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y > CONFIG_XILINX_DMA=y > CONFIG_DMA_SUN6I=y > CONFIG_ST_FDMA=m > +CONFIG_STM32_DMA=y > +CONFIG_STM32_DMAMUX=y > +CONFIG_STM32_MDMA=y > CONFIG_STAGING=y > CONFIG_SENSORS_ISL29018=y > CONFIG_SENSORS_ISL29028=y > Applied on stm32-next. Thanks. Alex
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 89167cd..9f62957 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y CONFIG_XILINX_DMA=y CONFIG_DMA_SUN6I=y CONFIG_ST_FDMA=m +CONFIG_STM32_DMA=y +CONFIG_STM32_DMAMUX=y +CONFIG_STM32_MDMA=y CONFIG_STAGING=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_ISL29028=y
This enables drivers for STM32: - DMAv2 - DMMAUX - MDMA Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> --- Version history: v1: * Initial --- --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+)