Config.in.i2c 678 B

1234567891011121314151617181920212223242526272829303132333435
  1. config ADK_KERNEL_I2C
  2. boolean
  3. config ADK_KERNEL_I2C_CHARDEV
  4. boolean
  5. config ADK_KPACKAGE_KMOD_I2C_CHARDEV
  6. tristate
  7. menu "I2C driver support"
  8. depends on ADK_TARGET_WITH_I2C
  9. config ADK_KERNEL_I2C_IMX
  10. prompt "I2C driver for Cubox-i"
  11. boolean
  12. depends on ADK_TARGET_SYSTEM_CUBOX_I
  13. select ADK_KERNEL_I2C
  14. select ADK_KERNEL_I2C_CHARDEV
  15. default y if ADK_TARGET_SYSTEM_CUBOX_I
  16. default n
  17. help
  18. I2C driver for Cubox-i.
  19. config ADK_KPACKAGE_KMOD_SCX200_ACB
  20. prompt "I2C driver for Geode"
  21. tristate
  22. depends on ADK_CPU_GEODE
  23. select ADK_KERNEL_I2C
  24. select ADK_KPACKAGE_KMOD_I2C_CHARDEV
  25. default y if ADK_CPU_GEODE
  26. default n
  27. help
  28. I2C driver for Geode boards.
  29. endmenu