diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2024-10-03 08:36:42 +0200 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2024-10-28 20:42:47 +0530 |
commit | 8461bcf0a3d9d39ff9d858c06c2c820f711a8182 (patch) | |
tree | 80cfda2e6780cb52b0fa7f1a7bf0a8fb3dd1412c | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
download | lwn-8461bcf0a3d9d39ff9d858c06c2c820f711a8182.tar.gz lwn-8461bcf0a3d9d39ff9d858c06c2c820f711a8182.zip |
arm64: defconfig: Enable PCF857X GPIO expander
Enable the PCF857X GPIO expander which is equipped on
the PHYTEC phyBOARD-Lyra AM625.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20241003063642.2710384-1-w.egorov@phytec.de
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5fdbfea7a5b2..4baad778a735 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -659,6 +659,7 @@ CONFIG_GPIO_MAX732X=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_ADP5585=m +CONFIG_GPIO_PCF857X=m CONFIG_GPIO_BD9571MWV=m CONFIG_GPIO_MAX77620=y CONFIG_GPIO_SL28CPLD=m |