diff options
author | Mark Brown <broonie@kernel.org> | 2014-08-31 14:03:10 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-04 22:07:52 +0200 |
commit | 4b86a33b5c4558b5e36fb6ae1d18afec7bccec1e (patch) | |
tree | b4b65061bb2664de25dc96df857230cc9dd52413 /arch/arm/configs/ezx_defconfig | |
parent | ARM: multi_v7_defconfig: Enable Zynq/Xilinx drivers (diff) | |
download | linux-4b86a33b5c4558b5e36fb6ae1d18afec7bccec1e.tar.xz linux-4b86a33b5c4558b5e36fb6ae1d18afec7bccec1e.zip |
ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
The virtual consumer is a test device intended to be used while developing
regulator drivers, it should never be used in production. Remove it from
all defconfigs to avoid confusion among users.
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/ezx_defconfig')
-rw-r--r-- | arch/arm/configs/ezx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig index d95763d5f0d8..eb440aae4283 100644 --- a/arch/arm/configs/ezx_defconfig +++ b/arch/arm/configs/ezx_defconfig @@ -230,7 +230,6 @@ CONFIG_POWER_SUPPLY=y CONFIG_EZX_PCAP=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y -CONFIG_REGULATOR_VIRTUAL_CONSUMER=y CONFIG_REGULATOR_USERSPACE_CONSUMER=y CONFIG_REGULATOR_PCAP=y CONFIG_MEDIA_SUPPORT=y |