rtc: jz4740: make the driver builtin only
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 8 Nov 2016 21:49:55 +0000 (22:49 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Nov 2016 00:37:03 +0000 (01:37 +0100)
commitb9168c539c0b2de756aaffd380384dbde8adbe07
tree7c94fab7d6c6ec7b797f4ddf4becc22b0d8666fa
parent819c21785b498d38fbbe361458dc2f05d943cc46
rtc: jz4740: make the driver builtin only

Since the driver is now calling machine_halt() that is not exported, it has
to be built in the kernel. Building it as a module will fail at linking
time.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/Kconfig
drivers/rtc/rtc-jz4740.c