Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1627629 > unrolled thread
| Started by | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| First post | 2017-04-20 18:20 +0200 |
| Last post | 2017-04-20 18:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 7/8] ARM: configs: stm32: STMPE1600 GPIO expander Hugues Fruchet <hugues.fruchet@st.com> - 2017-04-20 18:20 +0200
| From | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| Date | 2017-04-20 18:20 +0200 |
| Subject | [PATCH v4 7/8] ARM: configs: stm32: STMPE1600 GPIO expander |
| Message-ID | <tymYh-2Ig-9@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web