Skip to content
New issue

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

0xdc.config #1

Open
0xdc opened this issue Apr 8, 2022 · 0 comments
Open

0xdc.config #1

0xdc opened this issue Apr 8, 2022 · 0 comments
Assignees

Comments

@0xdc
Copy link
Owner

0xdc commented Apr 8, 2022

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

@0xdc 0xdc self-assigned this Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant