aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/amdfam10/Kconfig10
-rw-r--r--src/northbridge/amd/amdk8/Kconfig4
-rw-r--r--src/northbridge/amd/cimx/rd890/Kconfig2
-rw-r--r--src/northbridge/amd/pi/Kconfig4
-rw-r--r--src/northbridge/intel/i855/Kconfig36
5 files changed, 28 insertions, 28 deletions
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 37993aa709..e0942869aa 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -58,8 +58,8 @@ config RAMTOP
default 0x400000
config BOOTBLOCK_NORTHBRIDGE_INIT
- string
- default "northbridge/amd/amdfam10/bootblock.c"
+ string
+ default "northbridge/amd/amdfam10/bootblock.c"
config SB_HT_CHAIN_UNITID_OFFSET_ONLY
bool
@@ -112,9 +112,9 @@ endif
config SVI_HIGH_FREQ
bool
default n
- help
- Select this for boards with a Voltage Regulator able to operate
- at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
+ help
+ Select this for boards with a Voltage Regulator able to operate
+ at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
menu "HyperTransport setup"
#could be implemented for K8 (NORTHBRIDGE_AMD_AMDK8)
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig
index 65dc1736d8..23fa390d32 100644
--- a/src/northbridge/amd/amdk8/Kconfig
+++ b/src/northbridge/amd/amdk8/Kconfig
@@ -58,8 +58,8 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
default n
config BOOTBLOCK_NORTHBRIDGE_INIT
- string
- default "northbridge/amd/amdk8/bootblock.c"
+ string
+ default "northbridge/amd/amdk8/bootblock.c"
config SB_HT_CHAIN_UNITID_OFFSET_ONLY
bool
diff --git a/src/northbridge/amd/cimx/rd890/Kconfig b/src/northbridge/amd/cimx/rd890/Kconfig
index 9642416631..04e9950d45 100644
--- a/src/northbridge/amd/cimx/rd890/Kconfig
+++ b/src/northbridge/amd/cimx/rd890/Kconfig
@@ -31,6 +31,6 @@ config REDIRECT_NBCIMX_TRACE_TO_SERIAL
This Option allows you to redirect the AMD Northbridge CIMX
Trace debug information to the serial console.
- Warning: Only enable this option when debuging or tracing AMD CIMX code.
+ Warning: Only enable this option when debuging or tracing AMD CIMX code.
endif # NORTHBRIDGE_AMD_CIMX_RD890
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig
index d071334315..62bd880fee 100644
--- a/src/northbridge/amd/pi/Kconfig
+++ b/src/northbridge/amd/pi/Kconfig
@@ -18,8 +18,8 @@
#
config NORTHBRIDGE_AMD_PI
- bool
- default CPU_AMD_PI
+ bool
+ default CPU_AMD_PI
select LATE_CBMEM_INIT
if NORTHBRIDGE_AMD_PI
diff --git a/src/northbridge/intel/i855/Kconfig b/src/northbridge/intel/i855/Kconfig
index 44becf6ac5..25a1fd5979 100644
--- a/src/northbridge/intel/i855/Kconfig
+++ b/src/northbridge/intel/i855/Kconfig
@@ -1,34 +1,34 @@
config NORTHBRIDGE_INTEL_I855
bool
- select HAVE_DEBUG_RAM_SETUP
+ select HAVE_DEBUG_RAM_SETUP
select LATE_CBMEM_INIT
choice
- prompt "Onboard graphics"
- default I855_VIDEO_MB_8MB
- depends on NORTHBRIDGE_INTEL_I855
+ prompt "Onboard graphics"
+ default I855_VIDEO_MB_8MB
+ depends on NORTHBRIDGE_INTEL_I855
config I855_VIDEO_MB_OFF
- bool "Disabled, 0KB"
+ bool "Disabled, 0KB"
config I855_VIDEO_MB_1MB
- bool "Enabled, 1MB"
+ bool "Enabled, 1MB"
config I855_VIDEO_MB_4MB
- bool "Enabled, 4MB"
+ bool "Enabled, 4MB"
config I855_VIDEO_MB_8MB
- bool "Enabled, 8MB"
+ bool "Enabled, 8MB"
config I855_VIDEO_MB_16MB
- bool "Enabled, 16MB"
+ bool "Enabled, 16MB"
config I855_VIDEO_MB_32MB
- bool "Enabled, 32MB"
+ bool "Enabled, 32MB"
endchoice
config VIDEO_MB
- int
- default 0 if I855_VIDEO_MB_OFF
- default 1 if I855_VIDEO_MB_1MB
- default 4 if I855_VIDEO_MB_4MB
- default 8 if I855_VIDEO_MB_8MB
- default 16 if I855_VIDEO_MB_16MB
- default 32 if I855_VIDEO_MB_32MB
- depends on NORTHBRIDGE_INTEL_I855
+ int
+ default 0 if I855_VIDEO_MB_OFF
+ default 1 if I855_VIDEO_MB_1MB
+ default 4 if I855_VIDEO_MB_4MB
+ default 8 if I855_VIDEO_MB_8MB
+ default 16 if I855_VIDEO_MB_16MB
+ default 32 if I855_VIDEO_MB_32MB
+ depends on NORTHBRIDGE_INTEL_I855