Kconfig 597 B

1234567891011121314151617181920
  1. #
  2. # RapidIO infrastructure and drivers
  3. #
  4. config DM_RIO
  5. bool "Enable Driver Model for RapidIO drivers"
  6. depends on DM
  7. default n
  8. help
  9. Enable driver model for RapidIO access. The standard RapidIO
  10. interface (rio_config_read(), etc.) is then implemented by
  11. the RapidIO uclass. Drivers provide methods to query the
  12. particular RapidIO devices that they support. The uclass
  13. interface is defined in include/rio.h.
  14. config KEYSTONE_RIO
  15. bool "Support for TI KeyStone RapidIO"
  16. depends on TARGET_K2HK_EVM && DM_RIO
  17. help
  18. Say Y here if you want to use RapidIO to boot your board.