zephyr/drivers/timer/Kconfig
Juan Manuel Cruz f98466d54b Kconfig symbols for drivers directory.
This commit adds the Kconfig files that describe the CONFIG
symbols that belongs to the drivers directory and subdirectories.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: I924835ece11a3d597e77a55ace21d724dd5ddbe5
2016-02-05 20:14:04 -05:00

7 lines
128 B
Plaintext

config PIT
bool "PIT (i8253)"
default n
depends on ARCH="x86"
help
This option selects legacy i8253 timer as system timer.