diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 010600ef58c0..274f2716b03e 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
@@ -599,12 +599,12 @@ int main(int ac, char **av) | |||
599 | break; | 599 | break; |
600 | case savedefconfig: | 600 | case savedefconfig: |
601 | break; | 601 | break; |
602 | case oldconfig: | ||
603 | case oldaskconfig: | 602 | case oldaskconfig: |
604 | rootEntry = &rootmenu; | 603 | rootEntry = &rootmenu; |
605 | conf(&rootmenu); | 604 | conf(&rootmenu); |
606 | input_mode = silentoldconfig; | 605 | input_mode = silentoldconfig; |
607 | /* fall through */ | 606 | /* fall through */ |
607 | case oldconfig: | ||
608 | case listnewconfig: | 608 | case listnewconfig: |
609 | case oldnoconfig: | 609 | case oldnoconfig: |
610 | case silentoldconfig: | 610 | case silentoldconfig: |