-
- Downloads
Menuconfig will not treat 'select FOO' as a real dependency thus if BAR...
Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. SVN-Revision: 6293
Loading
Please register or sign in to comment