summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/l520/Kconfig4
-rw-r--r--src/mainboard/lenovo/s230u/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420/Kconfig4
-rw-r--r--src/mainboard/lenovo/t420s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t430s/Kconfig4
-rw-r--r--src/mainboard/lenovo/t440p/Kconfig4
-rw-r--r--src/mainboard/lenovo/t520/Kconfig4
-rw-r--r--src/mainboard/lenovo/t530/Kconfig4
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/Kconfig4
-rw-r--r--src/mainboard/lenovo/x220/Kconfig7
-rw-r--r--src/mainboard/lenovo/x230/Kconfig4
11 files changed, 1 insertions, 46 deletions
diff --git a/src/mainboard/lenovo/l520/Kconfig b/src/mainboard/lenovo/l520/Kconfig
index d212dadf3c..971dd84b14 100644
--- a/src/mainboard/lenovo/l520/Kconfig
+++ b/src/mainboard/lenovo/l520/Kconfig
@@ -24,10 +24,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "ThinkPad L520"
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/s230u/Kconfig b/src/mainboard/lenovo/s230u/Kconfig
index c779504323..08f82aa37c 100644
--- a/src/mainboard/lenovo/s230u/Kconfig
+++ b/src/mainboard/lenovo/s230u/Kconfig
@@ -38,10 +38,6 @@ config DRAM_RESET_GATE_GPIO
int
default 60
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index d1cd0ec117..6f4988c03b 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -60,10 +60,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig
index db6e2711e0..c46d4fc43c 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -59,10 +59,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0126"
diff --git a/src/mainboard/lenovo/t430s/Kconfig b/src/mainboard/lenovo/t430s/Kconfig
index 710dda2f71..dce078e91a 100644
--- a/src/mainboard/lenovo/t430s/Kconfig
+++ b/src/mainboard/lenovo/t430s/Kconfig
@@ -69,10 +69,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/lenovo/t440p/Kconfig b/src/mainboard/lenovo/t440p/Kconfig
index 991c1bd0d9..a26b9b7964 100644
--- a/src/mainboard/lenovo/t440p/Kconfig
+++ b/src/mainboard/lenovo/t440p/Kconfig
@@ -47,10 +47,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "ThinkPad T440p"
-config VGA_BIOS_FILE
- string
- default "pci8086,0416.rom"
-
config VGA_BIOS_ID
string
default "8086,0416"
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 5e120566ff..039baa69e1 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -71,10 +71,6 @@ config VGA_BIOS_ID
string
default "8086,0126"
-config VGA_BIOS_FILE
- string
- default "pci8086,0126.rom"
-
config PS2K_EISAID
default "PNP0303"
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index c2d649c3a0..87be416622 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -68,10 +68,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
index d360c56bd8..ec5092fd39 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
+++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
@@ -59,10 +59,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 8530e49dc5..61b3c1489e 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -67,15 +67,10 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0116.rom" if BOARD_LENOVO_X220I
- # FIXME: x1 with i3 cpu may also use "pci8086,0116.rom"
- default "pci8086,0126.rom"
-
config VGA_BIOS_ID
string
default "8086,0116" if BOARD_LENOVO_X220I
+ # FIXME: x1 with i3 cpu may also use "8086,0116"
default "8086,0126"
config PS2K_EISAID
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index 61144b89c6..cafdead858 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -70,10 +70,6 @@ config DRAM_RESET_GATE_GPIO
int
default 10
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
config VGA_BIOS_ID
string
default "8086,0166"