diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/Kconfig | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index d1a7b5db20..ea3142a087 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -15,7 +15,7 @@ ## if BOARD_GIGABYTE_GA_945GCM_S2L || BOARD_GIGABYTE_GA_945GCM_S2C -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select ARCH_X86 select CPU_INTEL_SOCKET_LGA775 diff --git a/src/mainboard/gigabyte/ma785gm/Kconfig b/src/mainboard/gigabyte/ma785gm/Kconfig index 90aac18585..bdd6cb9361 100644 --- a/src/mainboard/gigabyte/ma785gm/Kconfig +++ b/src/mainboard/gigabyte/ma785gm/Kconfig @@ -1,6 +1,6 @@ if BOARD_GIGABYTE_MA785GM -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_AM3 select DIMM_DDR2 diff --git a/src/mainboard/gigabyte/ma785gmt/Kconfig b/src/mainboard/gigabyte/ma785gmt/Kconfig index 87a5f88bd1..39192107ff 100644 --- a/src/mainboard/gigabyte/ma785gmt/Kconfig +++ b/src/mainboard/gigabyte/ma785gmt/Kconfig @@ -1,6 +1,6 @@ if BOARD_GIGABYTE_MA785GMT -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_AM3 select DIMM_DDR3 diff --git a/src/mainboard/gigabyte/ma78gm/Kconfig b/src/mainboard/gigabyte/ma78gm/Kconfig index b2fe1829ad..fcc21ea3ba 100644 --- a/src/mainboard/gigabyte/ma78gm/Kconfig +++ b/src/mainboard/gigabyte/ma78gm/Kconfig @@ -1,6 +1,6 @@ if BOARD_GIGABYTE_MA78GM -config BOARD_SPECIFIC_OPTIONS # dummy +config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_AMD_SOCKET_AM2R2 select DIMM_DDR2 |