summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-05-30 22:30:13 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-06-02 21:01:19 +0200
commit1cac2c9713a864fe90f40040cd1ede130983544c (patch)
treef67afe78174e274ead6a05d2fdae9f38d849d85d /src/drivers/intel/fsp1_1/Kconfig
parent633352c74ac73567f07eb406e6a95d08b4771555 (diff)
downloadcoreboot-1cac2c9713a864fe90f40040cd1ede130983544c.tar.xz
Hide PLATFORM_USES_FSP1_1.
This should be an internal selectable variable rather than user-visible config. Moreover the description is misleading. This is a typical case of an option "Should it work?" where there is only one right answer yet we still ask it. Change-Id: Idc0ce2e1b9f89eddd034966cc877483d994ce0eb Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10378 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/intel/fsp1_1/Kconfig')
-rw-r--r--src/drivers/intel/fsp1_1/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig
index a6d34eef6f..f722e65b32 100644
--- a/src/drivers/intel/fsp1_1/Kconfig
+++ b/src/drivers/intel/fsp1_1/Kconfig
@@ -20,7 +20,7 @@
comment "Intel FSP"
config PLATFORM_USES_FSP1_1
- bool "Use Intel Firmware Support Package"
+ bool
help
Does the code require the Intel Firmware Support Package?