We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
0xdc
No branches or pull requests
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
0xdc.config
The text was updated successfully, but these errors were encountered: