diff options
Diffstat (limited to 'projects/coreboot/configs/t400/variants')
-rw-r--r-- | projects/coreboot/configs/t400/variants/r400 | 3 | ||||
-rw-r--r-- | projects/coreboot/configs/t400/variants/t400 | 2 | ||||
-rw-r--r-- | projects/coreboot/configs/t400/variants/t500 | 3 | ||||
-rw-r--r-- | projects/coreboot/configs/t400/variants/w500 | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/projects/coreboot/configs/t400/variants/r400 b/projects/coreboot/configs/t400/variants/r400 new file mode 100644 index 00000000..33f5741e --- /dev/null +++ b/projects/coreboot/configs/t400/variants/r400 @@ -0,0 +1,3 @@ +CONFIG_MAINBOARD_PART_NUMBER="ThinkPad R400" +CONFIG_BOARD_LENOVO_T400=n +CONFIG_BOARD_LENOVO_R400=y diff --git a/projects/coreboot/configs/t400/variants/t400 b/projects/coreboot/configs/t400/variants/t400 new file mode 100644 index 00000000..5b674883 --- /dev/null +++ b/projects/coreboot/configs/t400/variants/t400 @@ -0,0 +1,2 @@ +CONFIG_MAINBOARD_PART_NUMBER="ThinkPad T400" +CONFIG_BOARD_LENOVO_T400=y diff --git a/projects/coreboot/configs/t400/variants/t500 b/projects/coreboot/configs/t400/variants/t500 new file mode 100644 index 00000000..ddd055d1 --- /dev/null +++ b/projects/coreboot/configs/t400/variants/t500 @@ -0,0 +1,3 @@ +CONFIG_MAINBOARD_PART_NUMBER="ThinkPad T500" +CONFIG_BOARD_LENOVO_T400=n +CONFIG_BOARD_LENOVO_T500=y diff --git a/projects/coreboot/configs/t400/variants/w500 b/projects/coreboot/configs/t400/variants/w500 new file mode 100644 index 00000000..124a5a00 --- /dev/null +++ b/projects/coreboot/configs/t400/variants/w500 @@ -0,0 +1,3 @@ +CONFIG_MAINBOARD_PART_NUMBER="ThinkPad W500" +CONFIG_BOARD_LENOVO_T400=n +CONFIG_BOARD_LENOVO_W500=y |