diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-05-02 19:36:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-25 07:42:55 -0700 |
commit | ba360fd040e3417ed1d90e89d681698f82002207 (patch) | |
tree | 88539e04e60fff8400d8bc825872f967fa4285d9 /drivers/nvmem/Kconfig | |
parent | 194c8581eb9b6d42e9232c7693d86d2ee3799986 (diff) | |
download | linux-ba360fd040e3417ed1d90e89d681698f82002207.tar.bz2 |
nvmem: mtk-efuse: remove nvmem regmap dependency
Regmap raw accessors are bus specific implementations, using regmap raw
apis in nvmem breaks nvmem providers based on regmap mmio.
This patch moves to nvmem support in the driver to use callback
instead of regmap, which is what the nvmem core supports now.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/Kconfig')
-rw-r--r-- | drivers/nvmem/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig index 3041d48e7155..5ff21892bcd6 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig @@ -50,7 +50,6 @@ config MTK_EFUSE tristate "Mediatek SoCs EFUSE support" depends on ARCH_MEDIATEK || COMPILE_TEST depends on HAS_IOMEM - select REGMAP_MMIO help This is a driver to access hardware related data like sensor calibration, HDMI impedance etc. |