aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/padmelon/Kconfig4
-rw-r--r--src/mainboard/amd/padmelon/gpio.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/mainboard/amd/padmelon/Kconfig b/src/mainboard/amd/padmelon/Kconfig
index 48df9ca7a4..aedb1b40a2 100644
--- a/src/mainboard/amd/padmelon/Kconfig
+++ b/src/mainboard/amd/padmelon/Kconfig
@@ -44,10 +44,6 @@ config PADMELON_SOC_IN_USE
select AMD_APU_MERLINFALCON if PADMELON_MERLIN_FALCON
select AMD_APU_PRAIRIEFALCON if PADMELON_PRAIRIE_FALCON
-config HAVE_S3_SUPPORT
- bool
- default n
-
config MAX_CPUS
int
default 4
diff --git a/src/mainboard/amd/padmelon/gpio.c b/src/mainboard/amd/padmelon/gpio.c
index 7897d7bc9d..228da50b3b 100644
--- a/src/mainboard/amd/padmelon/gpio.c
+++ b/src/mainboard/amd/padmelon/gpio.c
@@ -20,7 +20,7 @@ static const struct soc_amd_gpio gpio_set_stage_reset[] = {
};
static const struct soc_amd_gpio gpio_set_stage_ram[] = {
-#if CONFIG(HAVE_S3_SUPPORT)
+#if CONFIG(HAVE_ACPI_RESUME)
/* PCIE_WAKE - default, do not program */
/* DEVSLP1 */
@@ -34,7 +34,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
/* WLAND - default as GPIO, do not program */
-#endif /* HAVE_S3_SUPPORT */
+#endif /* HAVE_ACPI_RESUME */
/* BLINK - reselect GPIO OUTPUT HIGH to force BLINK */
PAD_GPO(GPIO_11, HIGH),
};