Config.src 253 B

123456789101112131415
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see docs/Kconfig-language.txt.
  4. #
  5. config VOLUMEID
  6. bool #No description makes it a hidden option
  7. default n
  8. menu "Filesystem/Volume identification"
  9. depends on VOLUMEID
  10. INSERT
  11. endmenu