xref: /OK3568_Linux_fs/buildroot/package/aufs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Automatically selected by the corresponding linux extension
2config BR2_PACKAGE_AUFS
3	bool
4
5if BR2_PACKAGE_AUFS
6
7# Both come from the selection of the linux extension.
8config BR2_PACKAGE_AUFS_SERIES
9	int
10	default BR2_LINUX_KERNEL_EXT_AUFS_SERIES
11
12config BR2_PACKAGE_AUFS_VERSION
13	string
14	default BR2_LINUX_KERNEL_EXT_AUFS_VERSION
15
16endif
17