Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. menuconfig ARCH_STI
  2. bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7
  3. select ARM_GIC
  4. select ARM_GLOBAL_TIMER
  5. select PINCTRL
  6. select PINCTRL_ST
  7. select MFD_SYSCON
  8. select ARCH_HAS_RESET_CONTROLLER
  9. select HAVE_ARM_SCU if SMP
  10. select ARCH_REQUIRE_GPIOLIB
  11. select ARM_ERRATA_754322
  12. select ARM_ERRATA_764369 if SMP
  13. select ARM_ERRATA_775420
  14. select PL310_ERRATA_753970 if CACHE_L2X0
  15. select PL310_ERRATA_769419 if CACHE_L2X0
  16. help
  17. Include support for STiH41x SOCs like STiH415/416 using the device tree
  18. for discovery
  19. More information at Documentation/arm/STiH41x and
  20. at Documentation/devicetree
  21. if ARCH_STI
  22. config SOC_STIH415
  23. bool "STiH415 STMicroelectronics Consumer Electronics family"
  24. default y
  25. select STIH415_RESET
  26. help
  27. This enables support for STMicroelectronics Digital Consumer
  28. Electronics family StiH415 parts, primarily targeted at set-top-box
  29. and other digital audio/video applications using Flattned Device
  30. Trees.
  31. config SOC_STIH416
  32. bool "STiH416 STMicroelectronics Consumer Electronics family"
  33. default y
  34. select STIH416_RESET
  35. help
  36. This enables support for STMicroelectronics Digital Consumer
  37. Electronics family StiH416 parts, primarily targeted at set-top-box
  38. and other digital audio/video applications using Flattened Device
  39. Trees.
  40. endif