Kconfig 372 B

1234567891011121314151617
  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. default y
  7. help
  8. Include support for the ARM(R) Versatile/PB platform.
  9. config MACH_VERSATILE_AB
  10. bool "Support Versatile/AB platform"
  11. select CPU_ARM926T
  12. help
  13. Include support for the ARM(R) Versatile/AP platform.
  14. endmenu