Kconfig 395 B

123456789101112131415161718
  1. menu "Versatile platform type"
  2. depends on ARCH_VERSATILE
  3. config ARCH_VERSATILE_PB
  4. bool "Support Versatile/PB platform"
  5. select CPU_ARM926T
  6. select MIGHT_HAVE_PCI
  7. default y
  8. help
  9. Include support for the ARM(R) Versatile/PB platform.
  10. config MACH_VERSATILE_AB
  11. bool "Support Versatile/AB platform"
  12. select CPU_ARM926T
  13. help
  14. Include support for the ARM(R) Versatile/AP platform.
  15. endmenu