Kconfig 1.7 KB

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