Kconfig 538 B

1234567891011121314151617181920212223
  1. if ARCH_CAMELOT
  2. menu "Epxa10db"
  3. comment "PLD hotswap support"
  4. config PLD
  5. bool
  6. default y
  7. config PLD_HOTSWAP
  8. bool "Support for PLD device hotplugging (experimental)"
  9. depends on EXPERIMENTAL
  10. help
  11. This enables support for the dynamic loading and configuration of
  12. compatible drivers when the contents of the PLD are changed. This
  13. is still experimental and requires configuration tools which are
  14. not yet generally available. Say N here. You must enable the kernel
  15. module loader for this feature to work.
  16. endmenu
  17. endif