xref: /OK3568_Linux_fs/buildroot/package/bash-completion/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BASH_COMPLETION
2	bool "bash completion"
3	depends on BR2_PACKAGE_BASH
4	help
5	  Add bash completion infrastructure.
6
7	  The bash completion infrastructure is enabled by
8	  /etc/profile.d/bash_completion.sh, which is normally
9	  sourced by /etc/profile.
10
11	  If the system does not use the /etc/profile.d directory
12	  mechanism, the /etc/profile.d/bash_completion.sh script can
13	  be sourced from /etc/bashrc or ~/.bashrc.
14
15	  https://github.com/scop/bash-completion
16