mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: koelsch: Enable I2C in defconfig
This enables I2C support in koelsch_defconfig. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
0771ddff31
commit
ab44f75f11
|
@ -62,6 +62,8 @@ CONFIG_SH_ETH=y
|
|||
CONFIG_SERIAL_SH_SCI=y
|
||||
CONFIG_SERIAL_SH_SCI_NR_UARTS=20
|
||||
CONFIG_SERIAL_SH_SCI_CONSOLE=y
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_RCAR=y
|
||||
# CONFIG_HWMON is not set
|
||||
CONFIG_THERMAL=y
|
||||
CONFIG_RCAR_THERMAL=y
|
||||
|
|
Loading…
Reference in New Issue