diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-12-20 10:22:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-21 18:08:59 +0000 |
commit | 5ef8e6ebd1046693b467bb7ed2a55a53711077de (patch) | |
tree | e9b9c48b2d8134179be852ec268c19f3b0f6baaa /src/mainboard/pcengines/alix1c/Kconfig | |
parent | 250f01e7e3ce642cffaa115c8f1e7d88357bbb9a (diff) |
mb/pcengines/alixxx: Drop boards
These boards are still using LATE_CBMEM which was agreed upon to
be removed after release 4.7. It is now more than 1 year later
and they still linger around.
The work and review to bring those boards up to date can happen on the 4.9
branch and then squashed and merged back into mainline when done.
Change-Id: Iede79ef50681f769a47ce3d66b335dae92aef56b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/pcengines/alix1c/Kconfig')
-rw-r--r-- | src/mainboard/pcengines/alix1c/Kconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mainboard/pcengines/alix1c/Kconfig b/src/mainboard/pcengines/alix1c/Kconfig deleted file mode 100644 index 556a323f21..0000000000 --- a/src/mainboard/pcengines/alix1c/Kconfig +++ /dev/null @@ -1,32 +0,0 @@ -if BOARD_PCENGINES_ALIX1C - -config BOARD_SPECIFIC_OPTIONS - def_bool y - select CPU_AMD_GEODE_LX - select NORTHBRIDGE_AMD_LX - select SOUTHBRIDGE_AMD_CS5536 - select SUPERIO_WINBOND_W83627HF - select HAVE_PIRQ_TABLE - select PIRQ_ROUTE - select UDELAY_TSC - select BOARD_ROMSIZE_KB_512 - select POWER_BUTTON_DEFAULT_DISABLE - select HAVE_OPTION_TABLE - select HAVE_CMOS_DEFAULT - select NO_EARLY_SMBUS - select SEABIOS_ADD_SERCON_PORT_FILE if PAYLOAD_SEABIOS - select MISSING_BOARD_RESET - -config MAINBOARD_DIR - string - default pcengines/alix1c - -config MAINBOARD_PART_NUMBER - string - default "ALIX.1C" - -config IRQ_SLOT_COUNT - int - default 5 - -endif # BOARD_PCENGINES_ALIX1C |