diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-11 16:32:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-11 16:32:58 +0000 |
commit | 3c75de4029d12f2683fb028902d1d1c1c94177d6 (patch) | |
tree | 09bee2a2a78c2604acf8654d251dd4d919842cfe /target/linux/ramips | |
parent | 9329ffbe964357608c4f99bfc6f7bf41e14da7a0 (diff) | |
download | master-187ad058-3c75de4029d12f2683fb028902d1d1c1c94177d6.tar.gz master-187ad058-3c75de4029d12f2683fb028902d1d1c1c94177d6.tar.bz2 master-187ad058-3c75de4029d12f2683fb028902d1d1c1c94177d6.zip |
ramips: Enable RTC support for PBR-M1
The PBR-M1 and other upcoming MT7621 boards have RTC chips on them. The
PBR-M1 also selects the kmod-rtc-pcf8563 by default. But the module itself
will not be build because CONFIG_RTC_CLASS is currently not enabled for its
kernel.
Enabling this option should fix the problem of the missing rtc device on
these boards.
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index 7168997159..fb05d1e645 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -173,6 +173,7 @@ CONFIG_RCU_STALL_COMMON=y CONFIG_RESET_CONTROLLER=y CONFIG_RFS_ACCEL=y CONFIG_RPS=y +CONFIG_RTC_CLASS=y CONFIG_SCHED_SMT=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=4 |