diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-03-04 09:20:20 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-03-05 00:56:36 +0100 |
commit | d51a0896c6c0e995b6a60ee322e04d311bb4b031 (patch) | |
tree | 2ef47c4554daf07b7d775b90e450551c0e7c2e70 /src/drivers/sil | |
parent | ab8f923f5372baeacbf1d97c2a44446b0f9d0ddd (diff) |
Kconfig: hide useless options on ARM.
Those options have no effect or lead to compile error on ARM due
to fundamental incompatibilities. Add proper "depends on" clauses
to hide them.
Change-Id: I860fbd331439c25efd8aa92023195fda3add2e2c
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13904
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/sil')
-rw-r--r-- | src/drivers/sil/3114/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/sil/3114/Kconfig b/src/drivers/sil/3114/Kconfig index 25bb202490..151636c717 100644 --- a/src/drivers/sil/3114/Kconfig +++ b/src/drivers/sil/3114/Kconfig @@ -1,6 +1,7 @@ config DRIVERS_SIL_3114 bool "Silicon Image SIL3114" default n + depends on PCI help It sets PCI class to IDE compatible native mode, allowing SeaBIOS, FILO etc... to boot from it. |