Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig ARCH_STI
  3. bool "STMicroelectronics Consumer Electronics SOCs"
  4. depends on ARCH_MULTI_V7
  5. select ARM_GIC
  6. select ST_IRQCHIP
  7. select ARM_GLOBAL_TIMER
  8. select CLKSRC_ST_LPC
  9. select PINCTRL
  10. select PINCTRL_ST
  11. select MFD_SYSCON
  12. select ARCH_HAS_RESET_CONTROLLER
  13. select HAVE_ARM_SCU if SMP
  14. select GPIOLIB
  15. select ARM_ERRATA_754322
  16. select ARM_ERRATA_764369 if SMP
  17. select ARM_ERRATA_775420
  18. select PL310_ERRATA_753970 if CACHE_L2X0
  19. select PL310_ERRATA_769419 if CACHE_L2X0
  20. select RESET_CONTROLLER
  21. help
  22. Include support for STMicroelectronics' STiH415/416, STiH407/10 and
  23. STiH418 family SoCs using the Device Tree for discovery. More
  24. information can be found in Documentation/arm/sti/ and
  25. Documentation/devicetree.
  26. if ARCH_STI
  27. config SOC_STIH415
  28. bool "STiH415 STMicroelectronics Consumer Electronics family"
  29. default y
  30. help
  31. This enables support for STMicroelectronics Digital Consumer
  32. Electronics family StiH415 parts, primarily targeted at set-top-box
  33. and other digital audio/video applications using Flattned Device
  34. Trees.
  35. config SOC_STIH416
  36. bool "STiH416 STMicroelectronics Consumer Electronics family"
  37. default y
  38. help
  39. This enables support for STMicroelectronics Digital Consumer
  40. Electronics family StiH416 parts, primarily targeted at set-top-box
  41. and other digital audio/video applications using Flattened Device
  42. Trees.
  43. config SOC_STIH407
  44. bool "STiH407 STMicroelectronics Consumer Electronics family"
  45. default y
  46. select STIH407_RESET
  47. help
  48. This enables support for STMicroelectronics Digital Consumer
  49. Electronics family StiH407 parts, targetted at set-top-box
  50. and other digital audio/video applications using Flattened Device
  51. Trees.
  52. endif