-config BR2_PACKAGE_KMOD_SHFS
- tristate "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module"
+config BR2_PACKAGE_SHFS
+ bool
+ default n
+ depends BR2_PACKAGE_SHFS_UTILS
+
+
+config BR2_PACKAGE_SHFS_UTILS
+ select BR2_PACKAGE_KMOD_SHFS
+ prompt "shfs-utils - ShFS mount/umount utilities"
+ tristate