[coreboot] [v2] r4813 - in trunk/coreboot-v2/src: . superio/ite

svn at coreboot.org svn at coreboot.org
Mon Oct 19 21:08:19 CEST 2009


Author: myles
Date: 2009-10-19 21:08:18 +0200 (Mon, 19 Oct 2009)
New Revision: 4813

Modified:
   trunk/coreboot-v2/src/Kconfig
   trunk/coreboot-v2/src/superio/ite/Kconfig
Log:
Move ITE-specific option to src/superio/ite/Kconfig.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>


Modified: trunk/coreboot-v2/src/Kconfig
===================================================================
--- trunk/coreboot-v2/src/Kconfig	2009-10-19 18:55:08 UTC (rev 4812)
+++ trunk/coreboot-v2/src/Kconfig	2009-10-19 19:08:18 UTC (rev 4813)
@@ -233,10 +233,6 @@
 	help
 	  Enable Unified Memory Architecture for graphics.
 
-config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
-	bool
-	default n
-
 # TODO
 # menu "Drivers"
 #

Modified: trunk/coreboot-v2/src/superio/ite/Kconfig
===================================================================
--- trunk/coreboot-v2/src/superio/ite/Kconfig	2009-10-19 18:55:08 UTC (rev 4812)
+++ trunk/coreboot-v2/src/superio/ite/Kconfig	2009-10-19 19:08:18 UTC (rev 4813)
@@ -10,5 +10,9 @@
 	bool
 config SUPERIO_ITE_IT8716F
 	bool
+config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
+	bool
+	depends on SUPERIO_ITE_ITE8716F
+	default n
 config SUPERIO_ITE_IT8718F
 	bool





More information about the coreboot mailing list