Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1616140
| From | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 7/8] ARM: configs: stm32: STMPE1600 GPIO expander |
| Date | 2017-04-04 17:50 +0200 |
| Message-ID | <tsySv-6KL-31@gated-at.bofh.it> (permalink) |
| References | <tsySt-6KL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable STMPE1600 GPIO expander. Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com> --- arch/arm/configs/stm32_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index a9d8e3c..84adc88 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -49,6 +49,8 @@ CONFIG_SERIAL_STM32_CONSOLE=y # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set CONFIG_REGULATOR=y +CONFIG_GPIO_STMPE=y +CONFIG_MFD_STMPE=y CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_USB_SUPPORT is not set CONFIG_NEW_LEDS=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200 [PATCH v3 6/8] ARM: dts: stm32: Enable OV2640 camera support of STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200 [PATCH v3 4/8] ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200 [PATCH v3 7/8] ARM: configs: stm32: STMPE1600 GPIO expander Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200 [PATCH v3 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-04 17:50 +0200 Re: [PATCH v3 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-10 11:00 +0200
csiph-web