diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-20 13:40:30 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-20 13:40:30 +0000 |
commit | 1529576019b41baf008b871339b9dd225959f5a9 (patch) | |
tree | e726754324c17bbc265a258c010243a7099d0761 /src/superio/ite/Kconfig | |
parent | 5ec971020fbb740fbcdd76b789f068bb3141577f (diff) | |
download | coreboot-1529576019b41baf008b871339b9dd225959f5a9.tar.xz |
Correct typo. Thanks to Mark Marshall for spotting it.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4814 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/ite/Kconfig')
-rw-r--r-- | src/superio/ite/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig index 0eac93a598..c35f72f911 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -12,7 +12,7 @@ config SUPERIO_ITE_IT8716F bool config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL bool - depends on SUPERIO_ITE_ITE8716F + depends on SUPERIO_ITE_IT8716F default n config SUPERIO_ITE_IT8718F bool |