File: Kdefconfig_existent

package info (click to toggle)
kconfiglib 14.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 8,498; sh: 34; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# $FOO is "defconfig_2"

config A
    string
    option defconfig_list
    default "Kconfiglib/tests/defconfig_1" if y && !n && n
    default "Kconfiglib/tests/$FOO"
    default "Kconfiglib/tests/defconfig_1"