summaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms6119
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/msi/ms6119')
-rw-r--r--src/mainboard/msi/ms6119/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/msi/ms6119/Kconfig b/src/mainboard/msi/ms6119/Kconfig
index e786f4f02c..a11f9cf338 100644
--- a/src/mainboard/msi/ms6119/Kconfig
+++ b/src/mainboard/msi/ms6119/Kconfig
@@ -16,9 +16,10 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+if BOARD_MSI_MS_6119
-config BOARD_MSI_MS_6119
- bool "MS-6119"
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
select ARCH_X86
select CPU_INTEL_SLOT_1
select NORTHBRIDGE_INTEL_I440BX
@@ -32,15 +33,13 @@ config BOARD_MSI_MS_6119
config MAINBOARD_DIR
string
default msi/ms6119
- depends on BOARD_MSI_MS_6119
config MAINBOARD_PART_NUMBER
string
default "MS-6119"
- depends on BOARD_MSI_MS_6119
config IRQ_SLOT_COUNT
int
default 7
- depends on BOARD_MSI_MS_6119
+endif # BOARD_MSI_MS_6119