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
This commit is contained in:
parent
5ba7bfe7c4
commit
5ec971020f
|
@ -233,10 +233,6 @@ config GFXUMA
|
|||
help
|
||||
Enable Unified Memory Architecture for graphics.
|
||||
|
||||
config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
|
||||
bool
|
||||
default n
|
||||
|
||||
# TODO
|
||||
# menu "Drivers"
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue