Fix Kconfig dependencies and update defconfigs.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@784 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5f2ac21cd8
commit
67accc1f69
5 changed files with 18 additions and 7 deletions
|
|
@ -93,12 +93,14 @@ config K8_ALLOCATE_MMIO_RANGE
|
|||
|
||||
config LOGICAL_CPUS
|
||||
hex
|
||||
depends CPU_AMD_K8
|
||||
default 1
|
||||
help
|
||||
How many logical CPUs there are. Fix me.
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
hex
|
||||
depends CPU_AMD_K8
|
||||
default 1
|
||||
help
|
||||
Max number of physical CPUs (sockets)
|
||||
|
|
@ -138,6 +140,7 @@ config ACPI_TABLE
|
|||
|
||||
config SMP
|
||||
boolean
|
||||
depends CPU_I586 || CPU_AMD_K8
|
||||
default 0
|
||||
help
|
||||
This option is used to enable certain functions to make
|
||||
|
|
@ -147,7 +150,7 @@ config SMP
|
|||
|
||||
config IOAPIC
|
||||
boolean
|
||||
depends ARCH_X86
|
||||
depends ARCH_X86 && CPU_AMD_K8
|
||||
default 0
|
||||
help
|
||||
If you want to configure an IOAPIC, set this.
|
||||
|
|
@ -216,6 +219,7 @@ config HT_FREQ_800MHZ
|
|||
|
||||
config USBDEBUG_DIRECT
|
||||
boolean
|
||||
depends SOUTHBRIDGE_NVIDIA_MCP55
|
||||
default 0
|
||||
help
|
||||
Determines if we enable USB Direct debugging. If you don't have a dongle,
|
||||
|
|
|
|||
|
|
@ -97,11 +97,13 @@ config SUSPEND_TO_RAM
|
|||
|
||||
config PCI_64BIT_PREF_MEM
|
||||
bool "64 bit prefetchable memory addresses"
|
||||
depends CPU_AMD_K8
|
||||
help
|
||||
Enable support for 64-bit prefetchable memory addresses in PCI.
|
||||
|
||||
config HW_MEM_HOLE_SIZEK
|
||||
hex "HW memory hole size in KB"
|
||||
depends CPU_AMD_K8
|
||||
default 0x1000
|
||||
help
|
||||
Some chipsets support setting up a "hole" at the top of memory. It is essentially
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# coreboot version: 3.0.0
|
||||
# Thu Mar 13 07:13:17 2008
|
||||
# coreboot version: 3.0."782"
|
||||
# Mon Aug 18 18:45:49 2008
|
||||
#
|
||||
|
||||
#
|
||||
|
|
@ -17,6 +17,7 @@ CONFIG_LOCALVERSION=""
|
|||
# CONFIG_VENDOR_ADL is not set
|
||||
# CONFIG_VENDOR_AMD is not set
|
||||
# CONFIG_VENDOR_ARTECGROUP is not set
|
||||
# CONFIG_VENDOR_GIGABYTE is not set
|
||||
CONFIG_VENDOR_EMULATION=y
|
||||
# CONFIG_VENDOR_PCENGINES is not set
|
||||
CONFIG_MAINBOARD_DIR="emulation/qemu-x86"
|
||||
|
|
@ -31,6 +32,7 @@ CONFIG_ARCH_X86=y
|
|||
CONFIG_ARCH="x86"
|
||||
CONFIG_CPU_I586=y
|
||||
CONFIG_OPTION_TABLE=y
|
||||
# CONFIG_SMP is not set
|
||||
CONFIG_CARBASE=0x8f000
|
||||
CONFIG_CARSIZE=0x1000
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# coreboot version: 3.0.0
|
||||
# Sun Feb 24 11:45:09 2008
|
||||
# coreboot version: 3.0."782"
|
||||
# Mon Aug 18 18:45:50 2008
|
||||
#
|
||||
|
||||
#
|
||||
|
|
@ -18,10 +18,12 @@ CONFIG_LOCALVERSION=""
|
|||
# CONFIG_VENDOR_ADL is not set
|
||||
# CONFIG_VENDOR_AMD is not set
|
||||
# CONFIG_VENDOR_ARTECGROUP is not set
|
||||
# CONFIG_VENDOR_GIGABYTE is not set
|
||||
# CONFIG_VENDOR_EMULATION is not set
|
||||
CONFIG_VENDOR_PCENGINES=y
|
||||
CONFIG_MAINBOARD_DIR="pcengines/alix1c"
|
||||
CONFIG_BOARD_PCENGINES_ALIX1C=y
|
||||
# CONFIG_BOARD_PCENGINES_ALIX2C3 is not set
|
||||
# CONFIG_COREBOOT_ROMSIZE_KB_128 is not set
|
||||
# CONFIG_COREBOOT_ROMSIZE_KB_256 is not set
|
||||
CONFIG_COREBOOT_ROMSIZE_KB_512=y
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# coreboot version: 3.0."656"'
|
||||
# Wed Apr 9 20:59:03 2008
|
||||
# coreboot version: 3.0."782"
|
||||
# Mon Aug 18 18:45:50 2008
|
||||
#
|
||||
|
||||
#
|
||||
|
|
@ -17,6 +17,7 @@ CONFIG_LOCALVERSION=""
|
|||
# CONFIG_VENDOR_ADL is not set
|
||||
# CONFIG_VENDOR_AMD is not set
|
||||
# CONFIG_VENDOR_ARTECGROUP is not set
|
||||
# CONFIG_VENDOR_GIGABYTE is not set
|
||||
# CONFIG_VENDOR_EMULATION is not set
|
||||
CONFIG_VENDOR_PCENGINES=y
|
||||
CONFIG_MAINBOARD_DIR="pcengines/alix2c3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue