config_query_option IPMITOOL_OPTS "Enable IPMIv1.5 LAN interface?" y \
                                  "--enable-intf-lan" \
                                  "--disable-intf-lan" &&

config_query_option IPMITOOL_OPTS "Enable IPMIv2.0 RMCP+ LAN interface?" y \
                                  "--enable-intf-lanplus" \
                                  "--disable-intf-lanplus" &&

# TODO: requires freeipmi spell, must be moved to DEPENDS once ready
#config_query_option IPMITOOL_OPTS "Enable FreeIPMI IPMI interface?" y \
#                                  "--enable-intf-free" \
#                                  "--disable-intf-free" &&

config_query_option IPMITOOL_OPTS "Enable Linux OpenIPMI interface?" y \
                                  "--enable-intf-open" \
                                  "--disable-intf-open" &&

config_query_option IPMITOOL_OPTS "Enable Intel IMB driver interface?" y \
                                  "--enable-intf-imb" \
                                  "--disable-intf-imb" &&

config_query_option IPMITOOL_OPTS "Enable Solaris 9 x86 IPMI interface?" n \
                                  "--enable-intf-lipmi" \
                                  "--disable-intf-lipmi" &&

config_query_option IPMITOOL_OPTS "Enable Solaris 10 x86 IPMI interface?" y \
                                  "--enable-intf-bmc" \
                                  "--disable-intf-bmc" &&

config_query_option IPMITOOL_OPTS "Enable IPMI shell interface?" y \
                                  "--enable-ipmishell" \
                                  "--disable-ipmishell" &&

config_query_option IPMITOOL_OPTS "Enable extra security checks on files opened for read?" n \
                                  "--enable-file-security" \
                                  "--disable-file-security"
