X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Ftimer%2FKconfig;h=17e7dfe24526898abd90d07edbc8f7922a01bb30;hb=a4b0d83b66f1cef9a93b403e4c11424b5b43b09f;hp=e03852396b7ccb4d5302484fc256d006c1bccfae;hpb=5cf618ee60a752d058a767372ca1ecb8d9c09b16;p=oweals%2Fu-boot.git diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index e03852396b..17e7dfe245 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -74,4 +74,16 @@ config ARC_TIMER usually at least one of them exists. Either of them is supported in U-Boot. +config AG101P_TIMER + bool "AG101P timer support" + depends on TIMER && NDS32 + help + Select this to enable a timer for AG01P devices. + +config AE3XX_TIMER + bool "AE3XX timer support" + depends on TIMER && NDS32 + help + Select this to enable a timer for AE3XX devices. + endmenu