From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs Date: Tue, 02 Sep 2014 09:08:34 -0600 Message-ID: <5405DD72.30603@wwwdotorg.org> References: <1409486590-23645-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1409486590-23645-1-git-send-email-broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mark Brown , Olof Johansson , Arnd Bergmann Cc: Christian Daudt , Matt Porter , Maxime Ripard , Thierry Reding , bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Cooper , Thomas Petazzoni , linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 08/31/2014 06:03 AM, Mark Brown wrote: > 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. tegra_defconfig isn't a distro configuration, and has plenty of other debug/test options turned on. I'm not sure that removing this option really has much benefit. Still, this likely isn't going to cause any issue, so I guess it's fine. People can always add the option locally if they want.