blob: 733bec5a56c44923ab756bde295f567871cff8d5 [file] [log] [blame]
Masahiro Yamadae2bb0be2020-07-09 15:08:18 +09001# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
Dario Binacchi92cc4e12020-12-30 00:06:29 +01008config TI_SYSC
9 bool "TI sysc interconnect target module driver"
10 depends on ARCH_OMAP2PLUS
11 help
12 Generic driver for Texas Instruments interconnect target module
13 found on many TI SoCs.
14
Masahiro Yamadae2bb0be2020-07-09 15:08:18 +090015config UNIPHIER_SYSTEM_BUS
16 bool "UniPhier System Bus driver"
17 depends on ARCH_UNIPHIER
18 default y
19 help
20 Support for UniPhier System Bus, a simple external bus. This is
21 needed to use on-board devices connected to UniPhier SoCs.
22
23endmenu