Kconfig 516 B

12345678910111213141516171819
  1. menu "RealView platform type"
  2. depends on ARCH_REALVIEW
  3. config MACH_REALVIEW_EB
  4. bool "Support RealView/EB platform"
  5. select ARM_GIC
  6. help
  7. Include support for the ARM(R) RealView Emulation Baseboard platform.
  8. config REALVIEW_MPCORE
  9. bool "Support MPcore tile"
  10. depends on MACH_REALVIEW_EB
  11. help
  12. Enable support for the MPCore tile on the Realview platform.
  13. Since there are device address and interrupt differences, a
  14. kernel built with this option enabled is not compatible with
  15. other tiles.
  16. endmenu