···2323#ifndef _LNBH24_H2424#define _LNBH24_H25252626+#include <linux/kconfig.h>2727+2628/* system register bits */2729#define LNBH24_OLF 0x012830#define LNBH24_OTF 0x02···37353836#include <linux/dvb/frontend.h>39374040-#if defined(CONFIG_DVB_LNBP21) || (defined(CONFIG_DVB_LNBP21_MODULE) \4141- && defined(MODULE))3838+#if IS_ENABLED(CONFIG_DVB_LNBP21)4239/* override_set and override_clear control which4340 system register bits (above) to always set & clear */4441extern struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe,
+3-2
drivers/media/dvb-frontends/lnbp21.h
···2727#ifndef _LNBP21_H2828#define _LNBP21_H29293030+#include <linux/kconfig.h>3131+3032/* system register bits */3133/* [RO] 0=OK; 1=over current limit flag */3234#define LNBP21_OLF 0x01···57555856#include <linux/dvb/frontend.h>59576060-#if defined(CONFIG_DVB_LNBP21) || (defined(CONFIG_DVB_LNBP21_MODULE) \6161- && defined(MODULE))5858+#if IS_ENABLED(CONFIG_DVB_LNBP21)6259/* override_set and override_clear control which6360 system register bits (above) to always set & clear */6461extern struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe,
+3-2
drivers/media/dvb-frontends/lnbp22.h
···2828#ifndef _LNBP22_H2929#define _LNBP22_H30303131+#include <linux/kconfig.h>3232+3133/* Enable */3234#define LNBP22_EN 0x103335/* Voltage selection */···39374038#include <linux/dvb/frontend.h>41394242-#if defined(CONFIG_DVB_LNBP22) || \4343- (defined(CONFIG_DVB_LNBP22_MODULE) && defined(MODULE))4040+#if IS_ENABLED(CONFIG_DVB_LNBP22)4441/*4542 * override_set and override_clear control which system register bits (above)4643 * to always set & clear