Kconfig: Remove option LOAPIC_TIMER_FREQ

The LOAPIC_TIMER_FREQ Kconfig option is not used.

Change-Id: I919fd2128f667e0b91467cb542041449738dd992
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 12:02:16 -04:00 committed by Anas Nashif
commit 61f0ce44c7
4 changed files with 0 additions and 13 deletions

View file

@ -139,7 +139,6 @@ CONFIG_SHUTOFF_PIC=y
# #
# CONFIG_PCI is not set # CONFIG_PCI is not set
CONFIG_PLATFORM="ia32" CONFIG_PLATFORM="ia32"
CONFIG_LOAPIC_TIMER_FREQ=150000000
CONFIG_UART_CONSOLE_INDEX=0 CONFIG_UART_CONSOLE_INDEX=0
# #

View file

@ -118,7 +118,6 @@ CONFIG_SHUTOFF_PIC=y
# #
# CONFIG_PCI is not set # CONFIG_PCI is not set
CONFIG_PLATFORM="ia32" CONFIG_PLATFORM="ia32"
CONFIG_LOAPIC_TIMER_FREQ=150000000
CONFIG_UART_CONSOLE_INDEX=0 CONFIG_UART_CONSOLE_INDEX=0
# #

View file

@ -40,10 +40,6 @@ config PLATFORM
config PHYS_LOAD_ADDR config PHYS_LOAD_ADDR
default 0x00100000 default 0x00100000
config LOAPIC_TIMER_FREQ
default 150000000
depends on PLATFORM_ATOM_N28XX
config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_HW_CYCLES_PER_SEC
default 150000000 if PLATFORM_ATOM_N28XX default 150000000 if PLATFORM_ATOM_N28XX
default 1193180 if PLATFORM_PCMINUTEIA default 1193180 if PLATFORM_PCMINUTEIA

View file

@ -48,13 +48,6 @@ config LOAPIC_TIMER
help help
This option selects LOAPIC timer as a system timer. This option selects LOAPIC timer as a system timer.
config LOAPIC_TIMER_FREQ
int "LOAPIC timer frequency"
depends on LOAPIC_TIMER && X86_32
default 0
help
This option specifies LOAPIC timer frequency in HZ.
config PIT config PIT
bool "PIT (i8253)" bool "PIT (i8253)"
default n default n