File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616# that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y',
1717# CORE must be 'y' too.
1818#
19- # * What influences CORE_BELL_A_ADVANCED ?
19+ # * What influences CORE_BELL_A_ADVANCED?
2020#
2121# As the name implies CORE_BELL_A_ADVANCED is an advanced feature of
2222# CORE_BELL_A so naturally it depends on CORE_BELL_A. So if CORE_BELL_A is 'y'
2323# we know CORE_BELL_A_ADVANCED can be 'y' too.
2424#
25- # * What influences CORE_BELL_A ?
25+ # * What influences CORE_BELL_A?
2626#
2727# CORE_BELL_A depends on CORE, so CORE influences CORE_BELL_A.
2828#
3434# the "recursive dependency detected" error.
3535#
3636# Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be
37- # obvious that an easy to solution to this problem should just be the removal
37+ # obvious that an easy solution to this problem should just be the removal
3838# of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already
3939# since CORE_BELL_A depends on CORE. Recursive dependency issues are not always
4040# so trivial to resolve, we provide another example below of practical
You can’t perform that action at this time.
0 commit comments