summaryrefslogtreecommitdiff
path: root/src/mainboard/aopen/dxplplusu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/aopen/dxplplusu/Kconfig')
-rw-r--r--src/mainboard/aopen/dxplplusu/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mainboard/aopen/dxplplusu/Kconfig b/src/mainboard/aopen/dxplplusu/Kconfig
deleted file mode 100644
index 5c0ca2b570..0000000000
--- a/src/mainboard/aopen/dxplplusu/Kconfig
+++ /dev/null
@@ -1,27 +0,0 @@
-if BOARD_AOPEN_DXPLPLUSU
-
-config BOARD_SPECIFIC_OPTIONS
- def_bool y
- select CPU_INTEL_SOCKET_MPGA604
- select NORTHBRIDGE_INTEL_E7505
- select SOUTHBRIDGE_INTEL_I82870
- select SOUTHBRIDGE_INTEL_I82801DX
- select SUPERIO_SMSC_LPC47M10X
- select HAVE_ACPI_TABLES
- select BOARD_ROMSIZE_KB_2048
-
-config MAINBOARD_DIR
- default "aopen/dxplplusu"
-
-config MAINBOARD_PART_NUMBER
- default "DXPL Plus-U"
-
-config IRQ_SLOT_COUNT
- int
- default 12
-
-config MAX_CPUS
- int
- default 4
-
-endif # BOARD_AOPEN_DXPLPLUSU