]> git.hungrycats.org Git - linux/commit
rtc: sun6i: Disable the build as a module
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 23 Jan 2017 10:41:46 +0000 (11:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 05:44:19 +0000 (06:44 +0100)
commitc45b4fe3ca45377ebaddda8455f85a3f2ef9a377
treeaab3bbc466b83f9bac696c90d0dc600b2fabf23d
parentb97cb8ece888ff009e54acb01d8e61baa6110e78
rtc: sun6i: Disable the build as a module

commit 3753941475ae6501dcd1e41832bd0e6c35247d6a upstream.

Since we have to provide the clock very early on, the RTC driver cannot be
built as a module. Make sure that won't happen.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/rtc/Kconfig
drivers/rtc/rtc-sun6i.c