From 80768ddccd6275d1506badcf57ae31560ca19da2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 13 Jan 2017 07:14:38 -0800 Subject: ramips: Add I2C driver to the default kernel config I made a commit that added the RTC driver to the kernel config with the intent that it would fix hctosys. Unfortunately while the RTC driver is in there, it's connected through I2C, the driver for which comes in module form and is thus loaded late. After this commit, it works fine. Signed-off-by: Rosen Penev --- target/linux/ramips/mt7621/config-4.4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ramips/mt7621') diff --git a/target/linux/ramips/mt7621/config-4.4 b/target/linux/ramips/mt7621/config-4.4 index 73c3b39f48..383370b86e 100644 --- a/target/linux/ramips/mt7621/config-4.4 +++ b/target/linux/ramips/mt7621/config-4.4 @@ -115,6 +115,8 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HIGHMEM=y CONFIG_HW_HAS_PCI=y CONFIG_HZ_PERIODIC=y +CONFIG_I2C=y +CONFIG_I2C_MT7621=y # CONFIG_IMG_MDC_DMA is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y -- cgit v1.2.3