aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorMario Six2018-08-06 10:23:38 +0200
committerSimon Glass2018-09-18 00:01:18 -0600
commit2c21749d7118b66b98cbab3f6301576726e06525 (patch)
tree7b4bc996c57e0799f82c41804cdda661851b2ec7 /drivers/timer/Kconfig
parentd259f975d475ced7623eb5a8fdc6abe82f996afd (diff)
timer: Add MPC83xx timer driver
Add a timer driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 5ab6749193c..a7d600b6e4e 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -140,4 +140,11 @@ config STM32_TIMER
Select this to enable support for the timer found on
STM32 devices.
+config MPC83XX_TIMER
+ bool "MPC83xx timer support"
+ depends on TIMER
+ help
+ Select this to enable support for the timer found on
+ devices based on the MPC83xx family of SoCs.
+
endmenu