mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 19:52:39 +00:00
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
7 lines
128 B
Plaintext
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.
|