From 5afe9a054cbcb1630a42200f3ac799432522a87d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 12 Apr 2017 09:15:38 +0200 Subject: 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 --- target/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target') 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 -- cgit v1.2.3