mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rtc: sun6i: Disable the build as a module
am: 616f5ef613
Change-Id: I7f17fb49e3d082d70e517ac5fab7cef891c0a08f
This commit is contained in:
@@ -1432,7 +1432,7 @@ config RTC_DRV_SUN4V
|
||||
based RTC on SUN4V systems.
|
||||
|
||||
config RTC_DRV_SUN6I
|
||||
tristate "Allwinner A31 RTC"
|
||||
bool "Allwinner A31 RTC"
|
||||
default MACH_SUN6I || MACH_SUN8I || COMPILE_TEST
|
||||
depends on ARCH_SUNXI
|
||||
help
|
||||
|
||||
@@ -439,9 +439,4 @@ static struct platform_driver sun6i_rtc_driver = {
|
||||
.of_match_table = sun6i_rtc_dt_ids,
|
||||
},
|
||||
};
|
||||
|
||||
module_platform_driver(sun6i_rtc_driver);
|
||||
|
||||
MODULE_DESCRIPTION("sun6i RTC driver");
|
||||
MODULE_AUTHOR("Chen-Yu Tsai <wens@csie.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
builtin_platform_driver(sun6i_rtc_driver);
|
||||
|
||||
Reference in New Issue
Block a user