diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-03 21:19:07 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-03 21:19:07 -0700 |
commit | de4861886737027203b44c1f5cf8851effa5bea2 (patch) | |
tree | dd0123a162e8e1c58e48436177993a29255bbdd7 /mailimport | |
parent | 01dae6cd40b3b47dfd2b70868fca713fadb8eb31 (diff) | |
download | mediapointer-dvb-s2-de4861886737027203b44c1f5cf8851effa5bea2.tar.gz mediapointer-dvb-s2-de4861886737027203b44c1f5cf8851effa5bea2.tar.bz2 |
scripts: improve check_config_defines.pl
From: Trent Piepho <xyzzy@speakeasy.org>
If a kconfig option goes away in the v4l-dvb Kconfig files, but is still
present in the kernel Kconfig files, then v4l-dvb code using that option
would appear to be ok.
This is fixed by not reading the drivers/media Kconfig files from the kernel
source and merging the options defined there with those from the v4l-dvb
version. If a Kconfig file is read from v4l-dvb, the kernel version of that
file is not read.
Fix a regex bug that made #ifdef CONFIG_WHATEVER_MODULE appear to be missing
when WHATEVER did exist.
Check #ifndef too.
Get Kconfig options from menuconfig lines too.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'mailimport')
0 files changed, 0 insertions, 0 deletions