Re-enabling CONFIG_CRYPTO_DEV_SP_PSP
by Peter Jones
Hey yall,
Waaay back in October, we saw some issues with various system firmware
talking to the AMD SP PSP devices (the secure processor feature), and so
CONFIG_CRYPTO_DEV_SP_PSP got disabled in all of our kernel trees, as
Laura noted here: https://bugzilla.redhat.com/show_bug.cgi?id=1608242#c44 .
I'm trying to use it, and this obviously makes that impossible to do, so
I'm going to re-enable it in rawhide, because the timeout that's being
discussed in that bugzilla thread is already there, and so this firmware
bugs people saw before shouldn't make things completely unusable.
If you *do* see debilitating stalls on AMD EPYC hardware starting
after the next rawhide build, make some noise so we can disable it
again.
Thanks!
--
Peter
4 years, 10 months
input layer misbehaves when having more than one keyboard device
by Juha Nikkanen
Ladies and gentlemen,
I acquired a new keyboard and now this new kbd presents itself as a
multiple input device. In following evtest output, kbd devices are 2
and 7 with difference that 7 offers some media keys as well (listing
#2 lists additional keys):
listing #1, available devices:
/dev/input/event0: Power Button
/dev/input/event1: Power Button
/dev/input/event2: ROCCAT ROCCAT Vulcan 120 AIMO
/dev/input/event3: ROCCAT ROCCAT Vulcan 120 AIMO Mouse
/dev/input/event4: ROCCAT ROCCAT Vulcan 120 AIMO Consumer Control
/dev/input/event5: ROCCAT ROCCAT Vulcan 120 AIMO System Control
/dev/input/event6: ROCCAT ROCCAT Vulcan 120 AIMO
/dev/input/event7: ROCCAT ROCCAT Vulcan 120 AIMO
/dev/input/event8: Kensington Kensington Slimblade Trackball
/dev/input/event9: Logitech K800
/dev/input/event10: Logitech Performance MX
/dev/input/event11: HDA ATI HDMI HDMI/DP,pcm=3
/dev/input/event12: HDA ATI HDMI HDMI/DP,pcm=7
/dev/input/event13: HDA ATI HDMI HDMI/DP,pcm=8
/dev/input/event14: HDA ATI HDMI HDMI/DP,pcm=9
/dev/input/event15: HDA ATI HDMI HDMI/DP,pcm=10
/dev/input/event16: HDA ATI HDMI HDMI/DP,pcm=11
/dev/input/event17: HDA ATI SB Rear Mic
/dev/input/event18: HDA ATI SB Line
/dev/input/event19: HDA ATI SB Line Out Front
/dev/input/event20: HDA ATI SB Line Out Surround
/dev/input/event21: HDA ATI SB Line Out CLFE
/dev/input/event22: HDA ATI SB Line Out Side
listing #2, additional event codes on event 7:
Event code 140 (KEY_CALC)
Event code 142 (KEY_SLEEP)
Event code 150 (KEY_WWW)
Event code 152 (KEY_SCREENLOCK)
Event code 158 (KEY_BACK)
Event code 159 (KEY_FORWARD)
Event code 161 (KEY_EJECTCD)
Event code 163 (KEY_NEXTSONG)
Event code 164 (KEY_PLAYPAUSE)
Event code 165 (KEY_PREVIOUSSONG)
Event code 166 (KEY_STOPCD)
Event code 173 (KEY_REFRESH)
Event code 176 (KEY_EDIT)
Event code 177 (KEY_SCROLLUP)
Event code 178 (KEY_SCROLLDOWN)
Event code 179 (KEY_KPLEFTPAREN)
Event code 180 (KEY_KPRIGHTPAREN)
Now the problem is that when pressing a key like caps lock or num lock
that causes actual data to be sent from the system to the input device
driver like e.g. EV_LED, random key code starts repeat. Usually this
key scan code is 185 which seems to respond F_15 which is non
physically existent. Sometimes it is KEY_A and sometimes it comes
(repeated a's) through to cli making terminal useless. Repeat interval
seems match with about 330msec. I have tested this without X on multi
user non graphical runlevel and wmi modules black listed without any
effect. Problem persists. I have also tested with actual physical
secondary keyboard and have been able to trigger this anomaly also
from there. Have to mention that when problem triggers, USB bus is
calm, any such URBs that does not belong there or are erroneously
extra URBs, exist.
listing #3, spurious repeat triggered:
...snip...
Key repeat handling:
Repeat type 20 (EV_REP)
Repeat code 0 (REP_DELAY)
Value 250
Repeat code 1 (REP_PERIOD)
Value 33
Properties:
Testing ... (interrupt to exit)
Event: time 1543226097.734226, type 17 (EV_LED), code 0 (LED_NUML), value 0
Event: time 1543226097.734226, -------------- SYN_REPORT ------------
Event: time 1543226098.542620, type 17 (EV_LED), code 0 (LED_NUML), value 1
Event: time 1543226098.542620, -------------- SYN_REPORT ------------
Event: time 1543226099.012511, type 17 (EV_LED), code 0 (LED_NUML), value 0
Event: time 1543226099.012511, -------------- SYN_REPORT ------------
Event: time 1543226099.216121, type 17 (EV_LED), code 0 (LED_NUML), value 1
Event: time 1543226099.216121, -------------- SYN_REPORT ------------
Event: time 1543226099.708439, type 17 (EV_LED), code 0 (LED_NUML), value 0
Event: time 1543226099.708439, -------------- SYN_REPORT ------------
Event: time 1543226100.102594, type 17 (EV_LED), code 0 (LED_NUML), value 1
Event: time 1543226100.102594, -------------- SYN_REPORT ------------
Event: time 1543226100.105320, type 4 (EV_MSC), code 4 (MSC_SCAN), value 700ff
Event: time 1543226100.105320, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 1
Event: time 1543226100.105320, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70004
Event: time 1543226100.105320, type 1 (EV_KEY), code 30 (KEY_A), value 1
Event: time 1543226100.105320, type 4 (EV_MSC), code 4 (MSC_SCAN), value 7006a
Event: time 1543226100.105320, type 1 (EV_KEY), code 185 (KEY_F15), value 1
Event: time 1543226100.105320, -------------- SYN_REPORT ------------
Event: time 1543226100.356129, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.356129, -------------- SYN_REPORT ------------
Event: time 1543226100.391126, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.391126, -------------- SYN_REPORT ------------
Event: time 1543226100.425134, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.425134, -------------- SYN_REPORT ------------
Event: time 1543226100.459069, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.459069, -------------- SYN_REPORT ------------
Event: time 1543226100.493130, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.493130, -------------- SYN_REPORT ------------
Event: time 1543226100.508410, type 17 (EV_LED), code 0 (LED_NUML), value 0
Event: time 1543226100.508410, -------------- SYN_REPORT ------------
Event: time 1543226100.527129, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.527129, -------------- SYN_REPORT ------------
Event: time 1543226100.561136, type 1 (EV_KEY), code 185 (KEY_F15), value 2
Event: time 1543226100.561136, -------------- SYN_REPORT ------------
...snip...
How should I continue? Should I place an bug report but to upstream or
Fedora's own bugzilla?
Sincerely,
Juha
4 years, 10 months
panic: Fatal exception in interrupt
by Reindl Harald
after having a new firewall system with F28 running for over 3 weeks
without any issue last saturday at 9:30 crash with 4.18.15 (see
screenshot from VMware HA)
guilty conscience for holding back kernel updates -> 4.18.18
today at nearly the same time identical error
-------------------------------------------------
despite of https://bugzilla.kernel.org/show_bug.cgi?id=201685 i gave
4.19.4 a chance, shortly after boot he same error, hard power off and
boot again -> "Fatal exception in interrupt" after a few seconds and so
back to 4.18.18
what i don't get is that the system is running the whole week forwaridng
a ton of traffic, blocking xt_recenter-abusers without any issue and
it's not the uptime, there was a short reboot a few days ago switching
from single interface to a bridge to prepare for second uplink router
xt_recent counters are low because of --reap option while otherwise they
reached all the 30000 limit after a few days leading to waste a lot of
memory - the VM has 3 GB assigend and so also no problem
-------------------------------------------------
[root@firewall:~]$ cat /etc/modprobe.d/iptables-recent.conf
options ipt_recent ip_list_tot=30000 ip_pkt_list_tot=255
options xt_recent ip_list_tot=30000 ip_pkt_list_tot=255
-------------------------------------------------
# Kernel sysctl configuration file for Red Hat Linux
# run "sysctl -p" after changes
##### SysRq Debugging #####
kernel.sysrq = 0
##### Core-Dumps #####
kernel.core_uses_pid = 1
fs.suid_dumpable = 0
##### TCP-Tuning #####
net.core.default_qdisc = fq_codel
net.core.somaxconn = 65535
net.core.rmem_max = 65536
net.core.wmem_max = 65536
net.core.rmem_default = 32768
net.core.wmem_default = 32768
net.ipv4.tcp_rmem = 4096 32768 65536
net.ipv4.tcp_wmem = 4096 32768 65536
net.ipv4.tcp_mem = 4096 32768 65536
net.ipv4.udp_mem = 4096 32768 65536
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
net.ipv4.tcp_fastopen = 1
net.ipv4.tcp_sack = 1
net.ipv4.tcp_dsack = 1
net.ipv4.ip_local_port_range = 1024 65000
net.ipv4.tcp_slow_start_after_idle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_tw_buckets = 131072
net.ipv4.tcp_max_orphans = 50000
net.ipv4.tcp_orphan_retries = 3
net.ipv4.tcp_ecn = 2
net.ipv4.tcp_autocorking = 1
net.ipv4.ip_nonlocal_bind = 1
##### Secure TCP #####
net.ipv4.tcp_challenge_ack_limit = 1500
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.conf.default.bootp_relay = 0
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.proxy_arp = 0
net.ipv4.conf.all.bootp_relay = 0
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_fin_timeout = 5
net.ipv4.tcp_retries1 = 5
net.ipv4.tcp_syn_retries = 5
net.ipv4.tcp_synack_retries = 3
net.ipv4.tcp_max_syn_backlog = 32768
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.tcp_keepalive_time = 270
net.ipv4.tcp_keepalive_intvl = 30
net.ipv4.tcp_keepalive_probes = 3
net.ipv4.ip_default_ttl = 80
net.ipv4.ip_dynaddr = 0
net.ipv4.igmp_max_memberships = 10
net.ipv4.tcp_rfc1337 = 1
net.ipv4.conf.all.accept_redirects = 0
##### Connection-Tracking #####
net.netfilter.nf_conntrack_max = 1048576
net.netfilter.nf_conntrack_buckets = 65536
net.netfilter.nf_conntrack_acct = 0
net.netfilter.nf_conntrack_checksum = 1
net.netfilter.nf_conntrack_events = 1
net.netfilter.nf_conntrack_helper = 0
net.netfilter.nf_conntrack_log_invalid = 0
net.netfilter.nf_conntrack_tcp_be_liberal = 0
net.netfilter.nf_conntrack_tcp_loose = 1
net.netfilter.nf_conntrack_tcp_max_retrans = 3
net.netfilter.nf_conntrack_timestamp = 0
net.netfilter.nf_conntrack_tcp_timeout_close = 2
net.netfilter.nf_conntrack_tcp_timeout_close_wait = 10
net.netfilter.nf_conntrack_tcp_timeout_established = 1800
net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 5
net.netfilter.nf_conntrack_tcp_timeout_last_ack = 10
net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 60
net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 10
net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 10
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 10
net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 60
net.netfilter.nf_conntrack_generic_timeout = 120
net.netfilter.nf_conntrack_udp_timeout_stream = 120
net.netfilter.nf_conntrack_icmp_timeout = 15
net.netfilter.nf_conntrack_udp_timeout = 15
##### Disable IPv6 #####
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv6.conf.default.accept_redirects = 0
net.ipv6.conf.default.accept_source_route = 0
##### Do not follow links in directories with sticky bit #####
fs.protected_symlinks = 1
fs.protected_hardlinks = 1
##### Kernel hardening #####
kernel.dmesg_restrict = 1
kernel.kptr_restrict = 2
kernel.yama.ptrace_scope = 2
kernel.pid_max = 4000000
kernel.randomize_va_space = 2
##### VMware-Optimizings #####
vm.swappiness = 1
vm.overcommit_memory = 1
vm.overcommit_ratio = 60
vm.vfs_cache_pressure = 75
vm.dirty_background_ratio = 5
vm.dirty_ratio = 20
vm.dirty_expire_centisecs = 1500
vm.dirty_writeback_centisecs = 1500
vm.zone_reclaim_mode = 0
fs.leases-enable = 0
net.unix.max_dgram_qlen = 1024
##### Forwarding #####
net.ipv4.ip_forward = 1
net.ipv4.conf.all.forwarding = 1
net.ipv4.conf.default.forwarding = 1
net.ipv4.ip_forward_use_pmtu = 0
net.ipv4.tcp_mtu_probing = 1
net.ipv4.conf.default.log_martians = 0
net.ipv4.conf.all.log_martians = 0
##### DDOS-Hardening #####
fs.file-max = 3000000
kernel.msgmax = 65536
kernel.msgmnb = 65536
net.core.netdev_max_backlog = 65536
net.ipv4.neigh.default.gc_interval = 5
net.ipv4.neigh.default.gc_stale_time = 120
net.ipv4.neigh.default.gc_thresh1 = 4096
net.ipv4.neigh.default.gc_thresh2 = 8192
net.ipv4.neigh.default.gc_thresh3 = 16384
4 years, 10 months
Storing and persisting user specific credentials in keyring
by Dinesh Prasanth Moluguwan Krishnamoorthy
Hi,
I am trying to store credentials for a nologin user (like "jenkins"). I
would like to persist the credentials across sytem reboots.
I was reading about keyutils and i realized @u can link only to a
session specific keyring, (ie) it won't persist across reboots. Also, I
was reading about KEYCTL_GET_PERSISTENT(3), which requires me to invoke
C functions. Unfortunately, I'm working in python and I have the
freedom to use `subprocess` module to invoke shell scripts.
Is there a way to store/retrieve credentials in user-specific
persistent keyring and use it in python?
Regards,
Dinesh
4 years, 10 months
[PATCH 0/3] Fix all Kconfig "override" warnings
by Paul Bolle
For some time now the build generates a number of override warnings,
like this one:
[...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state
These warnings are triggered when the build uses a .config that has
more than one option set in a Kconfig "choice". But the kernel build
system will only allow one option per "choice".
This small series fixes all current warnings. It doesn't change the
final .configs that the kernel build system will use. (That was my goal
for this series.) So this series should only result in a quieter build.
I'd really appreciate any testing to uncover whether I missed something.
Paul Bolle (3):
configs: correct cpu accounting configuration
configs: correct memory configuration
configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
configs/fedora/generic/CONFIG_FLATMEM_MANUAL | 1 -
configs/fedora/generic/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE | 2 +-
.../fedora/generic/powerpc/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE | 1 +
configs/fedora/generic/s390x/CONFIG_TICK_CPU_ACCOUNTING | 1 +
.../fedora/generic/s390x/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE | 1 +
configs/fedora/generic/x86/x86_64/CONFIG_TICK_CPU_ACCOUNTING | 1 +
configs/fedora/generic/{ => x86/x86_64}/CONFIG_UNWINDER_ORC | 0
kernel-aarch64-debug.config | 4 +---
kernel-aarch64.config | 4 +---
kernel-armv7hl-debug.config | 4 +---
kernel-armv7hl-lpae-debug.config | 4 +---
kernel-armv7hl-lpae.config | 4 +---
kernel-armv7hl.config | 4 +---
kernel-i686-debug.config | 3 +--
kernel-i686.config | 3 +--
kernel-ppc64le-debug.config | 2 --
kernel-ppc64le.config | 2 --
kernel-s390x-debug.config | 4 +---
kernel-s390x.config | 4 +---
kernel-x86_64-debug.config | 5 ++---
kernel-x86_64.config | 5 ++---
21 files changed, 19 insertions(+), 40 deletions(-)
delete mode 100644 configs/fedora/generic/CONFIG_FLATMEM_MANUAL
create mode 100644 configs/fedora/generic/powerpc/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
create mode 100644 configs/fedora/generic/s390x/CONFIG_TICK_CPU_ACCOUNTING
create mode 100644 configs/fedora/generic/s390x/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
create mode 100644 configs/fedora/generic/x86/x86_64/CONFIG_TICK_CPU_ACCOUNTING
rename configs/fedora/generic/{ => x86/x86_64}/CONFIG_UNWINDER_ORC (100%)
--
2.17.2
4 years, 10 months
amd gpu question
by Matthew Miller
I wanted to see how things are in the AMD universe (and an all-open-source
gaming stack!), so I have a shiny new computer with a Vega 64 graphics card.
I am hitting https://bugs.freedesktop.org/show_bug.cgi?id=108049, which is
very frustrating. (When the card goes to sleep, it doesn't wake up. I have
to hit the suspend button and sleep the whole computer to get it to
respond.) Apparently there is a fix in amd-staging-drm-next. How long does
it take for something like that to get to me?
--
Matthew Miller
<mattdm(a)fedoraproject.org>
Fedora Project Leader
4 years, 10 months
[PATCH] Drop unused i686PAE overrides directory
by Paul Bolle
i686 PAE is no longer built. Drop its unused directory of configuration
overrides.
Signed-off-by: Paul Bolle <pebolle(a)tiscali.nl>
---
configs/fedora/generic/x86/i686PAE/CONFIG_4KSTACKS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_64BIT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_ALIX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_APM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_APM_ALLOW_INTS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_APM_CPU_IDLE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_APM_DISPLAY_BLANK | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_APM_DO_ENABLE | 1 -
.../fedora/generic/x86/i686PAE/CONFIG_APM_IGNORE_USER_SUSPEND | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_BACKLIGHT_OT200 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_BATTERY_OLPC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_AES_586 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_CRYPTD | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_DEV_GEODE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_LRW | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_TWOFISH_586 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_CLOCK_EVENT_SRC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_MFGPT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_CORE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_PCI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_AMD76X | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_E7XXX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82860 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82875P | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_R82600 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX1 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_LX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_MODE_HELPERS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_OLPC_DCON | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_FB_SSD1307 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GENERIC_PHY | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GEODE_WDT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GEOS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_74XX_MMIO | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SCH | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SODAVILLE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM4G | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM64G | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HIGHPTE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HSU_DMA | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_HW_RANDOM_GEODE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1535 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1563 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI15X3 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_MUX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS5595 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS630 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_I2O | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_IB700_WDT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_GP2A | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_MATRIXKMAP | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_PWM_BEEPER | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_INTEL_TXT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_KEXEC_JUMP | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_KEYBOARD_BCM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_LBDAF | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_LIBNVDIMM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_M486 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_M586 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_M586MMX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_M586TSC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_M686 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MATH_EMULATION | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MCRUSOE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MCYRIXIII | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MFD_CS5535 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MK6 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MK7 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MK8 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MLX5_INFINIBAND | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MOUSE_PS2_OLPC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUM4 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMII | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMIII | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MTD_NAND_CAFE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MTD_OF_PARTS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MTD_PHYSMAP_OF | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MVIAC3_2 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIP3D | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIPC6 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_NET5501 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_NOHIGHMEM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_NR_CPUS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_NSC_GPIO | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_NUMA | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OF | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OF_OVERLAY | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OF_UNITTEST | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO15_SCI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_PM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_RTC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_SCI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PC8736x_GPIO | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PCI_DIRECT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOANY | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOBIOS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GODIRECT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOMMCONFIG | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_ALIGN | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_START | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PINCONF | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PINCTRL_SINGLE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_PINMUX | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO | 1 -
.../fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO_RESTART | 1 -
.../fedora/generic/x86/i686PAE/CONFIG_PROVIDE_OHCI1394_DMA_INIT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_RCU_FANOUT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_REGMAP_I2C | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SCx200 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SCx200_ACB | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_8250_MID | 1 -
.../generic/x86/i686PAE/CONFIG_SERIAL_GRLIB_GAISLER_APBUART | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_OF_PLATFORM | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SND_SOC_SSM4567 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI_COMPAT | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SPARSE_IRQ | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_STA2X11 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_SYNC_FILE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_TC1100_WMI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_TOSHIBA | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_TOUCHSCREEN_AUO_PIXCIR | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_TRANSPARENT_HUGEPAGE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_UNWINDER_FRAME_POINTER | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_VIDEO_CAFE_CCIC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_IRIS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_NON_STANDARD | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_ANCIENT_MCE | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_BIGSMP | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_CPUFREQ_NFORCE2 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_E_POWERSAVER | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_GENERIC | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_GOLDFISH | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_GX_SUSPMOD | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_MID | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_QUARK | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGHAUL | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGRUN | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K6 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K7 | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_RDC321X | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_REBOOTFIXUPS | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_ICH | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_LIB | 1 -
.../generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_SMI | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_XEN_DEV_EVTCHN | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_XEN_SYS_HYPERVISOR | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_XO1_RFKILL | 1 -
configs/fedora/generic/x86/i686PAE/CONFIG_ZONE_DMA | 1 -
156 files changed, 156 deletions(-)
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_4KSTACKS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_64BIT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_ALIX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM_ALLOW_INTS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM_CPU_IDLE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM_DISPLAY_BLANK
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM_DO_ENABLE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_APM_IGNORE_USER_SUSPEND
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_BACKLIGHT_OT200
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_BATTERY_OLPC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_AES_586
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_CRYPTD
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_DEV_GEODE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_LRW
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_TWOFISH_586
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_CLOCK_EVENT_SRC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_MFGPT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_CORE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_PCI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_AMD76X
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_E7XXX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82860
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82875P
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_R82600
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX1
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_LX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_MODE_HELPERS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_OLPC_DCON
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_FB_SSD1307
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GENERIC_PHY
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GEODE_WDT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GEOS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_74XX_MMIO
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SCH
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SODAVILLE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM4G
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM64G
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HIGHPTE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HSU_DMA
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_HW_RANDOM_GEODE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1535
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1563
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI15X3
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_MUX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS5595
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS630
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_I2O
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_IB700_WDT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_GP2A
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_MATRIXKMAP
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_PWM_BEEPER
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_INTEL_TXT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_KEXEC_JUMP
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_KEYBOARD_BCM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_LBDAF
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_LIBNVDIMM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_M486
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_M586
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_M586MMX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_M586TSC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_M686
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MATH_EMULATION
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MCRUSOE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MCYRIXIII
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MFD_CS5535
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MK6
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MK7
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MK8
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MLX5_INFINIBAND
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MOUSE_PS2_OLPC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUM4
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMII
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMIII
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MTD_NAND_CAFE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MTD_OF_PARTS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MTD_PHYSMAP_OF
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MVIAC3_2
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIP3D
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIPC6
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_NET5501
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_NOHIGHMEM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_NR_CPUS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_NSC_GPIO
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_NUMA
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OF
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OF_OVERLAY
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OF_UNITTEST
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO15_SCI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_PM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_RTC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_SCI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PC8736x_GPIO
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PCI_DIRECT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOANY
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOBIOS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GODIRECT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOMMCONFIG
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_ALIGN
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_START
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PINCONF
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PINCTRL_SINGLE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PINMUX
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO_RESTART
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_PROVIDE_OHCI1394_DMA_INIT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_RCU_FANOUT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_REGMAP_I2C
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SCx200
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SCx200_ACB
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_8250_MID
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_GRLIB_GAISLER_APBUART
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_OF_PLATFORM
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SND_SOC_SSM4567
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI_COMPAT
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SPARSE_IRQ
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_STA2X11
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_SYNC_FILE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_TC1100_WMI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_TOSHIBA
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_TOUCHSCREEN_AUO_PIXCIR
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_TRANSPARENT_HUGEPAGE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_UNWINDER_FRAME_POINTER
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_VIDEO_CAFE_CCIC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_IRIS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_NON_STANDARD
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_ANCIENT_MCE
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_BIGSMP
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_CPUFREQ_NFORCE2
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_E_POWERSAVER
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_GENERIC
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_GOLDFISH
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_GX_SUSPMOD
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_MID
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_QUARK
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGHAUL
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGRUN
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K6
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K7
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_RDC321X
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_REBOOTFIXUPS
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_ICH
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_LIB
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_SMI
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_XEN_DEV_EVTCHN
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_XEN_SYS_HYPERVISOR
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_XO1_RFKILL
delete mode 100644 configs/fedora/generic/x86/i686PAE/CONFIG_ZONE_DMA
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_4KSTACKS b/configs/fedora/generic/x86/i686PAE/CONFIG_4KSTACKS
deleted file mode 100644
index b3ae285ebfb3..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_4KSTACKS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_4KSTACKS is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_64BIT b/configs/fedora/generic/x86/i686PAE/CONFIG_64BIT
deleted file mode 100644
index 2441d5a81f90..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_64BIT
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_64BIT is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_ALIX b/configs/fedora/generic/x86/i686PAE/CONFIG_ALIX
deleted file mode 100644
index 42007a768362..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_ALIX
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_ALIX is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM b/configs/fedora/generic/x86/i686PAE/CONFIG_APM
deleted file mode 100644
index ef1e73d55f39..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_APM=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_ALLOW_INTS b/configs/fedora/generic/x86/i686PAE/CONFIG_APM_ALLOW_INTS
deleted file mode 100644
index 9a0eef3134cb..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_ALLOW_INTS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_APM_ALLOW_INTS is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_CPU_IDLE b/configs/fedora/generic/x86/i686PAE/CONFIG_APM_CPU_IDLE
deleted file mode 100644
index 874064310554..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_CPU_IDLE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_APM_CPU_IDLE=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DISPLAY_BLANK b/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DISPLAY_BLANK
deleted file mode 100644
index b2909fb060f6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DISPLAY_BLANK
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_APM_DISPLAY_BLANK is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DO_ENABLE b/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DO_ENABLE
deleted file mode 100644
index 475553811e81..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_DO_ENABLE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_APM_DO_ENABLE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_IGNORE_USER_SUSPEND b/configs/fedora/generic/x86/i686PAE/CONFIG_APM_IGNORE_USER_SUSPEND
deleted file mode 100644
index 45b5324a106a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_APM_IGNORE_USER_SUSPEND
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_APM_IGNORE_USER_SUSPEND is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_BACKLIGHT_OT200 b/configs/fedora/generic/x86/i686PAE/CONFIG_BACKLIGHT_OT200
deleted file mode 100644
index 7fc698fe0168..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_BACKLIGHT_OT200
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_BACKLIGHT_OT200 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_BATTERY_OLPC b/configs/fedora/generic/x86/i686PAE/CONFIG_BATTERY_OLPC
deleted file mode 100644
index 1270fb00fdb6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_BATTERY_OLPC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_BATTERY_OLPC=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_AES_586 b/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_AES_586
deleted file mode 100644
index 4702bf09cabc..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_AES_586
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_AES_586=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_CRYPTD b/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_CRYPTD
deleted file mode 100644
index 36649cff393d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_CRYPTD
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_CRYPTD=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_DEV_GEODE b/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_DEV_GEODE
deleted file mode 100644
index 751bb868095c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_DEV_GEODE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_DEV_GEODE=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_LRW b/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_LRW
deleted file mode 100644
index 602a90482c8b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_LRW
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_LRW=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_TWOFISH_586 b/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_TWOFISH_586
deleted file mode 100644
index 3f9979eb780c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CRYPTO_TWOFISH_586
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_TWOFISH_586=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_CLOCK_EVENT_SRC b/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_CLOCK_EVENT_SRC
deleted file mode 100644
index 091ab254dce7..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_CLOCK_EVENT_SRC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CS5535_CLOCK_EVENT_SRC=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_MFGPT b/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_MFGPT
deleted file mode 100644
index 3699e8a4ec16..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_CS5535_MFGPT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CS5535_MFGPT=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_CORE b/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_CORE
deleted file mode 100644
index 110558a22025..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_CORE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_DW_DMAC_CORE=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_PCI b/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_PCI
deleted file mode 100644
index 2a2239b2440f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_DW_DMAC_PCI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_DW_DMAC_PCI=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_AMD76X b/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_AMD76X
deleted file mode 100644
index fe5952e70bd6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_AMD76X
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_EDAC_AMD76X=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_E7XXX b/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_E7XXX
deleted file mode 100644
index 0322ddb6939d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_E7XXX
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_EDAC_E7XXX=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82860 b/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82860
deleted file mode 100644
index 5e132db1a566..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82860
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_EDAC_I82860=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82875P b/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82875P
deleted file mode 100644
index dbe32d4067ba..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_I82875P
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_EDAC_I82875P=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_R82600 b/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_R82600
deleted file mode 100644
index 93a01e5063b0..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_EDAC_R82600
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_EDAC_R82600=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE
deleted file mode 100644
index 0f1c77894e5b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_GEODE=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX
deleted file mode 100644
index 08da10775ee0..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_GEODE_GX=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX1 b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX1
deleted file mode 100644
index 55532c98a4b3..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_GX1
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_GEODE_GX1 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_LX b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_LX
deleted file mode 100644
index 382bfc6e1650..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_GEODE_LX
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_GEODE_LX=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_MODE_HELPERS b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_MODE_HELPERS
deleted file mode 100644
index 84f515748da4..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_MODE_HELPERS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_MODE_HELPERS=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_OLPC_DCON b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_OLPC_DCON
deleted file mode 100644
index 5e15691538e1..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_OLPC_DCON
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_OLPC_DCON is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_SSD1307 b/configs/fedora/generic/x86/i686PAE/CONFIG_FB_SSD1307
deleted file mode 100644
index efd995bdfe8a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_FB_SSD1307
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_SSD1307=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GENERIC_PHY b/configs/fedora/generic/x86/i686PAE/CONFIG_GENERIC_PHY
deleted file mode 100644
index 40cd1a4f556e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GENERIC_PHY
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_GENERIC_PHY=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GEODE_WDT b/configs/fedora/generic/x86/i686PAE/CONFIG_GEODE_WDT
deleted file mode 100644
index b6e9726e085a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GEODE_WDT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_GEODE_WDT=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GEOS b/configs/fedora/generic/x86/i686PAE/CONFIG_GEOS
deleted file mode 100644
index e3c72149c8f5..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GEOS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_GEOS is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_74XX_MMIO b/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_74XX_MMIO
deleted file mode 100644
index b761ec18af4a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_74XX_MMIO
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_GPIO_74XX_MMIO is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SCH b/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SCH
deleted file mode 100644
index 81dcf7191a63..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SCH
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_GPIO_SCH=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SODAVILLE b/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SODAVILLE
deleted file mode 100644
index f6c07b0495ab..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_GPIO_SODAVILLE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_GPIO_SODAVILLE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM b/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM
deleted file mode 100644
index ae91367fff56..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HIGHMEM=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM4G b/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM4G
deleted file mode 100644
index a0aecc5796af..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM4G
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_HIGHMEM4G is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM64G b/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM64G
deleted file mode 100644
index c0fbbc172a64..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHMEM64G
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HIGHMEM64G=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHPTE b/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHPTE
deleted file mode 100644
index e11904f2fffe..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HIGHPTE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HIGHPTE=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HSU_DMA b/configs/fedora/generic/x86/i686PAE/CONFIG_HSU_DMA
deleted file mode 100644
index 0dcb85dec3f0..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HSU_DMA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HSU_DMA=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_HW_RANDOM_GEODE b/configs/fedora/generic/x86/i686PAE/CONFIG_HW_RANDOM_GEODE
deleted file mode 100644
index a8c3583f1137..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_HW_RANDOM_GEODE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HW_RANDOM_GEODE=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1535 b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1535
deleted file mode 100644
index 9342b1dbc5a3..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1535
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_ALI1535=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1563 b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1563
deleted file mode 100644
index c030320fc6da..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI1563
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_ALI1563=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI15X3 b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI15X3
deleted file mode 100644
index df3fff740b5b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_ALI15X3
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_ALI15X3=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_MUX b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_MUX
deleted file mode 100644
index 6982ed98a06f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_MUX
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_MUX=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS5595 b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS5595
deleted file mode 100644
index 6a57af79b14a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS5595
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_SIS5595=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS630 b/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS630
deleted file mode 100644
index 1eff29bc70c7..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2C_SIS630
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_SIS630=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_I2O b/configs/fedora/generic/x86/i686PAE/CONFIG_I2O
deleted file mode 100644
index c3064fb4bce9..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_I2O
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_I2O is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_IB700_WDT b/configs/fedora/generic/x86/i686PAE/CONFIG_IB700_WDT
deleted file mode 100644
index 3cf068abd52e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_IB700_WDT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_IB700_WDT=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_GP2A b/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_GP2A
deleted file mode 100644
index 221036349502..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_GP2A
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_INPUT_GP2A is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_MATRIXKMAP b/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_MATRIXKMAP
deleted file mode 100644
index 0f1b2f1685ef..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_MATRIXKMAP
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_INPUT_MATRIXKMAP=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_PWM_BEEPER b/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_PWM_BEEPER
deleted file mode 100644
index 59fdb225d947..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_INPUT_PWM_BEEPER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_INPUT_PWM_BEEPER=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_INTEL_TXT b/configs/fedora/generic/x86/i686PAE/CONFIG_INTEL_TXT
deleted file mode 100644
index 729b3644f99c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_INTEL_TXT
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_INTEL_TXT is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_KEXEC_JUMP b/configs/fedora/generic/x86/i686PAE/CONFIG_KEXEC_JUMP
deleted file mode 100644
index ac2cebdf41f5..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_KEXEC_JUMP
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_KEXEC_JUMP is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_KEYBOARD_BCM b/configs/fedora/generic/x86/i686PAE/CONFIG_KEYBOARD_BCM
deleted file mode 100644
index d904364b517f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_KEYBOARD_BCM
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_KEYBOARD_BCM is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_LBDAF b/configs/fedora/generic/x86/i686PAE/CONFIG_LBDAF
deleted file mode 100644
index b3fae707a39d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_LBDAF
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_LBDAF=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_LIBNVDIMM b/configs/fedora/generic/x86/i686PAE/CONFIG_LIBNVDIMM
deleted file mode 100644
index f773300dc43f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_LIBNVDIMM
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_LIBNVDIMM=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_M486 b/configs/fedora/generic/x86/i686PAE/CONFIG_M486
deleted file mode 100644
index 63ff16ad25b1..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_M486
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_M486 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_M586 b/configs/fedora/generic/x86/i686PAE/CONFIG_M586
deleted file mode 100644
index 1922a00f896d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_M586
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_M586 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_M586MMX b/configs/fedora/generic/x86/i686PAE/CONFIG_M586MMX
deleted file mode 100644
index 56306e616714..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_M586MMX
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_M586MMX is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_M586TSC b/configs/fedora/generic/x86/i686PAE/CONFIG_M586TSC
deleted file mode 100644
index 5e8d7bf1831c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_M586TSC
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_M586TSC is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_M686 b/configs/fedora/generic/x86/i686PAE/CONFIG_M686
deleted file mode 100644
index 48ecb46e3ed4..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_M686
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_M686=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MATH_EMULATION b/configs/fedora/generic/x86/i686PAE/CONFIG_MATH_EMULATION
deleted file mode 100644
index be33a6a765ac..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MATH_EMULATION
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MATH_EMULATION is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MCRUSOE b/configs/fedora/generic/x86/i686PAE/CONFIG_MCRUSOE
deleted file mode 100644
index de9c313b3417..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MCRUSOE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MCRUSOE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MCYRIXIII b/configs/fedora/generic/x86/i686PAE/CONFIG_MCYRIXIII
deleted file mode 100644
index 9386b377985f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MCYRIXIII
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MCYRIXIII is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MFD_CS5535 b/configs/fedora/generic/x86/i686PAE/CONFIG_MFD_CS5535
deleted file mode 100644
index e3d240387f5e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MFD_CS5535
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MFD_CS5535=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MK6 b/configs/fedora/generic/x86/i686PAE/CONFIG_MK6
deleted file mode 100644
index d8b023cf4f0a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MK6
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MK6 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MK7 b/configs/fedora/generic/x86/i686PAE/CONFIG_MK7
deleted file mode 100644
index 949a5f9919bb..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MK7
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MK7 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MK8 b/configs/fedora/generic/x86/i686PAE/CONFIG_MK8
deleted file mode 100644
index 2f448241b46d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MK8
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MK8 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MLX5_INFINIBAND b/configs/fedora/generic/x86/i686PAE/CONFIG_MLX5_INFINIBAND
deleted file mode 100644
index c09ba1a61b52..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MLX5_INFINIBAND
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MLX5_INFINIBAND is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MOUSE_PS2_OLPC b/configs/fedora/generic/x86/i686PAE/CONFIG_MOUSE_PS2_OLPC
deleted file mode 100644
index a5a03d20c43b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MOUSE_PS2_OLPC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MOUSE_PS2_OLPC=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUM4 b/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUM4
deleted file mode 100644
index cebe97732652..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUM4
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MPENTIUM4 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMII b/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMII
deleted file mode 100644
index 10d33aec428b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMII
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MPENTIUMII is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMIII b/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMIII
deleted file mode 100644
index 6a631dc84aad..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMIII
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MPENTIUMIII is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMM b/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMM
deleted file mode 100644
index b77ce1640e5f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MPENTIUMM
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MPENTIUMM is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_NAND_CAFE b/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_NAND_CAFE
deleted file mode 100644
index ae5227871810..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_NAND_CAFE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MTD_NAND_CAFE=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_OF_PARTS b/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_OF_PARTS
deleted file mode 100644
index bddcc3b5e83e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_OF_PARTS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MTD_OF_PARTS=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_PHYSMAP_OF b/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_PHYSMAP_OF
deleted file mode 100644
index 4558beae61f2..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MTD_PHYSMAP_OF
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_MTD_PHYSMAP_OF=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MVIAC3_2 b/configs/fedora/generic/x86/i686PAE/CONFIG_MVIAC3_2
deleted file mode 100644
index 935c0d44727c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MVIAC3_2
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MVIAC3_2 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIP3D b/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIP3D
deleted file mode 100644
index f311f90ea934..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIP3D
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MWINCHIP3D is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIPC6 b/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIPC6
deleted file mode 100644
index 24e6694b4530..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_MWINCHIPC6
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MWINCHIPC6 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_NET5501 b/configs/fedora/generic/x86/i686PAE/CONFIG_NET5501
deleted file mode 100644
index 3ed621992c17..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_NET5501
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_NET5501 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_NOHIGHMEM b/configs/fedora/generic/x86/i686PAE/CONFIG_NOHIGHMEM
deleted file mode 100644
index 7f891861327e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_NOHIGHMEM
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_NOHIGHMEM is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_NR_CPUS b/configs/fedora/generic/x86/i686PAE/CONFIG_NR_CPUS
deleted file mode 100644
index 1d82a8537b14..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_NR_CPUS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_NR_CPUS=32
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_NSC_GPIO b/configs/fedora/generic/x86/i686PAE/CONFIG_NSC_GPIO
deleted file mode 100644
index ae162591d153..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_NSC_GPIO
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_NSC_GPIO=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_NUMA b/configs/fedora/generic/x86/i686PAE/CONFIG_NUMA
deleted file mode 100644
index 7482c9800cb2..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_NUMA
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_NUMA is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OF b/configs/fedora/generic/x86/i686PAE/CONFIG_OF
deleted file mode 100644
index b7345dd59430..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OF
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OF=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OF_OVERLAY b/configs/fedora/generic/x86/i686PAE/CONFIG_OF_OVERLAY
deleted file mode 100644
index d87a96c0f098..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OF_OVERLAY
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_OF_OVERLAY is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OF_UNITTEST b/configs/fedora/generic/x86/i686PAE/CONFIG_OF_UNITTEST
deleted file mode 100644
index f9773f73dec6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OF_UNITTEST
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_OF_UNITTEST is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC
deleted file mode 100644
index 83b2aa42ace9..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1 b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1
deleted file mode 100644
index 3fc4702861c8..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC_XO1=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO15_SCI b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO15_SCI
deleted file mode 100644
index e499c0a69042..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO15_SCI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC_XO15_SCI=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_PM b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_PM
deleted file mode 100644
index 3431f9ab8832..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_PM
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC_XO1_PM=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_RTC b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_RTC
deleted file mode 100644
index 761dae209514..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_RTC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC_XO1_RTC=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_SCI b/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_SCI
deleted file mode 100644
index 6ff71331cfe2..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_OLPC_XO1_SCI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_OLPC_XO1_SCI=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PC8736x_GPIO b/configs/fedora/generic/x86/i686PAE/CONFIG_PC8736x_GPIO
deleted file mode 100644
index 77e0e929ab3d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PC8736x_GPIO
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PC8736x_GPIO=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_DIRECT b/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_DIRECT
deleted file mode 100644
index 1d4923bf1df4..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_DIRECT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PCI_DIRECT=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOANY b/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOANY
deleted file mode 100644
index 35bc92b397ef..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOANY
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PCI_GOANY=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOBIOS b/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOBIOS
deleted file mode 100644
index 0bf470f25a69..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOBIOS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCI_GOBIOS is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GODIRECT b/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GODIRECT
deleted file mode 100644
index 356bcaa99efc..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GODIRECT
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCI_GODIRECT is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOMMCONFIG b/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOMMCONFIG
deleted file mode 100644
index 06d222163d98..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PCI_GOMMCONFIG
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCI_GOMMCONFIG is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_ALIGN b/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_ALIGN
deleted file mode 100644
index 593f6d5c4876..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_ALIGN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PHYSICAL_ALIGN=0x400000
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_START b/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_START
deleted file mode 100644
index 52dc8ee22b9d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PHYSICAL_START
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PHYSICAL_START=0x400000
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PINCONF b/configs/fedora/generic/x86/i686PAE/CONFIG_PINCONF
deleted file mode 100644
index 2f04b24a4959..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PINCONF
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PINCONF=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PINCTRL_SINGLE b/configs/fedora/generic/x86/i686PAE/CONFIG_PINCTRL_SINGLE
deleted file mode 100644
index 4142920af3e1..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PINCTRL_SINGLE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PINCTRL_SINGLE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PINMUX b/configs/fedora/generic/x86/i686PAE/CONFIG_PINMUX
deleted file mode 100644
index 2e704c683cc7..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PINMUX
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PINMUX=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO b/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO
deleted file mode 100644
index dac784d6c530..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_POWER_RESET_GPIO=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO_RESTART b/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO_RESTART
deleted file mode 100644
index 28e2b6125bea..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_POWER_RESET_GPIO_RESTART
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_POWER_RESET_GPIO_RESTART is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_PROVIDE_OHCI1394_DMA_INIT b/configs/fedora/generic/x86/i686PAE/CONFIG_PROVIDE_OHCI1394_DMA_INIT
deleted file mode 100644
index 494ddf49aafa..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_PROVIDE_OHCI1394_DMA_INIT
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_RCU_FANOUT b/configs/fedora/generic/x86/i686PAE/CONFIG_RCU_FANOUT
deleted file mode 100644
index f80f8cbe6e3e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_RCU_FANOUT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_RCU_FANOUT=32
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_REGMAP_I2C b/configs/fedora/generic/x86/i686PAE/CONFIG_REGMAP_I2C
deleted file mode 100644
index 907c212ef812..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_REGMAP_I2C
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_REGMAP_I2C=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200 b/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200
deleted file mode 100644
index 3b69c05a7ea4..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_SCx200 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200_ACB b/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200_ACB
deleted file mode 100644
index a4434e910bf4..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SCx200_ACB
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_SCx200_ACB is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_8250_MID b/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_8250_MID
deleted file mode 100644
index 58ee08f11f2e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_8250_MID
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SERIAL_8250_MID=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_GRLIB_GAISLER_APBUART b/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_GRLIB_GAISLER_APBUART
deleted file mode 100644
index a72a7dbdabf7..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_GRLIB_GAISLER_APBUART
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SERIAL_GRLIB_GAISLER_APBUART=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_OF_PLATFORM b/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_OF_PLATFORM
deleted file mode 100644
index 46bc74d4908c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SERIAL_OF_PLATFORM
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SERIAL_OF_PLATFORM=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SND_SOC_SSM4567 b/configs/fedora/generic/x86/i686PAE/CONFIG_SND_SOC_SSM4567
deleted file mode 100644
index 8907aafc9322..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SND_SOC_SSM4567
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_SOC_SSM4567=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI b/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI
deleted file mode 100644
index ee80f74cb4d6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SONYPI=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI_COMPAT b/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI_COMPAT
deleted file mode 100644
index 6655c779b0ab..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SONYPI_COMPAT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SONYPI_COMPAT=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SPARSE_IRQ b/configs/fedora/generic/x86/i686PAE/CONFIG_SPARSE_IRQ
deleted file mode 100644
index 943900f6318e..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SPARSE_IRQ
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SPARSE_IRQ=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_STA2X11 b/configs/fedora/generic/x86/i686PAE/CONFIG_STA2X11
deleted file mode 100644
index ee8f3f09fdfc..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_STA2X11
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_STA2X11 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_SYNC_FILE b/configs/fedora/generic/x86/i686PAE/CONFIG_SYNC_FILE
deleted file mode 100644
index 391ab547b458..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_SYNC_FILE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SYNC_FILE=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_TC1100_WMI b/configs/fedora/generic/x86/i686PAE/CONFIG_TC1100_WMI
deleted file mode 100644
index ca6002268fad..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_TC1100_WMI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_TC1100_WMI=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_TOSHIBA b/configs/fedora/generic/x86/i686PAE/CONFIG_TOSHIBA
deleted file mode 100644
index b0cfad97633b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_TOSHIBA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_TOSHIBA=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_TOUCHSCREEN_AUO_PIXCIR b/configs/fedora/generic/x86/i686PAE/CONFIG_TOUCHSCREEN_AUO_PIXCIR
deleted file mode 100644
index b33f61f376bb..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_TOUCHSCREEN_AUO_PIXCIR
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_TRANSPARENT_HUGEPAGE b/configs/fedora/generic/x86/i686PAE/CONFIG_TRANSPARENT_HUGEPAGE
deleted file mode 100644
index 4874a851b815..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_TRANSPARENT_HUGEPAGE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_TRANSPARENT_HUGEPAGE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_UNWINDER_FRAME_POINTER b/configs/fedora/generic/x86/i686PAE/CONFIG_UNWINDER_FRAME_POINTER
deleted file mode 100644
index 0938fde11ffe..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_UNWINDER_FRAME_POINTER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_UNWINDER_FRAME_POINTER=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_VIDEO_CAFE_CCIC b/configs/fedora/generic/x86/i686PAE/CONFIG_VIDEO_CAFE_CCIC
deleted file mode 100644
index f295314209a0..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_VIDEO_CAFE_CCIC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_VIDEO_CAFE_CCIC=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_IRIS b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_IRIS
deleted file mode 100644
index f962972e1c2c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_IRIS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_32_IRIS=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_NON_STANDARD b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_NON_STANDARD
deleted file mode 100644
index 051640b41a6d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_32_NON_STANDARD
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_32_NON_STANDARD is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_ANCIENT_MCE b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_ANCIENT_MCE
deleted file mode 100644
index 0f8514b5f6f8..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_ANCIENT_MCE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_ANCIENT_MCE is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_BIGSMP b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_BIGSMP
deleted file mode 100644
index 80880952e922..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_BIGSMP
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_BIGSMP=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_CPUFREQ_NFORCE2 b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_CPUFREQ_NFORCE2
deleted file mode 100644
index 6d5f101b7bf9..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_CPUFREQ_NFORCE2
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_CPUFREQ_NFORCE2 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_E_POWERSAVER b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_E_POWERSAVER
deleted file mode 100644
index d5fbbbb13a48..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_E_POWERSAVER
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_E_POWERSAVER is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GENERIC b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GENERIC
deleted file mode 100644
index 4c1688c3843f..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GENERIC
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_GENERIC=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GOLDFISH b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GOLDFISH
deleted file mode 100644
index e509890ff039..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GOLDFISH
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_GOLDFISH is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GX_SUSPMOD b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GX_SUSPMOD
deleted file mode 100644
index 2eb3b277c1d6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_GX_SUSPMOD
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_GX_SUSPMOD is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_MID b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_MID
deleted file mode 100644
index 9c338605e6df..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_MID
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_INTEL_MID is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_QUARK b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_QUARK
deleted file mode 100644
index 7355315317ff..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_INTEL_QUARK
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_INTEL_QUARK is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGHAUL b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGHAUL
deleted file mode 100644
index dfa6f6e120e8..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGHAUL
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_LONGHAUL is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGRUN b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGRUN
deleted file mode 100644
index 003040a51d2b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_LONGRUN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_LONGRUN=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K6 b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K6
deleted file mode 100644
index 370dc6cfb476..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K6
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_POWERNOW_K6 is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K7 b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K7
deleted file mode 100644
index 00e5189c483d..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_POWERNOW_K7
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_POWERNOW_K7=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_RDC321X b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_RDC321X
deleted file mode 100644
index 24228b21186b..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_RDC321X
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_RDC321X is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_REBOOTFIXUPS b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_REBOOTFIXUPS
deleted file mode 100644
index 290af2213b6c..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_REBOOTFIXUPS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_REBOOTFIXUPS is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_ICH b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_ICH
deleted file mode 100644
index bfe895f713a6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_ICH
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_SPEEDSTEP_ICH=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_LIB b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_LIB
deleted file mode 100644
index 3372ad003d58..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_LIB
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_SPEEDSTEP_LIB=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK
deleted file mode 100644
index 808ce2b1d95a..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_SMI b/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_SMI
deleted file mode 100644
index 1a5cd01383eb..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_X86_SPEEDSTEP_SMI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_X86_SPEEDSTEP_SMI=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_DEV_EVTCHN b/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_DEV_EVTCHN
deleted file mode 100644
index a198d3b62d56..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_DEV_EVTCHN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_XEN_DEV_EVTCHN=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_SYS_HYPERVISOR b/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_SYS_HYPERVISOR
deleted file mode 100644
index a8ff9c8e6bc6..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_XEN_SYS_HYPERVISOR
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_XEN_SYS_HYPERVISOR=y
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_XO1_RFKILL b/configs/fedora/generic/x86/i686PAE/CONFIG_XO1_RFKILL
deleted file mode 100644
index 342cadbedfc3..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_XO1_RFKILL
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_XO1_RFKILL=m
diff --git a/configs/fedora/generic/x86/i686PAE/CONFIG_ZONE_DMA b/configs/fedora/generic/x86/i686PAE/CONFIG_ZONE_DMA
deleted file mode 100644
index c1b5f84a5b40..000000000000
--- a/configs/fedora/generic/x86/i686PAE/CONFIG_ZONE_DMA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ZONE_DMA=y
--
2.17.2
4 years, 10 months
[PATCH] Adjust grep pattern for finding Kconfig symbols
by Paul Bolle
This script detects unknown Kconfig symbols by checking whether the
Kconfig macros used in the various *.config files have a corresponding
Kconfig symbol in the tree. Its core test is done with grep().
It turns out that match pattern used in grep() is too broad. For
instance, it doesn't report CONFIG_ACPI_PROCFS as unknown because there
is a Kconfig entry for ACPI_PROCFS_POWER in the tree. Make the pattern
match Kconfig symbols exactly to correct this.
Signed-off-by: Paul Bolle <pebolle(a)tiscali.nl>
---
scripts/check-configs.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/check-configs.pl b/scripts/check-configs.pl
index 39df8f4ad002..c74acf1d4c22 100644
--- a/scripts/check-configs.pl
+++ b/scripts/check-configs.pl
@@ -74,7 +74,7 @@ sub main {
my (@tmp) = parse_shipped( $shipped );
foreach my $ref ( @tmp ) {
say( STDERR "$shipped:$ref->[0]: No Kconfig symbol matches 'CONFIG_$ref->[1]'" )
- unless (grep( /$ref->[1]/, keys( %configs )));
+ unless (grep( /^$ref->[1]$/, keys( %configs )));
}
}
--
2.17.2
4 years, 10 months