diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 20:49:30 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-06-17 20:49:30 +0000 |
commit | a085c62e8b7277e8802f295059ad35a8fcb73e2e (patch) | |
tree | c1432e4d7a642e299de8690171121fa7a55fcfdc /v4l/Makefile | |
parent | 1a8395bd7f1fd3496f8812dd01d75feb3fe2cd0b (diff) | |
download | mediapointer-dvb-s2-a085c62e8b7277e8802f295059ad35a8fcb73e2e.tar.gz mediapointer-dvb-s2-a085c62e8b7277e8802f295059ad35a8fcb73e2e.tar.bz2 |
* Make.config, Makefile, cx88-core.c, cx88-video.c:
* cx88.h, msp3400.c, saa6752hs.c:
* tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c:
- Remove unneeded config options. Now I2C_CLIENT_MULTI
and I2C_NORMAL_RANGE is checked on the fly.
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 2b9ae9c62..39d93b57b 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -59,12 +59,6 @@ EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/frontends/ ifeq ($(CONFIG_VIDEO_CX88_DVB),m) EXTRA_CFLAGS += -DCONFIG_VIDEO_CX88_DVB_MODULE=1 endif -ifeq ($(CONFIG_TUNER_MULTI_I2C),y) - EXTRA_CFLAGS += -DCONFIG_TUNER_MULTI_I2C=1 -endif -ifeq ($(CONFIG_USE_I2C_RANGE),y) - EXTRA_CFLAGS += -DCONFIG_USE_I2C_RANGE=1 -endif ################################################# # compile modules |