summaryrefslogtreecommitdiff
path: root/drivers/w1/slaves/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-07-19 20:04:06 +0300
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>2017-07-25 16:17:39 +0300
commit55a9db679183bcf85a6e5c44a4f92f158bb6f03d (patch)
treec5e56c0699afafa3ddc999581cabd02437090062 /drivers/w1/slaves/Kconfig
parent520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 (diff)
downloadlinux-55a9db679183bcf85a6e5c44a4f92f158bb6f03d.tar.xz
power: supply: move HDQ interface for bq27xxx from w1 to power/supply
The HDQ interface driver should be in this folder just like the I2C interface driver. Move this driver out of drivers/w1/slave and into drivers/power/supply. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/w1/slaves/Kconfig')
-rw-r--r--drivers/w1/slaves/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig
index fb68465908f2..dc4437683956 100644
--- a/drivers/w1/slaves/Kconfig
+++ b/drivers/w1/slaves/Kconfig
@@ -140,10 +140,4 @@ config W1_SLAVE_DS28E04
If you are unsure, say N.
-config W1_SLAVE_BQ27000
- tristate "BQ27000 slave support"
- help
- Say Y here if you want to use a hdq
- bq27000 slave support.
-
endmenu