Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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"
  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 USE_OF
  22. help
  23. Support for ST-Ericsson U300 series mobile platforms.
  24. comment "ST-Ericsson U300/U335 Feature Selections"
  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