mb/starlabs/starlite_adl: Configure CNVi Bluetooth I2S GPIOs
[coreboot.git] / src / drivers / intel / ish / Kconfig
blob123452e7e04aba62215722e1fd5a99c52b22e37d
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_INTEL_ISH
4         bool
5         default n
6         help
7            When enabled, chip driver/intel/ish will publish information to the
8            SSDT _DSD table for the ISH device.
10 config DRIVER_INTEL_ISH_HAS_MAIN_FW
11         bool
12         default n
13         depends on DRIVERS_INTEL_ISH
14         help
15           This config specifies that the Intel Sensor Hub (ISH) is using ISH MAIN firmware. The
16           ISH MAIN FW resides in the rootfs and is loaded by the kernel. Since there is no dependency
17           on AP firmware, the ISH BUP version is not fetched from the CSE firmware partition.
19           This setting is platform-specific. Enable it only on platforms where the ISH is
20           confirmed to be using the MAIN firmware.