diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-12-09 21:55:38 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-02-02 20:06:32 +1300 |
commit | b16baed494d3c3fb66eeaaf9d8c1dbc7c6c0479f (patch) | |
tree | 2345bf59c728221b885eb712f436136070fb6982 | |
parent | df94f6803fe17fd1030ef08ff0463e437b9323b9 (diff) | |
download | crosstool-ng-b16baed494d3c3fb66eeaaf9d8c1dbc7c6c0479f.tar.gz crosstool-ng-b16baed494d3c3fb66eeaaf9d8c1dbc7c6c0479f.tar.bz2 crosstool-ng-b16baed494d3c3fb66eeaaf9d8c1dbc7c6c0479f.zip |
kconfig: Sync with upstream v4.20
6bbe4385d035 kconfig: merge_config: avoid false positive matches from comment lines
2cd3faf87d2d merge_config.sh: Allow to define config prefix
0085b4191f3e kconfig: remove silentoldconfig target
04c459d20448 kconfig: remove oldnoconfig target
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r-- | kconfig/conf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c index a0db354f..5a795c50 100644 --- a/kconfig/conf.c +++ b/kconfig/conf.c @@ -460,12 +460,6 @@ static struct option long_opts[] = { {"randconfig", no_argument, NULL, randconfig}, {"listnewconfig", no_argument, NULL, listnewconfig}, {"olddefconfig", no_argument, NULL, olddefconfig}, - /* - * oldnoconfig is an alias of olddefconfig, because people already - * are dependent on its behavior(sets new symbols to their default - * value but not 'n') with the counter-intuitive name. - */ - {"oldnoconfig", no_argument, NULL, olddefconfig}, {NULL, 0, NULL, 0} }; |