diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-08-23 22:06:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-08-25 11:36:19 -0400 |
commit | a2959d67c00a8719d8b0eff9296d2b10eead0e22 (patch) | |
tree | b6074294fc0fb4cacd79334ca3f19f4fd96d3ebc /scripts/kconfig/gconf.c | |
parent | a9f48163bcd9ea20f9e4bc4467946f6726882a9b (diff) | |
download | seabios-a2959d67c00a8719d8b0eff9296d2b10eead0e22.zip seabios-a2959d67c00a8719d8b0eff9296d2b10eead0e22.tar.gz seabios-a2959d67c00a8719d8b0eff9296d2b10eead0e22.tar.bz2 |
build: Update kconfig to version in Linux 3.16.
Update kconfig (from Linux v3.13) to the latest version (Linux v3.16).
This copies kconfig from Linux with only the changes necessary to work
with the SeaBIOS build (the equivalent of the earlier SeaBIOS 0da7bfdf
commit) and the changes necessary to always emit symbols (SeaBIOS
b623e7c5 commit).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index f2bee70..d0a35b2 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -1404,7 +1404,7 @@ static void display_tree(struct menu *menu) && (tree == tree2)) continue; /* - if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT)) + if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT)) || (view_mode == FULL_VIEW) || (view_mode == SPLIT_VIEW))*/ |