net: ll_temac: Improve error message on error IRQ
[linux-2.6-block.git] / drivers / interconnect / Kconfig
CommitLineData
11f1ceca
GD
1menuconfig INTERCONNECT
2 tristate "On-Chip Interconnect management support"
3 help
4 Support for management of the on-chip interconnects.
5
6 This framework is designed to provide a generic interface for
7 managing the interconnects in a SoC.
8
9 If unsure, say no.
10
b5d2f741
DD
11if INTERCONNECT
12
13source "drivers/interconnect/qcom/Kconfig"
14
15endif