[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <d992371d07c4e423b70d56abef7806f506696814.1694687048.git.tanyuan@tinylab.org>
Date: Thu, 14 Sep 2023 18:36:47 +0800
From: Yuan Tan <tanyuan@...ylab.org>
To: tglx@...utronix.de, mingo@...hat.com
Cc: bp@...en8.de, dave.hansen@...ux.intel.com,
linux-kernel@...r.kernel.org, x86@...nel.org, falcon@...ylab.org,
w@....eu, linux@...ssschuh.net, tanyuan@...ylab.org,
Philippe Mathieu-Daudé <philmd@...aro.org>,
Christophe Leroy <christophe.leroy@...roup.eu>
Subject: [PATCH v3 3/3] x86/config: Simplify i386_defconfig and x86_64_defconfig
Simplify i386_defconfig and x86_64_defconfig with POWER_RESET dependences.
Regenerate i386_defconfig and x86_64_defconfig with 'make savedefconfig'.
Suggested-by: Philippe Mathieu-Daudé <philmd@...aro.org>
Suggested-by: Christophe Leroy <christophe.leroy@...roup.eu>
Signed-off-by: Yuan Tan <tanyuan@...ylab.org>
---
arch/x86/configs/i386_defconfig | 2 +-
arch/x86/configs/x86_64_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index babd91c8091a..470ce962eb58 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -121,7 +121,6 @@ CONFIG_MAC80211_LEDS=y
CONFIG_RFKILL=y
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
-CONFIG_PCI=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI=y
CONFIG_PCCARD=y
@@ -186,6 +185,7 @@ CONFIG_NVRAM=y
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_I2C_I801=y
+CONFIG_POWER_RESET=y
CONFIG_WATCHDOG=y
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index babd91c8091a..470ce962eb58 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -121,7 +121,6 @@ CONFIG_MAC80211_LEDS=y
CONFIG_RFKILL=y
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
-CONFIG_PCI=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI=y
CONFIG_PCCARD=y
@@ -186,6 +185,7 @@ CONFIG_NVRAM=y
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_I2C_I801=y
+CONFIG_POWER_RESET=y
CONFIG_WATCHDOG=y
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
--
2.34.1
Powered by blists - more mailing lists