summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2019-06-13 14:08:04 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-06-21 17:09:20 +0000
commit09b103a955a7168f416c1b21e27e409d281a3693 (patch)
tree828bd72c18d56968e8bbae8858748f97055bc3e4 /src
parent8272405abb9a0c30253f384df90238d6681faea3 (diff)
downloadcoreboot-09b103a955a7168f416c1b21e27e409d281a3693.tar.xz
superio/nuvoton/nct6776: Make Kconfig symbol dependent
The SUPERIO_NUVOTON_NCT6776_COM_A symbol should only be visible if SUPERIO_NUVOTON_NCT6776 is selected as well. Change-Id: I9c52d596080360bf3fc25265749ced66ec44f5dc Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33440 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/superio/nuvoton/nct6776/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nuvoton/nct6776/Kconfig b/src/superio/nuvoton/nct6776/Kconfig
index 90d4d32555..441692bddd 100644
--- a/src/superio/nuvoton/nct6776/Kconfig
+++ b/src/superio/nuvoton/nct6776/Kconfig
@@ -20,4 +20,5 @@ config SUPERIO_NUVOTON_NCT6776
config SUPERIO_NUVOTON_NCT6776_COM_A
bool
+ depends on SUPERIO_NUVOTON_NCT6776
default n