android_kernel_xiaomi_sm8350/drivers/media/pci/ddbridge
Greg Kroah-Hartman a35cf72836 ANDROID: GKI: Fix up "do not export symbol_get/put()" commit
When removing the export from symbol_get/put(), I disabled lots of
different drivers in the allmodconfig build file.

As some pointed out, that's not the nicest thing to do, as we really do
want the build coverage, so instead, "tweak" the Kconfig files to make
the problamatic modules be built-in to the kernel image.  That removes
the problem of the export going away and still gives us good build
testing coverage, without modifying any real-world device
configurations.

Note, 3 config options are "turned off" so they can not be selected, as
they could not be worked around in any semi-sane manner:
	VIDEO_CX23885
	DELL_LAPTOP
	SAMPLE_HW_BREAKPOINT
none of which affects any known Android devices.

Bug: 162613590
Fixes: 882b7ca141 ("ANDROID: GKI: do not export symbol_get/put()")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia28f73a64566438940b876a5d9c1a0137c6304d0
2020-08-01 14:28:51 +02:00
..
ddbridge-ci.c
ddbridge-ci.h media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-core.c media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-hw.c
ddbridge-hw.h media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-i2c.c media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-i2c.h
ddbridge-io.h
ddbridge-main.c media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-max.c
ddbridge-max.h
ddbridge-mci.c
ddbridge-mci.h
ddbridge-regs.h media: ddbridge: header/boilerplate cleanups and cosmetics 2018-09-12 07:18:44 -04:00
ddbridge-sx8.c media: ddbridge/sx8: remove redundant check of iq_mode == 2 2018-09-12 09:14:05 -04:00
ddbridge.h media: ddbridge: Move asm includes after linux ones 2018-12-20 06:42:14 -05:00
Kconfig ANDROID: GKI: Fix up "do not export symbol_get/put()" commit 2020-08-01 14:28:51 +02:00
Makefile