Kconfig 583 B

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