diff options
author | Mark Brown <broonie@kernel.org> | 2021-04-01 11:28:58 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-04-01 22:44:08 +0200 |
commit | 797e1491b8df16eb666ec12f7a49515f12515c37 (patch) | |
tree | 4a2ba6c765d3f39c0e2b66d063c95bf4d6559062 /arch/arm/configs/ezx_defconfig | |
parent | bbbd7b0120849d0d8022a5a211d3f1171ecf43cb (diff) | |
download | linux-stable-797e1491b8df16eb666ec12f7a49515f12515c37.tar.gz linux-stable-797e1491b8df16eb666ec12f7a49515f12515c37.tar.bz2 linux-stable-797e1491b8df16eb666ec12f7a49515f12515c37.zip |
ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER
The userspace consumer is a development tool, not intended for producton
systems and so should not be present in defconfigs especially not those
for specific machines so is not a good fit for defconfig, remove it from
those defconfigs where it is enabled. No system in mainline actually
instantiates one.
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Daniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20210401102858.4095-1-broonie@kernel.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 81665b7abf83..a49e699e52de 100644 --- a/arch/arm/configs/ezx_defconfig +++ b/arch/arm/configs/ezx_defconfig @@ -213,7 +213,6 @@ CONFIG_POWER_SUPPLY=y CONFIG_EZX_PCAP=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y -CONFIG_REGULATOR_USERSPACE_CONSUMER=y CONFIG_REGULATOR_PCAP=y CONFIG_MEDIA_SUPPORT=y CONFIG_VIDEO_DEV=y |