Loading arch/arm64/configs/vendor/holi_QGKI.config +1 −0 Original line number Diff line number Diff line CONFIG_LOCALVERSION="-qgki" # CONFIG_TRIM_UNUSED_KSYMS is not set CONFIG_CMA_DEBUGFS=y CONFIG_QCOM_IOMMU_IO_PGTABLE_QUIRKS=y CONFIG_QCOM_IOMMU_TLBI_QUIRKS=y CONFIG_QCOM_LAZY_MAPPING=y Loading arch/arm64/configs/vendor/holi_debug.config +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ CONFIG_IOMMU_TLBSYNC_DEBUG=y CONFIG_ARM_SMMU_TESTBUS_DUMP=y CONFIG_ARM_SMMU_TESTBUS_DEBUGFS=y CONFIG_IO_PGTABLE_PAGE_ACCOUNTING=y CONFIG_CMA_DEBUGFS=y CONFIG_CMA_ALLOW_WRITE_DEBUGFS=y CONFIG_CMA_DEBUG=y CONFIG_EDAC_KRYO_ARM64_PANIC_ON_CE=y CONFIG_QMP_DEBUGFS_CLIENT=y Loading arch/arm64/configs/vendor/lahaina_QGKI.config +1 −0 Original line number Diff line number Diff line CONFIG_LOCALVERSION="-qgki" # CONFIG_TRIM_UNUSED_KSYMS is not set CONFIG_CMA_DEBUGFS=y CONFIG_QCOM_IOMMU_IO_PGTABLE_QUIRKS=y CONFIG_QCOM_IOMMU_TLBI_QUIRKS=y CONFIG_QCOM_LAZY_MAPPING=y Loading arch/arm64/configs/vendor/lahaina_consolidate.config +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ CONFIG_IOMMU_TESTS=y CONFIG_ARM_SMMU_TESTBUS_DEBUGFS=y CONFIG_ARM_SMMU_TESTBUS_DUMP=y CONFIG_IO_PGTABLE_PAGE_ACCOUNTING=y CONFIG_CMA_DEBUGFS=y CONFIG_CMA_ALLOW_WRITE_DEBUGFS=y CONFIG_CMA_DEBUG=y CONFIG_DEBUG_PAGEALLOC=y CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y Loading mm/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -518,6 +518,15 @@ config CMA_DEBUGFS help Turns on the DebugFS interface for CMA. config CMA_ALLOW_WRITE_DEBUGFS depends on CMA_DEBUGFS bool "Allow CMA debugfs write" help Say 'y' here to allow the CMA debugfs write. CMA debugfs write could be risky as it allows cma allocation, so it is not recommended to enable this option on any production device. config CMA_AREAS int "Maximum count of the CMA areas" depends on CMA Loading Loading
arch/arm64/configs/vendor/holi_QGKI.config +1 −0 Original line number Diff line number Diff line CONFIG_LOCALVERSION="-qgki" # CONFIG_TRIM_UNUSED_KSYMS is not set CONFIG_CMA_DEBUGFS=y CONFIG_QCOM_IOMMU_IO_PGTABLE_QUIRKS=y CONFIG_QCOM_IOMMU_TLBI_QUIRKS=y CONFIG_QCOM_LAZY_MAPPING=y Loading
arch/arm64/configs/vendor/holi_debug.config +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ CONFIG_IOMMU_TLBSYNC_DEBUG=y CONFIG_ARM_SMMU_TESTBUS_DUMP=y CONFIG_ARM_SMMU_TESTBUS_DEBUGFS=y CONFIG_IO_PGTABLE_PAGE_ACCOUNTING=y CONFIG_CMA_DEBUGFS=y CONFIG_CMA_ALLOW_WRITE_DEBUGFS=y CONFIG_CMA_DEBUG=y CONFIG_EDAC_KRYO_ARM64_PANIC_ON_CE=y CONFIG_QMP_DEBUGFS_CLIENT=y Loading
arch/arm64/configs/vendor/lahaina_QGKI.config +1 −0 Original line number Diff line number Diff line CONFIG_LOCALVERSION="-qgki" # CONFIG_TRIM_UNUSED_KSYMS is not set CONFIG_CMA_DEBUGFS=y CONFIG_QCOM_IOMMU_IO_PGTABLE_QUIRKS=y CONFIG_QCOM_IOMMU_TLBI_QUIRKS=y CONFIG_QCOM_LAZY_MAPPING=y Loading
arch/arm64/configs/vendor/lahaina_consolidate.config +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ CONFIG_IOMMU_TESTS=y CONFIG_ARM_SMMU_TESTBUS_DEBUGFS=y CONFIG_ARM_SMMU_TESTBUS_DUMP=y CONFIG_IO_PGTABLE_PAGE_ACCOUNTING=y CONFIG_CMA_DEBUGFS=y CONFIG_CMA_ALLOW_WRITE_DEBUGFS=y CONFIG_CMA_DEBUG=y CONFIG_DEBUG_PAGEALLOC=y CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y Loading
mm/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -518,6 +518,15 @@ config CMA_DEBUGFS help Turns on the DebugFS interface for CMA. config CMA_ALLOW_WRITE_DEBUGFS depends on CMA_DEBUGFS bool "Allow CMA debugfs write" help Say 'y' here to allow the CMA debugfs write. CMA debugfs write could be risky as it allows cma allocation, so it is not recommended to enable this option on any production device. config CMA_AREAS int "Maximum count of the CMA areas" depends on CMA Loading