openwrt/target/linux/sunxi
Daniel Golle d6c5bb69cd
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>
2021-11-21 21:37:56 +00:00
..
base-files sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
cortexa7 sunxi: build kernel with sun6i-rtc driver 2021-11-21 21:37:56 +00:00
cortexa8 sunxi: 5.10: enable sun8i-thermal 2021-10-24 18:44:41 +02:00
cortexa53 sunxi: build kernel with sun6i-rtc driver 2021-11-21 21:37:56 +00:00
image sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
patches-5.4 sunxi: Nanopi R1S H5: enable LAN LED configuration 2021-10-30 21:17:20 +02:00
patches-5.10 sunxi: 5.10: Orange Pi Zero Plus: Fix networking 2021-11-19 09:40:29 +00:00
profiles
Makefile sunxi: switch to Kernel 5.10 2021-10-25 10:28:07 -10:00
config-5.4 sunxi: bring up DSA b53 switch on Lamobo R1 2021-09-15 19:11:29 +01:00
config-5.10 kernel: Set some options in generic configuration 2021-11-02 23:37:19 +01:00
modules.mk Revert "sunxi: add rtc-sun6i driver package" 2021-11-21 21:29:49 +00:00