kernel: Add CONFIG_RTC to generic config
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 20 Jun 2019 08:49:20 +0000 (10:49 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 20 Jun 2019 10:53:37 +0000 (12:53 +0200)
commitfa1ee2bd2b8281450a95f4e8eefae3290ae17cac
treebfa4d238c256873e49832d5d0502965bf6390d50
parent076ea9f473198363d2bd4b4702c4922ab9c9fafa
kernel: Add CONFIG_RTC to generic config

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

This should fix the build on the arm64/generic and the layerscape/64b
targets.

Fixes: 6c5c3a2edccf ("kernel: Update to version 4.4.182")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/arc770/config-4.4
target/linux/archs38/config-4.4
target/linux/generic/config-4.4