blob: d742ed333b16de894e3bceb3f8f3ea092ba01abb [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 Binacchi0f4effb2020-12-30 00:16:25 +01008config TI_PWMSS
9 bool
10 default y if ARCH_OMAP2PLUS && PWM_TI_EHRPWM
11 help
12 PWM Subsystem driver support for AM33xx SOC.
13
Dario Binacchi92cc4e12020-12-30 00:06:29 +010014config TI_SYSC
15 bool "TI sysc interconnect target module driver"
16 depends on ARCH_OMAP2PLUS
17 help
18 Generic driver for Texas Instruments interconnect target module
19 found on many TI SoCs.
20
Masahiro Yamadae2bb0be2020-07-09 15:08:18 +090021config UNIPHIER_SYSTEM_BUS
22 bool "UniPhier System Bus driver"
23 depends on ARCH_UNIPHIER
24 default y
25 help
26 Support for UniPhier System Bus, a simple external bus. This is
27 needed to use on-board devices connected to UniPhier SoCs.
28
29endmenu