aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lanner/em8510/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2017-10-15 14:52:44 -0600
committerMartin Roth <martinroth@google.com>2018-01-15 23:24:43 +0000
commit779b32beffae83ece727a43f2ce216513bf66c15 (patch)
treefeb93fadaf6e91ff1ab58a66f00ab90d6b8bafd5 /src/mainboard/lanner/em8510/Kconfig
parent0026a53562595cafb466e4ff836c50a7817d5297 (diff)
Intel i855 board & chips: Remove - using LATE_CBMEM_INIT
All boards and chips that are still using LATE_CBMEM_INIT are being removed as previously discussed. If these boards and chips are updated to not use LATE_CBMEM_INIT, they can be restored to the active codebase from the 4.7 branch. chips: northbridge/intel/i855 Mainboards: mainboard/lanner/em8510 Change-Id: Ic9ba0ba7e2b6e602a5749cc531dd705c49e3f08d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/22029 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/lanner/em8510/Kconfig')
-rw-r--r--src/mainboard/lanner/em8510/Kconfig25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/lanner/em8510/Kconfig b/src/mainboard/lanner/em8510/Kconfig
deleted file mode 100644
index 2919df9d25..0000000000
--- a/src/mainboard/lanner/em8510/Kconfig
+++ /dev/null
@@ -1,25 +0,0 @@
-if BOARD_LANNER_EM8510
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_INTEL_SOCKET_MPGA479M
- select NORTHBRIDGE_INTEL_I855
- select SOUTHBRIDGE_INTEL_I82801DX
- select SUPERIO_WINBOND_W83627THG
- select HAVE_OPTION_TABLE
- select HAVE_PIRQ_TABLE
- select BOARD_ROMSIZE_KB_512
-
-config MAINBOARD_DIR
- string
- default lanner/em8510
-
-config MAINBOARD_PART_NUMBER
- string
- default "EM-8510"
-
-config IRQ_SLOT_COUNT
- int
- default 10
-
-endif # BOARD_LANNER_EM8510