Refresh Configuration
This commit is contained in:
parent
fc3765b5ae
commit
ce4c433037
|
@ -139,10 +139,15 @@ CONFIG_ARCH_CHIP_TM4C=y
|
|||
# Tiva/Stellaris Peripheral Support
|
||||
#
|
||||
# CONFIG_TIVA_I2C is not set
|
||||
CONFIG_TIVA_HAVE_I2C1=y
|
||||
CONFIG_TIVA_HAVE_I2C2=y
|
||||
CONFIG_TIVA_HAVE_I2C3=y
|
||||
# CONFIG_TIVA_HAVE_I2C4 is not set
|
||||
# CONFIG_TIVA_HAVE_I2C5 is not set
|
||||
CONFIG_TIVA_HAVE_I2C4=y
|
||||
CONFIG_TIVA_HAVE_I2C5=y
|
||||
CONFIG_TIVA_HAVE_I2C6=y
|
||||
CONFIG_TIVA_HAVE_I2C7=y
|
||||
CONFIG_TIVA_HAVE_I2C8=y
|
||||
CONFIG_TIVA_HAVE_I2C9=y
|
||||
CONFIG_TIVA_HAVE_UART3=y
|
||||
CONFIG_TIVA_HAVE_UART4=y
|
||||
CONFIG_TIVA_HAVE_UART5=y
|
||||
|
@ -157,6 +162,12 @@ CONFIG_TIVA_HAVE_SSI3=y
|
|||
# CONFIG_TIVA_I2C1 is not set
|
||||
# CONFIG_TIVA_I2C2 is not set
|
||||
# CONFIG_TIVA_I2C3 is not set
|
||||
# CONFIG_TIVA_I2C4 is not set
|
||||
# CONFIG_TIVA_I2C5 is not set
|
||||
# CONFIG_TIVA_I2C6 is not set
|
||||
# CONFIG_TIVA_I2C7 is not set
|
||||
# CONFIG_TIVA_I2C8 is not set
|
||||
# CONFIG_TIVA_I2C9 is not set
|
||||
CONFIG_TIVA_UART0=y
|
||||
# CONFIG_TIVA_UART1 is not set
|
||||
# CONFIG_TIVA_UART2 is not set
|
||||
|
|
Loading…
Reference in New Issue