2022-09-09 22:48:31 +08:00
|
|
|
common:
|
2023-07-17 16:53:15 +08:00
|
|
|
depends_on:
|
|
|
|
- smbus
|
2022-09-09 22:48:31 +08:00
|
|
|
tags: smbus
|
|
|
|
tests:
|
2023-07-17 16:57:30 +08:00
|
|
|
drivers.smbus.api.access.io:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SMBUS_INTEL_PCH_ACCESS_IO=y
|
2022-09-09 22:48:31 +08:00
|
|
|
drivers.smbus.api.access.mmio:
|
|
|
|
platform_exclude: qemu_x86_64
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SMBUS_INTEL_PCH_ACCESS_MMIO=y
|
|
|
|
drivers.smbus.api_user:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_USERSPACE=y
|
|
|
|
drivers.smbus.api_stats:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_STATS=y
|
2023-03-20 19:27:48 +08:00
|
|
|
drivers.smbus.api.no_smbalert:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SMBUS_INTEL_PCH_SMBALERT=n
|
|
|
|
drivers.smbus.api.no_host_notify:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SMBUS_INTEL_PCH_HOST_NOTIFY=n
|
2022-09-09 22:48:31 +08:00
|
|
|
drivers.smbus.api.debug:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SMBUS_LOG_LEVEL_DBG=y
|