soc: arm: mchp: Add I2C to device tree for MEC1501
Add additional support to device tree for I2C Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
99ba2e7fba
commit
467d1c3205
|
@ -22,4 +22,11 @@ config UART_NS16550
|
|||
|
||||
endif # SERIAL
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_XEC
|
||||
def_bool y
|
||||
|
||||
endif # I2C
|
||||
|
||||
endif # SOC_MEC1501_HSZ
|
||||
|
|
Loading…
Reference in New Issue