Skip to content

Commit

Permalink
build/configs/rtl8730e : Enable I2C configs
Browse files Browse the repository at this point in the history
Enable I2C0 and I2C2 configs to avoid hang issue related to PM
I2C0 ->TSP
I2C2 ->AMP

Signed-off-by: Jaeyong Lee <[email protected]>
  • Loading branch information
jylee9613 authored and sunghan-chang committed Dec 10, 2024
1 parent 1738893 commit 086c48b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/audio/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ CONFIG_AMEBASMART_SPI_EXCHANGE=y
# CONFIG_SPI_CS is not set
CONFIG_AMEBASMART_I2C=y
CONFIG_AMEBASMART_I2C0=y
CONFIG_AMEBASMART_I2C1=y
# CONFIG_AMEBASMART_I2C1 is not set
CONFIG_AMEBASMART_I2C2=y
# CONFIG_AMEBASMART_I2C_DYNTIMEO is not set
CONFIG_AMEBASMART_I2CTIMEOSEC=0
Expand Down
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/flat_dev_ddr/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ CONFIG_AMEBASMART_SPI_DMA=y
CONFIG_AMEBASMART_I2C=y
CONFIG_AMEBASMART_I2C0=y
# CONFIG_AMEBASMART_I2C1 is not set
# CONFIG_AMEBASMART_I2C2 is not set
CONFIG_AMEBASMART_I2C2=y
# CONFIG_AMEBASMART_I2C_DYNTIMEO is not set
CONFIG_AMEBASMART_I2CTIMEOSEC=0
CONFIG_AMEBASMART_I2CTIMEOMS=500
Expand Down
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/flat_dev_psram/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ CONFIG_AMEBASMART_SPI_DMA=y
CONFIG_AMEBASMART_I2C=y
CONFIG_AMEBASMART_I2C0=y
# CONFIG_AMEBASMART_I2C1 is not set
# CONFIG_AMEBASMART_I2C2 is not set
CONFIG_AMEBASMART_I2C2=y
# CONFIG_AMEBASMART_I2C_DYNTIMEO is not set
CONFIG_AMEBASMART_I2CTIMEOSEC=0
CONFIG_AMEBASMART_I2CTIMEOMS=500
Expand Down
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/loadable_ext_ddr/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ CONFIG_AMEBASMART_SPI_DMA=y
CONFIG_AMEBASMART_I2C=y
CONFIG_AMEBASMART_I2C0=y
# CONFIG_AMEBASMART_I2C1 is not set
# CONFIG_AMEBASMART_I2C2 is not set
CONFIG_AMEBASMART_I2C2=y
# CONFIG_AMEBASMART_I2C_DYNTIMEO is not set
CONFIG_AMEBASMART_I2CTIMEOSEC=0
CONFIG_AMEBASMART_I2CTIMEOMS=500
Expand Down
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/loadable_ext_psram/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ CONFIG_AMEBASMART_SPI_DMA=y
CONFIG_AMEBASMART_I2C=y
CONFIG_AMEBASMART_I2C0=y
# CONFIG_AMEBASMART_I2C1 is not set
# CONFIG_AMEBASMART_I2C2 is not set
CONFIG_AMEBASMART_I2C2=y
# CONFIG_AMEBASMART_I2C_DYNTIMEO is not set
CONFIG_AMEBASMART_I2CTIMEOSEC=0
CONFIG_AMEBASMART_I2CTIMEOMS=500
Expand Down

0 comments on commit 086c48b

Please sign in to comment.