File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
# that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y',
17
17
# CORE must be 'y' too.
18
18
#
19
- # * What influences CORE_BELL_A_ADVANCED ?
19
+ # * What influences CORE_BELL_A_ADVANCED?
20
20
#
21
21
# As the name implies CORE_BELL_A_ADVANCED is an advanced feature of
22
22
# CORE_BELL_A so naturally it depends on CORE_BELL_A. So if CORE_BELL_A is 'y'
23
23
# we know CORE_BELL_A_ADVANCED can be 'y' too.
24
24
#
25
- # * What influences CORE_BELL_A ?
25
+ # * What influences CORE_BELL_A?
26
26
#
27
27
# CORE_BELL_A depends on CORE, so CORE influences CORE_BELL_A.
28
28
#
34
34
# the "recursive dependency detected" error.
35
35
#
36
36
# 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
38
38
# of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already
39
39
# since CORE_BELL_A depends on CORE. Recursive dependency issues are not always
40
40
# so trivial to resolve, we provide another example below of practical
You can’t perform that action at this time.
0 commit comments