Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # SPDX-License-Identifier: GPL-2.0
  2. menuconfig ARCH_U8500
  3. bool "ST-Ericsson U8500 Series"
  4. depends on ARCH_MULTI_V7
  5. select AB8500_CORE
  6. select ABX500_CORE
  7. select ARM_AMBA
  8. select ARM_ERRATA_754322
  9. select ARM_ERRATA_764369 if SMP
  10. select ARM_GIC
  11. select CACHE_L2X0
  12. select CLKSRC_DBX500_PRCMU
  13. select CLKSRC_NOMADIK_MTU
  14. select GPIOLIB
  15. select HAVE_ARM_SCU if SMP
  16. select HAVE_ARM_TWD if SMP
  17. select I2C
  18. select I2C_NOMADIK
  19. select MFD_DB8500_PRCMU
  20. select PINCTRL
  21. select PINCTRL_AB8500
  22. select PINCTRL_AB8505
  23. select PINCTRL_ABX500
  24. select PINCTRL_DB8500
  25. select PINCTRL_NOMADIK
  26. select PL310_ERRATA_753970 if CACHE_L2X0
  27. select PM_GENERIC_DOMAINS if PM
  28. select REGULATOR
  29. select REGULATOR_DB8500_PRCMU
  30. select REGULATOR_FIXED_VOLTAGE
  31. select SOC_BUS
  32. select RESET_CONTROLLER
  33. help
  34. Support for ST-Ericsson's Ux500 architecture
  35. if ARCH_U8500
  36. config UX500_SOC_DB8500
  37. def_bool y
  38. config UX500_DEBUG_UART
  39. int "Ux500 UART to use for low-level debug"
  40. default 2
  41. help
  42. Choose the UART on which kernel low-level debug messages should be
  43. output.
  44. endif