aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/isp1760/Kconfig
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2021-05-13 09:47:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 20:05:31 +0200
commit1da9e1c06873350c99ba49a052f92de85f2c69f2 (patch)
treec5b957e7fadeab2b9fed6c291ea4e958fa9420c4 /drivers/usb/isp1760/Kconfig
parentusb: isp1760: fix strict typechecking (diff)
downloadlinux-dev-1da9e1c06873350c99ba49a052f92de85f2c69f2.tar.xz
linux-dev-1da9e1c06873350c99ba49a052f92de85f2c69f2.zip
usb: isp1760: move to regmap for register access
Rework access to registers and memory to use regmap framework. No change in current feature or way of work is intended with this change. This will allow to reuse this driver with other IP of this family, for example isp1763, with little changes and effort. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Link: https://lore.kernel.org/r/20210513084717.2487366-3-rui.silva@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/isp1760/Kconfig')
-rw-r--r--drivers/usb/isp1760/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/isp1760/Kconfig b/drivers/usb/isp1760/Kconfig
index b1022cc490a2..d23853f601b1 100644
--- a/drivers/usb/isp1760/Kconfig
+++ b/drivers/usb/isp1760/Kconfig
@@ -3,6 +3,7 @@
config USB_ISP1760
tristate "NXP ISP 1760/1761 support"
depends on USB || USB_GADGET
+ select REGMAP_MMIO
help
Say Y or M here if your system as an ISP1760 USB host controller
or an ISP1761 USB dual-role controller.