Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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_754322
  15. select ARM_ERRATA_764369
  16. select ARM_ERRATA_775420
  17. select PL310_ERRATA_753970 if CACHE_PL310
  18. select PL310_ERRATA_769419 if CACHE_PL310
  19. help
  20. Include support for STiH41x SOCs like STiH415/416 using the device tree
  21. for discovery
  22. More information at Documentation/arm/STiH41x and
  23. at Documentation/devicetree
  24. if ARCH_STI
  25. config SOC_STIH415
  26. bool "STiH415 STMicroelectronics Consumer Electronics family"
  27. default y
  28. help
  29. This enables support for STMicroelectronics Digital Consumer
  30. Electronics family StiH415 parts, primarily targetted 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. help
  37. This enables support for STMicroelectronics Digital Consumer
  38. Electronics family StiH416 parts, primarily targetted at set-top-box
  39. and other digital audio/video applications using Flattened Device
  40. Trees.
  41. endif