diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-23 15:35:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-23 15:35:47 -0500 |
commit | 52dd704bf8eda7ca039cdb398ec0b6895c3ef939 (patch) | |
tree | 16218aaacdd67330bfc1a6863a9f9dbcf73170fe /board/sunxi/Kconfig | |
parent | b625fab7069cab52fd8e0c3dbb25e0d04d020173 (diff) | |
parent | dc44fd8ae4be0a88123a90ae2b3acdec45290ecf (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index a334aa336d..5e9d3af336 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -372,11 +372,14 @@ config I2C3_ENABLE See I2C0_ENABLE help text. endif +if SUNXI_GEN_SUN6I config R_I2C_ENABLE bool "Enable the PRCM I2C/TWI controller" - default n + # This is used for the pmic on H3 + default y if SY8106A_POWER ---help--- Set this to y to enable the I2C controller which is part of the PRCM. +endif if MACH_SUN7I config I2C4_ENABLE |