Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-Boot
  • U-BootU-Boot
  • Repository
Switch branch/tag
  • u-boot
  • drivers
  • i2c
  • soft_i2c.c
Find file BlameHistoryPermalink
  • Mike Frysinger's avatar
    i2c: soft_i2c: add simple GPIO implementation · 793b5726
    Mike Frysinger authored Jul 21, 2010 and Heiko Schocher's avatar Heiko Schocher committed Jul 22, 2010
    
    
    Since the vast majority of GPIO I2C implementations behave the same way,
    support the common GPIO framework with default settings.
    
    This adds two new defines CONFIG_SOFT_I2C_GPIO_{SCL,SDA} so that boards
    which want GPIO I2C support need only define these.
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    Tested-by: Thomas Chou's avatarThomas Chou <thomas@wytron.com.tw>
    793b5726

Imprint & Privacy Policy