aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/ish
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/ish')
-rw-r--r--src/drivers/intel/ish/Kconfig1
-rw-r--r--src/drivers/intel/ish/ish.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/intel/ish/Kconfig b/src/drivers/intel/ish/Kconfig
index 635864e143..a2828d1349 100644
--- a/src/drivers/intel/ish/Kconfig
+++ b/src/drivers/intel/ish/Kconfig
@@ -1,5 +1,6 @@
config DRIVERS_INTEL_ISH
bool
+ default n
help
When enabled, chip driver/intel/ish will publish information to the
SSDT _DSD table for the ISH device.
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c
index e9d5ae96b1..d542bd371a 100644
--- a/src/drivers/intel/ish/ish.c
+++ b/src/drivers/intel/ish/ish.c
@@ -65,6 +65,7 @@ static const struct device_operations pci_ish_device_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CNL_ISHB,
PCI_DEVICE_ID_INTEL_CML_ISHB,
+ PCI_DEVICE_ID_INTEL_TGL_ISHB,
0
};