Kconfig 506 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config EMPTY_SLOT
  2. bool
  3. config PTIMER
  4. bool
  5. config DEVICE_TREE
  6. bool
  7. # fail the build if libfdt not found
  8. depends on FDT
  9. config FITLOADER
  10. bool
  11. depends on DEVICE_TREE
  12. config GENERIC_LOADER
  13. bool
  14. default y
  15. config GUEST_LOADER
  16. bool
  17. default y
  18. depends on TCG && DEVICE_TREE
  19. config OR_IRQ
  20. bool
  21. config PLATFORM_BUS
  22. bool
  23. depends on DEVICE_TREE
  24. config REGISTER
  25. bool
  26. config SPLIT_IRQ
  27. bool
  28. config EIF
  29. bool
  30. depends on LIBCBOR && GNUTLS