[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240120182929.1129183-1-martin@kaiser.cx>
Date: Sat, 20 Jan 2024 19:29:26 +0100
From: Martin Kaiser <martin@...ser.cx>
To: Shawn Guo <shawnguo@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>
Cc: Peng Fan <peng.fan@....com>,
linux-gpio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH v3 0/3] gpio: vf610: allow disabling the vf610 driver
The vf610 gpio driver is enabled by default for all i.MX machines,
without any option to disable it in a board-specific config file.
Change gpio's Kconfig to allow disabling this driver. Disable it by
default unless we have a vf610 soc. Enable it in the defconfigs
for the i.MX chips that need it.
Martin Kaiser (3):
gpio: vf610: allow disabling the vf610 driver
ARM: imx_v6_v7_defconfig: enable the vf610 gpio driver
arm64: defconfig: enable the vf610 gpio driver
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm64/configs/defconfig | 1 +
drivers/gpio/Kconfig | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
--
2.39.2
Powered by blists - more mailing lists