zephyr/drivers/mm/Kconfig

28 lines
558 B
Plaintext

# Copyright (c) 2021 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
menuconfig MM_DRV
bool "Memory Management Drivers [EXPERIMENTAL]"
select EXPERIMENTAL
select KERNEL_VM_SUPPORT
help
Include Memory Management drivers in system config
if MM_DRV
config MM_DRV_PAGE_SIZE
hex "Memory Page Size"
default 0x1000
help
Size of memory pages.
config MM_DRV_INTEL_ADSP_TLB
bool "Intel Audio DSP TLB Driver"
depends on SOC_FAMILY_INTEL_ADSP
help
Driver for the translation lookup buffer on
Intel Audio DSP hardware.
endif # MM_DRV