Masahiro Yamada | dbdd420 | 2020-07-09 15:08:18 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Bus Devices |
| 4 | # |
| 5 | |
| 6 | menu "Bus devices" |
| 7 | |
Dario Binacchi | d1cb3f6 | 2020-12-30 00:06:29 +0100 | [diff] [blame^] | 8 | config 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 Yamada | dbdd420 | 2020-07-09 15:08:18 +0900 | [diff] [blame] | 15 | config 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 | |
| 23 | endmenu |