Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. if ARCH_INTEGRATOR
  2. menu "Integrator Options"
  3. config ARCH_INTEGRATOR_AP
  4. bool "Support Integrator/AP and Integrator/PP2 platforms"
  5. select CLKSRC_MMIO
  6. select MIGHT_HAVE_PCI
  7. select SERIAL_AMBA_PL010 if TTY
  8. select SERIAL_AMBA_PL010_CONSOLE if TTY
  9. select SOC_BUS
  10. help
  11. Include support for the ARM(R) Integrator/AP and
  12. Integrator/PP2 platforms.
  13. config ARCH_INTEGRATOR_CP
  14. bool "Support Integrator/CP platform"
  15. select ARCH_CINTEGRATOR
  16. select ARM_TIMER_SP804
  17. select SERIAL_AMBA_PL011 if TTY
  18. select SERIAL_AMBA_PL011_CONSOLE if TTY
  19. select SOC_BUS
  20. help
  21. Include support for the ARM(R) Integrator CP platform.
  22. config ARCH_CINTEGRATOR
  23. bool
  24. config INTEGRATOR_IMPD1
  25. bool "Include support for Integrator/IM-PD1"
  26. depends on ARCH_INTEGRATOR_AP
  27. select ARCH_REQUIRE_GPIOLIB
  28. select ARM_VIC
  29. select GPIO_PL061 if GPIOLIB
  30. help
  31. The IM-PD1 is an add-on logic module for the Integrator which
  32. allows ARM(R) Ltd PrimeCells to be developed and evaluated.
  33. The IM-PD1 can be found on the Integrator/PP2 platform.
  34. To compile this driver as a module, choose M here: the
  35. module will be called impd1.
  36. endmenu
  37. endif