zephyr/arch/x86/generic_pc/Kconfig

46 lines
1.0 KiB
Plaintext
Raw Normal View History

config BSP_DIR
string
default generic_pc
help
This option holds the directory name used by sysgen to identify
the location of the config1p.vpf file and is used by the build system
to locate the correct linker file.
config PHYS_LOAD_ADDR
default 0x00100000
config LOAPIC_TIMER_FREQ
default 150000000
depends on BSP_ATOM_N28XX
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1193180 if BSP_PCPENTIUM4
default 150000000 if BSP_ATOM_N28XX
default 1193180 if BSP_PCMINUTEIA
menu "Serial Ports"
config EXTRA_SERIAL_PORT
bool "Extra serial port"
default n
help
This option signifies the number of serial ports the target has.
config SERIAL_INTERRUPT_LEVEL
bool "Serial interrupt level"
depends on IOAPIC && EXTRA_SERIAL_PORT
default y
help
Option signifies that the serial controller uses level interrupts
instead of edge
config SERIAL_INTERRUPT_LOW
bool "Serial interrupt low"
depends on IOAPIC && EXTRA_SERIAL_PORT
default n
help
Option signifies that the serial controller uses low level interrupts
instead of high
endmenu