commit | 89a00596b0140dbe745a39e7d0e49d1e828057a1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jan 24 15:50:59 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Jan 25 09:06:32 2025 -0300 |
tree | 2ece2bcdd5fe80451a9321c35c50f42de8016fad | |
parent | 4182de57a1a42e2d5668bbcd72ab4acf3b0dda9d [diff] |
pinctrl: imx: Split MMIO accessors into pinctrl-imx-mmio.c Split MMIO accessors into pinctrl-imx-mmio.c and build this file only if Kconfig symbol PINCTRL_IMX_MMIO is selected. Select PINCTRL_IMX_MMIO Kconfig symbol for all but pinctrl-imx8.c driver, which does not use the MMIO accessors. This reduces the amount of code compiled on platforms which do not use the code. No functional change. Signed-off-by: Marek Vasut <marex@denx.de>