[coreboot] [patch] explicitly enable NIC and AC97 on A8N-E

Jonathan A. Kollasch jakllsch at kollasch.net
Wed Oct 27 22:21:05 CEST 2010


Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E.

Signed-off-by: Jonathan Kollasch <jakllsch at kollasch.net>
---

(Note, this needs the previous patch to ck804_early_setup.c or
switching the board to ck804_early_setup_car.c.)
-------------- next part --------------
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


More information about the coreboot mailing list