Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. menuconfig ARCH_STI
  2. bool "STMicroelectronics Consumer Electronics SOCs with Device Trees" if ARCH_MULTI_V7
  3. select GENERIC_CLOCKEVENTS
  4. select CLKDEV_LOOKUP
  5. select ARM_GIC
  6. select ARM_GLOBAL_TIMER
  7. select PINCTRL
  8. select PINCTRL_ST
  9. select MFD_SYSCON
  10. select MIGHT_HAVE_CACHE_L2X0
  11. select HAVE_SMP
  12. select HAVE_ARM_SCU if SMP
  13. select ARCH_REQUIRE_GPIOLIB
  14. select ARM_ERRATA_720789
  15. select ARM_ERRATA_754322
  16. select PL310_ERRATA_753970 if CACHE_PL310
  17. select PL310_ERRATA_769419 if CACHE_PL310
  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. help
  28. This enables support for STMicroelectronics Digital Consumer
  29. Electronics family StiH415 parts, primarily targetted at set-top-box
  30. and other digital audio/video applications using Flattned Device
  31. Trees.
  32. config SOC_STIH416
  33. bool "STiH416 STMicroelectronics Consumer Electronics family"
  34. default y
  35. help
  36. This enables support for STMicroelectronics Digital Consumer
  37. Electronics family StiH416 parts, primarily targetted at set-top-box
  38. and other digital audio/video applications using Flattened Device
  39. Trees.
  40. endif