Kconfig 542 B

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