Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 HAVE_SCHED_CLOCK
  7. select MIGHT_HAVE_PCI
  8. select SERIAL_AMBA_PL010
  9. select SERIAL_AMBA_PL010_CONSOLE
  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 PLAT_VERSATILE_CLCD
  18. select SERIAL_AMBA_PL011
  19. select SERIAL_AMBA_PL011_CONSOLE
  20. help
  21. Include support for the ARM(R) Integrator CP platform.
  22. config ARCH_CINTEGRATOR
  23. bool
  24. config INTEGRATOR_IMPD1
  25. tristate "Include support for Integrator/IM-PD1"
  26. depends on ARCH_INTEGRATOR_AP
  27. help
  28. The IM-PD1 is an add-on logic module for the Integrator which
  29. allows ARM(R) Ltd PrimeCells to be developed and evaluated.
  30. The IM-PD1 can be found on the Integrator/PP2 platform.
  31. To compile this driver as a module, choose M here: the
  32. module will be called impd1.
  33. endmenu
  34. endif