From 4b86a33b5c4558b5e36fb6ae1d18afec7bccec1e Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 31 Aug 2014 13:03:10 +0100 Subject: 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 Acked-by: Matt Porter Signed-off-by: Arnd Bergmann --- arch/arm/configs/pxa3xx_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/configs/pxa3xx_defconfig') diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig index 60e313834b3f..5f337d7ceb5b 100644 --- a/arch/arm/configs/pxa3xx_defconfig +++ b/arch/arm/configs/pxa3xx_defconfig @@ -77,7 +77,6 @@ CONFIG_BATTERY_DA9030=y CONFIG_PMIC_DA903X=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y -CONFIG_REGULATOR_VIRTUAL_CONSUMER=y CONFIG_REGULATOR_DA903X=y CONFIG_FB=y CONFIG_FB_PXA=y -- cgit