diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-11-21 21:33:41 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-11-21 21:37:56 +0000 |
commit | d6c5bb69cd165b1afbf149a5259543fe0ceed6d2 (patch) | |
tree | 58864220244c84f8293ae0798717ee42d34d495b /tools/llvm-bpf | |
parent | 148c516e1fdce13f7e786279b4f14ef18c4d28d3 (diff) | |
download | upstream-d6c5bb69cd165b1afbf149a5259543fe0ceed6d2.tar.gz upstream-d6c5bb69cd165b1afbf149a5259543fe0ceed6d2.tar.bz2 upstream-d6c5bb69cd165b1afbf149a5259543fe0ceed6d2.zip |
sunxi: build kernel with sun6i-rtc driver
sun6i-rtc cannot be built as a module and the hardware is only
present in some of the sunxi SoCs, see driver source:
{ .compatible = "allwinner,sun6i-a31-rtc" },
{ .compatible = "allwinner,sun8i-a23-rtc" },
{ .compatible = "allwinner,sun8i-h3-rtc" },
{ .compatible = "allwinner,sun8i-r40-rtc" },
{ .compatible = "allwinner,sun8i-v3-rtc" },
{ .compatible = "allwinner,sun50i-h5-rtc" },
{ .compatible = "allwinner,sun50i-h6-rtc" },
Set CONFIG_RTC_DRV_SUN6I=y in kernel config file for cortexa7 and
cortexa53 subtargets which covers all of the above.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'tools/llvm-bpf')
0 files changed, 0 insertions, 0 deletions