aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/ish/chip.h
blob: e7bb8f87e568331ab53cc700aa34196e80f4cedf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

/*
 * Intel Integrated Sensor Hub (ISH)
 */
struct drivers_intel_ish_config {
	/* Firmware name used by kernel for loading ISH firmware */
	const char *firmware_name;

	/* Add `DmaProperty` in _DSD */
	bool add_acpi_dma_property;
};