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