Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. menu "ST-Ericsson AB U300/U335 Platform"
  2. comment "ST-Ericsson Mobile Platform Products"
  3. config ARCH_U300
  4. bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
  5. depends on MMU
  6. select ARCH_REQUIRE_GPIOLIB
  7. select ARM_AMBA
  8. select ARM_PATCH_PHYS_VIRT
  9. select ARM_VIC
  10. select CLKDEV_LOOKUP
  11. select CLKSRC_MMIO
  12. select CLKSRC_OF
  13. select COMMON_CLK
  14. select CPU_ARM926T
  15. select GENERIC_CLOCKEVENTS
  16. select HAVE_TCM
  17. select PINCTRL
  18. select PINCTRL_COH901
  19. select PINCTRL_U300
  20. select SPARSE_IRQ
  21. select MFD_SYSCON
  22. select USE_OF
  23. help
  24. Support for ST-Ericsson U300 series mobile platforms.
  25. comment "ST-Ericsson U300/U335 Feature Selections"
  26. config MACH_U300
  27. depends on ARCH_U300
  28. bool "U300"
  29. default y
  30. config U300_DEBUG
  31. depends on ARCH_U300
  32. bool "Debug support for U300"
  33. depends on PM
  34. help
  35. Debug support for U300 in sysfs, procfs etc.
  36. config MACH_U300_SPIDUMMY
  37. depends on ARCH_U300
  38. bool "SSP/SPI dummy chip"
  39. select SPI
  40. select SPI_MASTER
  41. select SPI_PL022
  42. help
  43. This creates a small kernel module that creates a dummy
  44. SPI device to be used for loopback tests. Regularly used
  45. to test reference designs. If you're not testing SPI,
  46. you don't need it. Selecting this will activate the
  47. SPI framework and ARM PL022 support.
  48. endmenu