linux-surface/pkg/debian/kernel/ubuntu.config
Maximilian Luz 5a23881656
pkg/ubuntu: Disable atomisp
While the atomisp driver might be used for Surface 3 and Surface Pro 3
cameras in the future, it currently resides in staging and doesn't seem
to work (at least according to its TODO file). It furthermore causes
a notice to be printed, warning about the use of trace_printk(). So
disable it for now to shut up that warning.
2021-06-13 21:28:53 +02:00

56 lines
907 B
Plaintext

##
## Disable debug info
##
# CONFIG_DEBUG_INFO is not set
##
## Do not build samples and tests
##
# CONFIG_SAMPLES is not set
# CONFIG_STM_DUMMY is not set
# CONFIG_TEST_BPF is not set
##
## Don't build atomisp
##
# CONFIG_INTEL_ATOMISP is not set
##
## Clear out trusted key list as we don't have them.
##
CONFIG_SYSTEM_TRUSTED_KEYS=""
##
## Additional options from upstream (not in PPA)
##
CONFIG_ASHMEM=m
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=m
# CONFIG_ANDROID_BINDERFS is not set
CONFIG_ANDROID_BINDER_DEVICES="binder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
##
## Indirect dependencies for Surface drivers
##
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
##
## Disable atomisp ov5693 (in staging)
##
# CONFIG_VIDEO_ATOMISP_OV5693 is not set
##
## Disable evbug. It's annoying and potentially even a security risk when
## posting kernel logs...
##
# CONFIG_INPUT_EVBUG is not set