Masahiro Yamada | e2bb0be | 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 | 0f4effb | 2020-12-30 00:16:25 +0100 | [diff] [blame] | 8 | config 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 Binacchi | 92cc4e1 | 2020-12-30 00:06:29 +0100 | [diff] [blame] | 14 | config TI_SYSC |
| 15 | bool "TI sysc interconnect target module driver" |
Paul Barker | e92f47c | 2022-11-14 12:42:36 +0000 | [diff] [blame] | 16 | depends on DM && ARCH_OMAP2PLUS |
Dario Binacchi | 92cc4e1 | 2020-12-30 00:06:29 +0100 | [diff] [blame] | 17 | help |
| 18 | Generic driver for Texas Instruments interconnect target module |
| 19 | found on many TI SoCs. |
| 20 | |
Paul Barker | 07744f2 | 2022-11-14 12:42:37 +0000 | [diff] [blame] | 21 | config SPL_TI_SYSC |
| 22 | bool "Support TI sysc interconnect in SPL" |
| 23 | depends on SPL_DM && TI_SYSC |
| 24 | help |
| 25 | Generic driver for Texas Instruments interconnect target module |
| 26 | found on many TI SoCs. |
| 27 | |
Masahiro Yamada | e2bb0be | 2020-07-09 15:08:18 +0900 | [diff] [blame] | 28 | config UNIPHIER_SYSTEM_BUS |
| 29 | bool "UniPhier System Bus driver" |
| 30 | depends on ARCH_UNIPHIER |
| 31 | default y |
| 32 | help |
| 33 | Support for UniPhier System Bus, a simple external bus. This is |
| 34 | needed to use on-board devices connected to UniPhier SoCs. |
| 35 | |
| 36 | endmenu |