Kconfig 633 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Bus Devices
  4. #
  5. menu "Bus devices"
  6. config TI_PWMSS
  7. bool
  8. default y if ARCH_OMAP2PLUS && PWM_TI_EHRPWM
  9. help
  10. PWM Subsystem driver support for AM33xx SOC.
  11. config TI_SYSC
  12. bool "TI sysc interconnect target module driver"
  13. depends on ARCH_OMAP2PLUS
  14. help
  15. Generic driver for Texas Instruments interconnect target module
  16. found on many TI SoCs.
  17. config UNIPHIER_SYSTEM_BUS
  18. bool "UniPhier System Bus driver"
  19. depends on ARCH_UNIPHIER
  20. default y
  21. help
  22. Support for UniPhier System Bus, a simple external bus. This is
  23. needed to use on-board devices connected to UniPhier SoCs.
  24. endmenu