Kconfig 527 B

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