aboutsummaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2022-06-29 17:01:02 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2022-07-01 10:41:09 +0200
commit1045a06724f322ed61f1ffb994427c7bdbe64647 (patch)
tree7d3fc06af8af8a5e430e156dbcaa101705d259ba /drivers/Makefile
parentpm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig (diff)
downloadlinux-1045a06724f322ed61f1ffb994427c7bdbe64647.tar.gz
linux-1045a06724f322ed61f1ffb994427c7bdbe64647.tar.bz2
linux-1045a06724f322ed61f1ffb994427c7bdbe64647.zip
remove CONFIG_ANDROID
The ANDROID config symbol is only used to guard the binder config symbol and to inject completely random config changes. Remove it as it is obviously a bad idea. Acked-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220629150102.1582425-2-hch@lst.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 9a30842b22c5..123dce286758 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -176,7 +176,7 @@ obj-$(CONFIG_USB4) += thunderbolt/
obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/
obj-y += hwtracing/intel_th/
obj-$(CONFIG_STM) += hwtracing/stm/
-obj-$(CONFIG_ANDROID) += android/
+obj-y += android/
obj-$(CONFIG_NVMEM) += nvmem/
obj-$(CONFIG_FPGA) += fpga/
obj-$(CONFIG_FSI) += fsi/