diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2019-03-21 14:40:24 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-03-21 15:12:50 +0000 |
commit | c9ac9acfb08914b971493e06b87fa4919ffc8ca2 (patch) | |
tree | 557d1e27a8f6e82d930ed9c6de04a505c30f1f72 /configs | |
parent | 03cb47494c67632be0f46032cffbd861126fa033 (diff) | |
download | kernel-c9ac9acfb08914b971493e06b87fa4919ffc8ca2.tar.gz kernel-c9ac9acfb08914b971493e06b87fa4919ffc8ca2.tar.xz kernel-c9ac9acfb08914b971493e06b87fa4919ffc8ca2.zip |
Remove three Kconfig symbols dropped before v5.0
Three Kconfig symbols were added to upstream v5.0-rc1 but dropped before
v5.0 was released (for various reasons): FB_LOGO_CENTER, RESCTRL, and
X86_RESCTRL. Remove them from our configuration generation system too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_FB_LOGO_CENTER | 1 | ||||
-rw-r--r-- | configs/fedora/generic/x86/CONFIG_RESCTRL | 1 | ||||
-rw-r--r-- | configs/fedora/generic/x86/CONFIG_X86_RESCTRL | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/fedora/generic/CONFIG_FB_LOGO_CENTER b/configs/fedora/generic/CONFIG_FB_LOGO_CENTER deleted file mode 100644 index 467865002..000000000 --- a/configs/fedora/generic/CONFIG_FB_LOGO_CENTER +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_FB_LOGO_CENTER is not set diff --git a/configs/fedora/generic/x86/CONFIG_RESCTRL b/configs/fedora/generic/x86/CONFIG_RESCTRL deleted file mode 100644 index 1822f0b7a..000000000 --- a/configs/fedora/generic/x86/CONFIG_RESCTRL +++ /dev/null @@ -1 +0,0 @@ -CONFIG_RESCTRL=y diff --git a/configs/fedora/generic/x86/CONFIG_X86_RESCTRL b/configs/fedora/generic/x86/CONFIG_X86_RESCTRL deleted file mode 100644 index 81d50f7c6..000000000 --- a/configs/fedora/generic/x86/CONFIG_X86_RESCTRL +++ /dev/null @@ -1 +0,0 @@ -CONFIG_X86_RESCTRL=y |