Skip to content

0xdc.config #1

Description

@0xdc

Given a merged kconfig+kernel tree:
$ git grep -h '^\s\+\(imply\|select\)' meta/ | awk '!/META_/{print"^config "$2 "$"}' | sort | uniq | git --no-pager grep -h -A1 -f - | sed '$!N;s/\n/ /;N' | awk '!/--/{print$2, $3}' | sort | uniq

$ awk '/depends|prompt|select/' merged.kconfig 
HID_SENSOR_ACCEL_3D depends # tristate
NET_9P_VIRTIO depends # tristate
NFT_CT depends # tristate
NFT_MASQ depends # tristate
NFT_NAT depends # tristate
NF_TABLES select # tristate
NF_TABLES_INET depends # bool
SECCOMP prompt # bool
SMP depends # bool (dup)

0xdc.config

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions