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:
parent
dc0fb7ed38
commit
61f0ce44c7
4 changed files with 0 additions and 13 deletions
|
@ -139,7 +139,6 @@ CONFIG_SHUTOFF_PIC=y
|
|||
#
|
||||
# CONFIG_PCI is not set
|
||||
CONFIG_PLATFORM="ia32"
|
||||
CONFIG_LOAPIC_TIMER_FREQ=150000000
|
||||
CONFIG_UART_CONSOLE_INDEX=0
|
||||
|
||||
#
|
||||
|
|
|
@ -118,7 +118,6 @@ CONFIG_SHUTOFF_PIC=y
|
|||
#
|
||||
# CONFIG_PCI is not set
|
||||
CONFIG_PLATFORM="ia32"
|
||||
CONFIG_LOAPIC_TIMER_FREQ=150000000
|
||||
CONFIG_UART_CONSOLE_INDEX=0
|
||||
|
||||
#
|
||||
|
|
|
@ -40,10 +40,6 @@ config PLATFORM
|
|||
config PHYS_LOAD_ADDR
|
||||
default 0x00100000
|
||||
|
||||
config LOAPIC_TIMER_FREQ
|
||||
default 150000000
|
||||
depends on PLATFORM_ATOM_N28XX
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 150000000 if PLATFORM_ATOM_N28XX
|
||||
default 1193180 if PLATFORM_PCMINUTEIA
|
||||
|
|
|
@ -48,13 +48,6 @@ config LOAPIC_TIMER
|
|||
help
|
||||
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
|
||||
bool "PIT (i8253)"
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue