summaryrefslogtreecommitdiff
path: root/src/mainboard/digitallogic/adl855pc/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 11:20:54 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 21:14:31 +0100
commit029f3550ef4798e0890f6d7f918f4f8aa3a567e5 (patch)
tree319b1fdb5d9c74f3554a216eb8eb93b39a830897 /src/mainboard/digitallogic/adl855pc/Kconfig
parenta2d131511ffc6dcac1df391690acc66fc7c40954 (diff)
[REMOVAL] digitallogic/adl855pc
As announced in http://permalink.gmane.org/gmane.linux.bios/81918 I am removing all boards older than 10 years from the tree. Change-Id: I5b0fb633b7611e2a69aeb33cd31ca8fd4a83592c Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12369 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/digitallogic/adl855pc/Kconfig')
-rw-r--r--src/mainboard/digitallogic/adl855pc/Kconfig25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Kconfig b/src/mainboard/digitallogic/adl855pc/Kconfig
deleted file mode 100644
index d8cb4b2557..0000000000
--- a/src/mainboard/digitallogic/adl855pc/Kconfig
+++ /dev/null
@@ -1,25 +0,0 @@
-if BOARD_DIGITALLOGIC_ADL855PC
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_INTEL_SOCKET_MPGA479M
- select NORTHBRIDGE_INTEL_I855
- select SOUTHBRIDGE_INTEL_I82801DX
- select SUPERIO_WINBOND_W83627HF
- select HAVE_OPTION_TABLE
- select HAVE_PIRQ_TABLE
- select BOARD_ROMSIZE_KB_1024
-
-config MAINBOARD_DIR
- string
- default digitallogic/adl855pc
-
-config MAINBOARD_PART_NUMBER
- string
- default "smartModule855"
-
-config IRQ_SLOT_COUNT
- int
- default 5
-
-endif # BOARD_DIGITALLOGIC_ADL855PC