diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-19 19:08:18 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-19 19:08:18 +0000 |
commit | 5ec971020fbb740fbcdd76b789f068bb3141577f (patch) | |
tree | 9766e7690635611b06b781cb22c2311285cf9811 /src/superio | |
parent | 5ba7bfe7c4c99b268e49548d7bc8a0964a398f08 (diff) |
Move ITE-specific option to src/superio/ite/Kconfig.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4813 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/ite/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig index 066498149b..0eac93a598 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -10,5 +10,9 @@ config SUPERIO_ITE_IT8712F 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 |