diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-04-12 09:15:38 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-02 14:33:58 +0200 |
commit | 5afe9a054cbcb1630a42200f3ac799432522a87d (patch) | |
tree | c034eaf66c3edd04fce449bb5d1551f326b985b9 /target | |
parent | 21c2e93e67bc44c1b72dbbe2dc9f9451d44f81a0 (diff) | |
download | upstream-5afe9a054cbcb1630a42200f3ac799432522a87d.tar.gz upstream-5afe9a054cbcb1630a42200f3ac799432522a87d.tar.bz2 upstream-5afe9a054cbcb1630a42200f3ac799432522a87d.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>
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
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 |