diff options
author | Tom Rini | 2018-07-03 23:09:34 -0400 |
---|---|---|
committer | Tom Rini | 2018-07-03 23:09:34 -0400 |
commit | 4ac5df4b41ba46d7e635bdd8d500721c642b0a0d (patch) | |
tree | cc1fa4ffbda05534cee8b0add68338e6dc141455 /arch/arm/mach-sunxi | |
parent | 89c5c976195342344f4caffce016c2de7abb8802 (diff) | |
parent | be0d217952222b2bd3ed071de9bb0c66d8cc80d9 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index a3f77230286..3624a03947f 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -84,6 +84,9 @@ config SUNXI_HIGH_SRAM Chips using the latter setup are supposed to select this option to adjust the addresses accordingly. +config SUNXI_A64_TIMER_ERRATUM + bool + # Note only one of these may be selected at a time! But hidden choices are # not supported by Kconfig config SUNXI_GEN_SUN4I @@ -270,6 +273,7 @@ config MACH_SUN50I select SUNXI_DRAM_DW_32BIT select FIT select SPL_LOAD_FIT + select SUNXI_A64_TIMER_ERRATUM config MACH_SUN50I_H5 bool "sun50i (Allwinner H5)" |