aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/lpc/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-16 00:48:49 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-16 23:54:54 +0000
commite18a97813b9fccc26435837a77ec90e5711ce1f6 (patch)
treeebee244283918c9163a91f288ef2e2712fa5c051 /src/soc/amd/common/block/lpc/Kconfig
parent86e9b41ac239513f46046bbe6af6e9344a6699ff (diff)
soc/amd/common/*/Kconfig: remove unneeded default n for bool options
n is the default of bool Kconfig options, so no need to have that added to each option. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8775d84caee6fda95eb7749e96090fe05417e764 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50779 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/lpc/Kconfig')
-rw-r--r--src/soc/amd/common/block/lpc/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/lpc/Kconfig b/src/soc/amd/common/block/lpc/Kconfig
index 3aaccf344d..6ea34fba19 100644
--- a/src/soc/amd/common/block/lpc/Kconfig
+++ b/src/soc/amd/common/block/lpc/Kconfig
@@ -1,18 +1,15 @@
config SOC_AMD_COMMON_BLOCK_LPC
bool
- default n
help
Select this option to use the traditional LPC-ISA bridge at D14F3.
config PROVIDES_ROM_SHARING
bool
- default n
help
Select this option if the LPC bridge supports ROM sharing.
config SOC_AMD_COMMON_BLOCK_HAS_ESPI
bool
- default n
help
Select this option if platform supports eSPI using D14F3 configuration
registers.
@@ -20,7 +17,6 @@ config SOC_AMD_COMMON_BLOCK_HAS_ESPI
config SOC_AMD_COMMON_BLOCK_USE_ESPI
bool
depends on SOC_AMD_COMMON_BLOCK_HAS_ESPI
- default n
help
Select this option if mainboard uses eSPI instead of LPC (if supported
by platform).
@@ -28,4 +24,3 @@ config SOC_AMD_COMMON_BLOCK_USE_ESPI
config SOC_AMD_COMMON_BLOCK_HAS_ESPI_SUB_DECODE
bool
depends on SOC_AMD_COMMON_BLOCK_HAS_ESPI
- default n