. $GRIMOIRE/FUNCTIONS &&

if [[ $(get_kernel_config CONFIG_MOUSE_PS2) == "y" ||
      $(get_kernel_config CONFIG_MOUSE_PS2) == "m" ]]; then
  message "${PROBLEM_COLOR}Your kernel appears to have psmouse device support enabled (CONFIG_MOUSE_PS2 is set to 'y' or 'm'). $SPELL will not function with this, please set it to 'n'.${DEFAULT_COLOR}"
  return 1
fi
