menu "Lua Magnetometer Module"

    choice LUA_MODULE_MAGNETOMETER_CHIP
        prompt "Magnetometer chip model"
        default LUA_MODULE_MAGNETOMETER_CHIP_BMM350
        help
            Select which magnetometer backend this Lua module should build against.

        config LUA_MODULE_MAGNETOMETER_CHIP_BMM350
            bool "BMM350"
            help
                Build the magnetometer Lua module with the BMM350 backend.

        config LUA_MODULE_MAGNETOMETER_CHIP_BMM150
            bool "BMM150"
            help
                Reserved for a future BMM150 backend. The code path is not
                implemented yet and will fail at compile time if selected.

        config LUA_MODULE_MAGNETOMETER_CHIP_MMC5603NJ
            bool "MMC5603NJ"
            help
                Reserved for a future MMC5603NJ backend. The code path is not
                implemented yet and will fail at compile time if selected.
    endchoice

endmenu
