Kconfig 639 B

1234567891011121314151617181920212223242526272829303132333435
  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_DEVICE
  8. def_bool y
  9. depends on OF && (SPARC || PPC_OF || MICROBLAZE)
  10. config OF_GPIO
  11. def_bool y
  12. depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
  13. help
  14. OpenFirmware GPIO accessors
  15. config OF_I2C
  16. def_tristate I2C
  17. depends on (PPC_OF || MICROBLAZE) && I2C
  18. help
  19. OpenFirmware I2C accessors
  20. config OF_SPI
  21. def_tristate SPI
  22. depends on OF && (PPC_OF || MICROBLAZE) && SPI
  23. help
  24. OpenFirmware SPI accessors
  25. config OF_MDIO
  26. def_tristate PHYLIB
  27. depends on OF && PHYLIB
  28. help
  29. OpenFirmware MDIO bus (Ethernet PHY) accessors