diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index bceafbfa7268..15a9702e2941 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
| @@ -521,12 +521,19 @@ config I2C_PXA_SLAVE | |||
| 521 | is necessary for systems where the PXA may be a target on the | 521 | is necessary for systems where the PXA may be a target on the |
| 522 | I2C bus. | 522 | I2C bus. |
| 523 | 523 | ||
| 524 | config HAVE_S3C2410_I2C | ||
| 525 | bool | ||
| 526 | help | ||
| 527 | This will include I2C support for Samsung SoCs. If you want to | ||
| 528 | include I2C support for any machine, kindly select this in the | ||
| 529 | respective Kconfig file. | ||
| 530 | |||
| 524 | config I2C_S3C2410 | 531 | config I2C_S3C2410 |
| 525 | tristate "S3C2410 I2C Driver" | 532 | tristate "S3C2410 I2C Driver" |
| 526 | depends on ARCH_S3C2410 || ARCH_S3C64XX | 533 | depends on HAVE_S3C2410_I2C |
| 527 | help | 534 | help |
| 528 | Say Y here to include support for I2C controller in the | 535 | Say Y here to include support for I2C controller in the |
| 529 | Samsung S3C2410 based System-on-Chip devices. | 536 | Samsung SoCs. |
| 530 | 537 | ||
| 531 | config I2C_S6000 | 538 | config I2C_S6000 |
| 532 | tristate "S6000 I2C support" | 539 | tristate "S6000 I2C support" |
| @@ -549,7 +556,7 @@ config I2C_SH7760 | |||
| 549 | 556 | ||
| 550 | config I2C_SH_MOBILE | 557 | config I2C_SH_MOBILE |
| 551 | tristate "SuperH Mobile I2C Controller" | 558 | tristate "SuperH Mobile I2C Controller" |
| 552 | depends on SUPERH | 559 | depends on SUPERH || ARCH_SHMOBILE |
| 553 | help | 560 | help |
| 554 | If you say yes to this option, support will be included for the | 561 | If you say yes to this option, support will be included for the |
| 555 | built-in I2C interface on the Renesas SH-Mobile processor. | 562 | built-in I2C interface on the Renesas SH-Mobile processor. |
