File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 *
1313 * Function returns the provided value if non-zero, or a Kconfig-controlled
1414 * default value if the parameter is zero. This trivial function is
15- * provided in order to have a library interface example that is trivial
15+ * provided in order to have a library interface example that is trivial
1616 * to test.
1717 *
1818 * @param return_value_if_nonzero Value to return if non-zero
Original file line number Diff line number Diff line change 33
44config CUSTOM_LIB
55 bool "custom_lib Support"
6- help
6+ help
77 This option enables the custom_lib library
88
99config CUSTOM_LIB_GET_VALUE_DEFAULT
1010 int "custom_lib_get_value() default return value"
1111 depends on CUSTOM_LIB
12- default 0
12+ default 0
1313 help
1414 This option primarily exists as an example of a library Kconfig
1515 setting.
You can’t perform that action at this time.
0 commit comments