diff options
| author | Andreas Larsson <andreas@gaisler.com> | 2012-12-03 23:09:37 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-12-07 12:17:55 -0500 |
| commit | 476ab8fb78105f525cc56babb3980ffdd916aa24 (patch) | |
| tree | 075332939d44bc0f8fc4b8c56e222eb6b653d882 /drivers/of/Kconfig | |
| parent | 1afa471706963643ceeda7cbbe9c605a1e883d53 (diff) | |
of_i2c: sparc: Allow OF_I2C for sparc
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of/Kconfig')
| -rw-r--r-- | drivers/of/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index dfba3e64d595..d37bfcf5a3a2 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
| @@ -53,7 +53,7 @@ config OF_DEVICE | |||
| 53 | 53 | ||
| 54 | config OF_I2C | 54 | config OF_I2C |
| 55 | def_tristate I2C | 55 | def_tristate I2C |
| 56 | depends on I2C && !SPARC | 56 | depends on I2C |
| 57 | help | 57 | help |
| 58 | OpenFirmware I2C accessors | 58 | OpenFirmware I2C accessors |
| 59 | 59 | ||
