blob: 16850502bbbabf227b2c0d15f4d5bb8206721433 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config IMX_SM_CPU
bool "Enable i.MX System Manager CPU API"
depends on ARCH_IMX9 && SCMI_FIRMWARE
select SCMI_ID_VENDOR_82
help
If you say Y here to enable i.MX System Manager CPU
API to work on some NXP i.MX processors.
config IMX_SM_LMM
bool "Enable i.MX System Manager Logical Machine API"
depends on ARCH_IMX9 && SCMI_FIRMWARE
select SCMI_ID_VENDOR_80
help
If you say Y here to enable i.MX System Manager Logical Machine
API to work on some NXP i.MX processors.
|