mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
4b54bf4763
Add a platform driver for the i.MX8MN SoC describing bus topology, based on internal documentation. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Link: https://lore.kernel.org/r/338a5409ce88811ba6c940ba06441db3faa8c187.1586174566.git.leonard.crestez@nxp.com Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
18 lines
442 B
Plaintext
18 lines
442 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
|