From patchwork Wed Oct 27 20:21:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: explicitly enable NIC and AC97 on A8N-E Date: Wed, 27 Oct 2010 20:21:05 -0000 From: Jonathan A. Kollasch X-Patchwork-Id: 2192 Message-Id: <20101027202105.GI1425@tarantulon.kollasch.net> To: coreboot@coreboot.org Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E. Signed-off-by: Jonathan Kollasch Acked-by: Peter Stuge --- (Note, this needs the previous patch to ck804_early_setup.c or switching the board to ck804_early_setup_car.c.) Index: src/mainboard/asus/a8n_e/Kconfig =================================================================== --- src/mainboard/asus/a8n_e/Kconfig (revision 5995) +++ src/mainboard/asus/a8n_e/Kconfig (working copy) @@ -15,6 +15,8 @@ select CACHE_AS_RAM select HAVE_HARD_RESET select BOARD_ROMSIZE_KB_512 + select CK804_USE_NIC + select CK804_USE_ACI config MAINBOARD_DIR string