aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-04-12 09:15:38 +0200
committerJo-Philipp Wich <jo@mein.io>2017-12-13 15:20:38 +0100
commit98588273b10457bea0a47a0ba8e2a07a6f99af0d (patch)
tree020fbfaed6585f8c870cd6f9399d60530b204aa1 /target
parentf30114c7c427a9568d56578560aad9cf5839e4df (diff)
downloadupstream-98588273b10457bea0a47a0ba8e2a07a6f99af0d.tar.gz
upstream-98588273b10457bea0a47a0ba8e2a07a6f99af0d.tar.bz2
upstream-98588273b10457bea0a47a0ba8e2a07a6f99af0d.zip
kernel: allow selecting RTC drivers on targets without explicit RTC support
Keep them disabled by default to avoid pulling in extra kernel bloat Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 5afe9a054cbcb1630a42200f3ac799432522a87d)
Diffstat (limited to 'target')
-rw-r--r--target/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 9ff7096880..cb876c6af2 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -34,7 +34,8 @@ config USB_GADGET_SUPPORT
bool
config RTC_SUPPORT
- bool
+ tristate
+ depends on m
config BIG_ENDIAN
bool