mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
c14ec5c93d
Add a platform driver for the i.MX8MP SoC describing bus topology, based on internal documentation. Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20220703091132.1412063-9-peng.fan@oss.nxp.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
22 lines
539 B
Plaintext
22 lines
539 B
Plaintext
config INTERCONNECT_IMX
|
|
tristate "i.MX interconnect drivers"
|
|
depends on ARCH_MXC || COMPILE_TEST
|
|
help
|
|
Generic interconnect drivers for i.MX SOCs
|
|
|
|
config INTERCONNECT_IMX8MM
|
|
tristate "i.MX8MM interconnect driver"
|
|
depends on INTERCONNECT_IMX
|
|
|
|
config INTERCONNECT_IMX8MN
|
|
tristate "i.MX8MN interconnect driver"
|
|
depends on INTERCONNECT_IMX
|
|
|
|
config INTERCONNECT_IMX8MQ
|
|
tristate "i.MX8MQ interconnect driver"
|
|
depends on INTERCONNECT_IMX
|
|
|
|
config INTERCONNECT_IMX8MP
|
|
tristate "i.MX8MP interconnect driver"
|
|
depends on INTERCONNECT_IMX
|