Cosmetic: Fix whitespace in timer driver Kconfig

Change-Id: I2d44567756faee030a26004973ad8c306a47bbcd
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 12:06:15 -04:00 committed by Anas Nashif
parent 53b721a706
commit dc0fb7ed38

View file

@ -36,7 +36,7 @@ menu "Timer Drivers"
config HPET_TIMER
bool "HPET timer"
default n
depends on X86_32
depends on X86_32
help
This option selects High Precision Event Timer (HPET) as a
system timer.
@ -58,7 +58,7 @@ config LOAPIC_TIMER_FREQ
config PIT
bool "PIT (i8253)"
default n
depends on X86_32
depends on X86_32
help
This option selects legacy i8253 timer as system timer.