Kconfig 737 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config OF_FLATTREE
  2. bool
  3. depends on OF
  4. config OF_DYNAMIC
  5. def_bool y
  6. depends on OF && PPC_OF
  7. config OF_ADDRESS
  8. def_bool y
  9. depends on OF && !SPARC
  10. config OF_IRQ
  11. def_bool y
  12. depends on OF && !SPARC
  13. config OF_DEVICE
  14. def_bool y
  15. depends on OF && (SPARC || PPC_OF || MICROBLAZE)
  16. config OF_GPIO
  17. def_bool y
  18. depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
  19. help
  20. OpenFirmware GPIO accessors
  21. config OF_I2C
  22. def_tristate I2C
  23. depends on OF && !SPARC && I2C
  24. help
  25. OpenFirmware I2C accessors
  26. config OF_SPI
  27. def_tristate SPI
  28. depends on OF && (PPC_OF || MICROBLAZE) && SPI
  29. help
  30. OpenFirmware SPI accessors
  31. config OF_MDIO
  32. def_tristate PHYLIB
  33. depends on OF && PHYLIB
  34. help
  35. OpenFirmware MDIO bus (Ethernet PHY) accessors