linux-surface/pkg/debian/kernel/ubuntu.config

65 lines
1.1 KiB
Plaintext
Raw Normal View History

##
## Disable debug info
##
# CONFIG_DEBUG_INFO is not set
2021-05-27 14:53:59 +00:00
##
## Do not build samples and tests
2021-05-27 14:53:59 +00:00
##
# CONFIG_SAMPLES is not set
# CONFIG_STM_DUMMY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_DEBUG_MISC is not set
# CONFIG_UBSAN is not set
2021-05-27 14:53:59 +00:00
##
## 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=""
CONFIG_SYSTEM_REVOCATION_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
2021-03-29 14:47:59 +00:00
##
## Disable evbug. It's annoying and potentially even a security risk when
## posting kernel logs...
##
# CONFIG_INPUT_EVBUG is not set
##
## Do not enable Intel IOMMU by default, it breaks IPTS/ME.
##
CONFIG_INTEL_IOMMU_DEFAULT_ON=n