From 7043ed7dc5e8cf8a2df33e47bb5d32356af786de Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 12 Mar 2019 22:56:56 +0100 Subject: configs: drop unneeded overrides There are 255 overrides that have no effect as they are identical to the files they override. In other words: these overrides have no effect on the shipped .config files. They can safely be dropped. Signed-off-by: Paul Bolle --- configs/fedora/debug/CONFIG_DEBUG_PAGEALLOC | 1 - configs/fedora/debug/CONFIG_DEBUG_VM | 1 - configs/fedora/debug/CONFIG_PM_TEST_SUSPEND | 1 - 3 files changed, 3 deletions(-) delete mode 100644 configs/fedora/debug/CONFIG_DEBUG_PAGEALLOC delete mode 100644 configs/fedora/debug/CONFIG_DEBUG_VM delete mode 100644 configs/fedora/debug/CONFIG_PM_TEST_SUSPEND (limited to 'configs/fedora/debug') diff --git a/configs/fedora/debug/CONFIG_DEBUG_PAGEALLOC b/configs/fedora/debug/CONFIG_DEBUG_PAGEALLOC deleted file mode 100644 index 0e1c7855b..000000000 --- a/configs/fedora/debug/CONFIG_DEBUG_PAGEALLOC +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_DEBUG_PAGEALLOC is not set diff --git a/configs/fedora/debug/CONFIG_DEBUG_VM b/configs/fedora/debug/CONFIG_DEBUG_VM deleted file mode 100644 index d19bdfddb..000000000 --- a/configs/fedora/debug/CONFIG_DEBUG_VM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEBUG_VM=y diff --git a/configs/fedora/debug/CONFIG_PM_TEST_SUSPEND b/configs/fedora/debug/CONFIG_PM_TEST_SUSPEND deleted file mode 100644 index ce7dae5cb..000000000 --- a/configs/fedora/debug/CONFIG_PM_TEST_SUSPEND +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PM_TEST_SUSPEND=y -- cgit