Kconfig 503 B

1234567891011121314151617181920
  1. menu "Versatile platform type"
  2. depends on ARCH_VERSATILE
  3. config ARCH_VERSATILE_PB
  4. bool "Support Versatile Platform Baseboard for ARM926EJ-S"
  5. select CPU_ARM926T
  6. select MIGHT_HAVE_PCI
  7. default y
  8. help
  9. Include support for the ARM(R) Versatile Platform Baseboard
  10. for the ARM926EJ-S.
  11. config MACH_VERSATILE_AB
  12. bool "Support Versatile Application Baseboard for ARM926EJ-S"
  13. select CPU_ARM926T
  14. help
  15. Include support for the ARM(R) Versatile Application Baseboard
  16. for the ARM926EJ-S.
  17. endmenu