Disabling f2fs - imx6ul - eMMC - 19.07

Every time when I run make menuconfig PACKAGE_kmod-fs-f2fs is turned on. I can turn it of by editing the .config file (not the best solution) - the kernel works fine. And I cannot figure out why it is turned on every time. The help does not show a dependency.

Symbol: PACKAGE_kmod-fs-f2fs [=y]                                                                                                                                                                                                     
  Type  : tristate
  Prompt: kmod-fs-f2fs..................................... F2FS filesystem support
    Location:
     -> Kernel modules  
         -> Filesystems
   Defined at tmp/.config-package.in:977
   Selects: PACKAGE_kmod-crypto-hash [=y] && PACKAGE_kmod-crypto-crc32 [=y]

What am I missing?