Kconfig 1.1 KB

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