Various fixes to Kconfig: All kconfig-boards should have a
complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a3d6ea8a73
commit
0e9a92545d
|
@ -61,6 +61,10 @@ config CPU_ADDR_BITS
|
|||
int
|
||||
default 36
|
||||
|
||||
config AGP_APERTURE_SIZE
|
||||
hex
|
||||
default 0
|
||||
|
||||
config XIP_ROM_BASE
|
||||
hex
|
||||
default 0xfffe0000
|
||||
|
|
|
@ -24,6 +24,11 @@ config TTYS0_BAUD
|
|||
depends on SERIAL_SET_SPEED
|
||||
default 115200
|
||||
|
||||
config TTYS0_LCS
|
||||
int
|
||||
default 3
|
||||
depends on CONSOLE_SERIAL8250
|
||||
|
||||
config USBDEBUG_DIRECT
|
||||
bool "USB debug dongle support. Not supported on all chipsets."
|
||||
default n
|
||||
|
|
|
@ -21,6 +21,10 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|||
hex
|
||||
default 0
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
config SMP
|
||||
bool
|
||||
default y if MAX_CPUS != 1
|
||||
|
@ -39,3 +43,10 @@ config SSE
|
|||
help
|
||||
Set this in socket or model if the CPU has SSE.
|
||||
If the CPUs for the socket always have MX, set it there.
|
||||
|
||||
config VAR_MTRR_HOLE
|
||||
bool
|
||||
default y
|
||||
help
|
||||
Unset this if you don't want the MTRR code to use
|
||||
subtractive MTRRs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
config CPU_INTEL_CORE2
|
||||
bool
|
||||
default y
|
||||
default n
|
||||
select SMP
|
||||
select HAVE_MOVNTI
|
||||
|
|
|
@ -6,6 +6,14 @@ config WAIT_BEFORE_CPUS_INIT
|
|||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_IO
|
||||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_LAPIC
|
||||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_TSC
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -147,3 +147,7 @@ config PCI_ROM_RUN
|
|||
default y
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
|
|
@ -115,3 +115,8 @@ config HT_CHAIN_END_UNITID_BASE
|
|||
default 0x20
|
||||
depends on BOARD_ASUS_M2V_MX_SE
|
||||
|
||||
# FIXME?
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_ASUS_M2V_MX_SE
|
||||
|
|
|
@ -48,3 +48,7 @@ config USE_INIT
|
|||
default n
|
||||
depends on BOARD_DELL_S1850
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 9
|
||||
depends on BOARD_DELL_S1850
|
||||
|
|
|
@ -15,3 +15,8 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "QEMU-x86"
|
||||
depends on BOARD_EMULATION_QEMU_X86
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 6
|
||||
depends on BOARD_EMULATION_QEMU_X86
|
||||
|
|
|
@ -18,7 +18,6 @@ config BOARD_GIGABYTE_M57SLI
|
|||
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||
select HAVE_ACPI_TABLES
|
||||
select K8_REV_F_SUPPORT
|
||||
select HAVE_FANCTL
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
|
@ -144,3 +143,14 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||
hex
|
||||
default 0x2b80
|
||||
depends on BOARD_GIGABYTE_M57SLI
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_GIGABYTE_M57SLI
|
||||
|
||||
# not globally defined yet, so can't "select" this
|
||||
config HAVE_FANCTL
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_GIGABYTE_M57SLI
|
||||
|
|
|
@ -53,3 +53,12 @@ config MMCONF_BASE_ADDRESS
|
|||
default 0xe0000000
|
||||
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||
|
|
|
@ -45,3 +45,13 @@ config MMCONF_BASE_ADDRESS
|
|||
hex
|
||||
default 0xf0000000
|
||||
depends on BOARD_KONTRON_986LCD_M
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
depends on BOARD_KONTRON_986LCD_M
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
depends on BOARD_KONTRON_986LCD_M
|
||||
|
|
|
@ -116,3 +116,7 @@ config PCI_ROM_RUN
|
|||
default y
|
||||
depends on BOARD_SUNW_ULTRA40
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_SUNW_ULTRA40
|
||||
|
|
|
@ -116,3 +116,7 @@ config PCI_ROM_RUN
|
|||
default y
|
||||
depends on BOARD_SUPERMICRO_H8DME
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_SUPERMICRO_H8DME
|
||||
|
|
|
@ -42,3 +42,8 @@ config HAVE_OPTION_TABLE
|
|||
default n
|
||||
depends on BOARD_TYAN_S1846
|
||||
|
||||
#Override manually, as in Config.lb (FIXME)
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 0
|
||||
depends on BOARD_TYAN_S1846
|
||||
|
|
|
@ -53,3 +53,8 @@ config USE_INIT
|
|||
bool
|
||||
default n
|
||||
depends on BOARD_TYAN_S2850
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 12
|
||||
depends on BOARD_TYAN_S2850
|
||||
|
|
|
@ -59,3 +59,8 @@ config USE_INIT
|
|||
bool
|
||||
default n
|
||||
depends on BOARD_TYAN_S2875
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 13
|
||||
depends on BOARD_TYAN_S2875
|
||||
|
|
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||
default n
|
||||
depends on BOARD_TYAN_S2881
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 9
|
||||
depends on BOARD_TYAN_S2881
|
||||
|
|
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||
default y
|
||||
depends on BOARD_TYAN_S2891
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_TYAN_S2891
|
||||
|
|
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||
default y
|
||||
depends on BOARD_TYAN_S2892
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_TYAN_S2892
|
||||
|
|
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||
default y
|
||||
depends on BOARD_TYAN_S2895
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 11
|
||||
depends on BOARD_TYAN_S2895
|
||||
|
|
|
@ -36,3 +36,13 @@ config RAMBASE
|
|||
hex
|
||||
default 0x4000
|
||||
depends on BOARD_VIA_EPIA_N
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 7
|
||||
depends on BOARD_VIA_EPIA_N
|
||||
|
||||
config EPIA_VT8237R_INIT
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_VIA_EPIA_N
|
||||
|
|
|
@ -31,3 +31,8 @@ config RAMBASE
|
|||
hex
|
||||
default 0x4000
|
||||
depends on BOARD_VIA_EPIA
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 5
|
||||
depends on BOARD_VIA_EPIA
|
||||
|
|
Loading…
Reference in New Issue