kernel: move CONFIG_RTC to generic configs lede-17.01-queue
authorJonas Gorski <jonas.gorski@gmail.com>
Thu, 20 Jun 2019 09:37:51 +0000 (11:37 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Thu, 20 Jun 2019 09:48:51 +0000 (11:48 +0200)
commit7ab39431e005ffae6996540c97b88fc0d3ec5910
tree8f87b17b3aabbbf62d0761dced0e408056bfc2b6
parent74b67cbf5b40bdf95333435d5ca06f289dd0edf6
kernel: move CONFIG_RTC to generic configs

RTC (the legacy driver) should not really be used, but seems to crop up
after the kernel update. Fix this by disabling it in the generic config.

Fixes the following build issue seen in arm64 or powerpc64:

ARM JTAG DCC console (HVC_DCC) [N/y/?] n
Virtio console (VIRTIO_CONSOLE) [N/m/y/?] n
Enhanced Real Time Clock Support (legacy PC RTC driver) (RTC) [N/m/y/?] (NEW) aborted!

Console input/output is redirected. Run 'make oldconfig' to update configuration.

scripts/kconfig/Makefile:37: recipe for target 'silentoldconfig' failed

Fixes: 6c5c3a2edccf ("kernel: Update to version 4.4.182")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
target/linux/arc770/config-4.4
target/linux/archs38/config-4.4
target/linux/generic/config-4.4