-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels