Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e0cce02e
Commit
e0cce02e
authored
Sep 06, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark drivers that can't be built stand-alone in the configuration
files.
parent
778d5af7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
8 deletions
+17
-8
drivers/media/dvb/frontends/Kconfig
drivers/media/dvb/frontends/Kconfig
+1
-1
drivers/media/dvb/ttusb-dec/Kconfig
drivers/media/dvb/ttusb-dec/Kconfig
+1
-1
init/Kconfig
init/Kconfig
+9
-0
sound/oss/Kconfig
sound/oss/Kconfig
+6
-6
No files found.
drivers/media/dvb/frontends/Kconfig
View file @
e0cce02e
...
...
@@ -117,7 +117,7 @@ config DVB_VES1820
config DVB_TDA1004X
tristate "Frontends with external TDA1004X demodulators (OFDM)"
depends on DVB_CORE
depends on DVB_CORE
&& !STANDALONE
help
A DVB-T tuner module. Say Y when you want to support this frontend.
...
...
drivers/media/dvb/ttusb-dec/Kconfig
View file @
e0cce02e
config DVB_TTUSB_DEC
tristate "Technotrend/Hauppauge USB DEC2000-T devices"
depends on DVB_CORE && USB
depends on DVB_CORE && USB
&& !STANDALONE
help
Support for external USB adapters designed by Technotrend and
produced by Hauppauge, shipped under the brand name 'DEC2000-T'.
...
...
init/Kconfig
View file @
e0cce02e
...
...
@@ -41,6 +41,15 @@ config CLEAN_COMPILE
If unsure, say Y
config STANDALONE
bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
default y
help
Select this option if you don't have magic firmware for drivers that
need it.
If unsure, say Y.
config BROKEN
bool
depends on !CLEAN_COMPILE
...
...
sound/oss/Kconfig
View file @
e0cce02e
...
...
@@ -319,7 +319,7 @@ config SOUND_TRIDENT
config SOUND_MSNDCLAS
tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
depends on SOUND_PRIME!=n && SOUND
depends on SOUND_PRIME!=n && SOUND
&& !STANDALONE
help
Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
Monterey (not for the Pinnacle or Fiji).
...
...
@@ -334,7 +334,7 @@ comment "Compiled-in MSND Classic support requires firmware during compilation."
config MSNDCLAS_HAVE_BOOT
bool
depends on SOUND_MSNDCLAS=y
depends on SOUND_MSNDCLAS=y
&& !STANDALONE
default y
config MSNDCLAS_INIT_FILE
...
...
@@ -383,7 +383,7 @@ config MSNDCLAS_IO
config SOUND_MSNDPIN
tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
depends on SOUND_PRIME!=n && SOUND
depends on SOUND_PRIME!=n && SOUND
&& !STANDALONE
help
Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
See <file:Documentation/sound/oss/MultiSound> for important information
...
...
@@ -714,7 +714,7 @@ config SOUND_TRIX
config TRIX_HAVE_BOOT
bool "Have TRXPRO.HEX firmware file"
depends on SOUND_TRIX=y
depends on SOUND_TRIX=y
&& !STANDALONE
help
The MediaTrix AudioTrix Pro has an on-board microcontroller which
needs to be initialized by downloading the code from the file
...
...
@@ -869,7 +869,7 @@ config PSS_MIXER
config PSS_HAVE_BOOT
bool "Have DSPxxx.LD firmware file"
depends on SOUND_PSS
depends on SOUND_PSS
&& !STANDALONE
help
If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y
to include this file. Without this file the synth device (OPL) may
...
...
@@ -940,7 +940,7 @@ config SOUND_MAUI
config MAUI_HAVE_BOOT
bool "Have OSWF.MOT firmware file"
depends on SOUND_MAUI=y
depends on SOUND_MAUI=y
&& !STANDALONE
help
Turtle Beach Maui and Tropez sound cards have a microcontroller
which needs to be initialized prior to use. OSWF.MOT is a file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment