diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 15:59:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-09 10:12:49 -0300 |
commit | 523b78d1d202dedcd9e549576d6179d68210c038 (patch) | |
tree | 8b95cfcb5eb8534c35d74bb715005c24d0937bdc /drivers/media/dvb/dvb-core | |
parent | 6b6bcb16c6b528fb5832244db949366bf0e42f44 (diff) |
V4L/DVB (5600): Allow compiling just DVB CORE
Allow compiling just DVB CORE without needing to compile the drivers
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core')
-rw-r--r-- | drivers/media/dvb/dvb-core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/Kconfig b/drivers/media/dvb/dvb-core/Kconfig index 93e24fb0e68e..e3e6839f8073 100644 --- a/drivers/media/dvb/dvb-core/Kconfig +++ b/drivers/media/dvb/dvb-core/Kconfig @@ -1,4 +1,4 @@ -menuconfig DVB_CORE +config DVB_CORE tristate "DVB for Linux" depends on NET && INET select CRC32 |