Skip to content

Commit

Permalink
tests: dma: loop_transfer: add mtl board
Browse files Browse the repository at this point in the history
Adding meteorlake board overlay.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
  • Loading branch information
tmleman authored and carlescufi committed Apr 25, 2023
1 parent 86648fa commit 3d6e9ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_PM_DEVICE_POWER_DOMAIN=y
CONFIG_POWER_DOMAIN=y
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* Copyright (c) 2023 Intel Corporation
*
* Author: Tomasz Leman <tomasz.m.leman@intel.com>
*/

test_dma0: &lpgpdma0 { };

0 comments on commit 3d6e9ee

Please sign in to comment.