Kconfig 832 B

123456789101112131415161718192021222324252627282930313233343536
  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 DM && ARCH_OMAP2PLUS
  14. help
  15. Generic driver for Texas Instruments interconnect target module
  16. found on many TI SoCs.
  17. config SPL_TI_SYSC
  18. bool "Support TI sysc interconnect in SPL"
  19. depends on SPL_DM && TI_SYSC
  20. help
  21. Generic driver for Texas Instruments interconnect target module
  22. found on many TI SoCs.
  23. config UNIPHIER_SYSTEM_BUS
  24. bool "UniPhier System Bus driver"
  25. depends on ARCH_UNIPHIER
  26. default y
  27. help
  28. Support for UniPhier System Bus, a simple external bus. This is
  29. needed to use on-board devices connected to UniPhier SoCs.
  30. endmenu