sunxi: disable RTC on h3/h5

The in-SoC RTC is more disruptive than useful
without a battery connected.
This commit is contained in:
AmadeusGhost 2021-04-03 11:05:31 +08:00
parent 9c03f8b1e7
commit 7686e88d07
2 changed files with 0 additions and 4 deletions

View File

@ -137,8 +137,6 @@ CONFIG_PINCTRL_SUN50I_H6_R=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_SUN6I=y
# CONFIG_SND_SUN50I_CODEC_ANALOG is not set
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SPARSEMEM=y

View File

@ -12,6 +12,4 @@ CONFIG_MDIO_BUS_MUX=y
# CONFIG_PINCTRL_SUN50I_H5 is not set
# CONFIG_PINCTRL_SUN50I_H6 is not set
# CONFIG_PINCTRL_SUN50I_H6_R is not set
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_SUN6I=y
CONFIG_UNWINDER_ARM=y