--- zzzz-none-000/linux-4.9.218/include/linux/rfkill.h 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/include/linux/rfkill.h 2023-03-29 10:59:08.000000000 +0000 @@ -64,7 +64,7 @@ int (*set_block)(void *data, bool blocked); }; -#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) +#if defined(CONFIG_RFKILL_FULL) || defined(CONFIG_RFKILL_FULL_MODULE) /** * rfkill_alloc - allocate rfkill structure * @name: name of the struct -- the string is not copied internally