Kconfig 362 B

123456789101112131415161718192021
  1. config OF_DEVICE
  2. def_bool y
  3. depends on OF && (SPARC || PPC_OF)
  4. config OF_GPIO
  5. def_bool y
  6. depends on OF && PPC_OF && GPIOLIB
  7. help
  8. OpenFirmware GPIO accessors
  9. config OF_I2C
  10. def_tristate I2C
  11. depends on PPC_OF && I2C
  12. help
  13. OpenFirmware I2C accessors
  14. config OF_SPI
  15. def_tristate SPI
  16. depends on OF && PPC_OF && SPI
  17. help
  18. OpenFirmware SPI accessors