From 09b103a955a7168f416c1b21e27e409d281a3693 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 13 Jun 2019 14:08:04 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33440 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/superio/nuvoton/nct6776/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio') 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 -- cgit v1.2.3