]> git.neil.brown.name Git - history.git/commitdiff
kbuild: remove OSS pointless hex default
authorKai Germaschewski <kai@zephyr.physics.uiowa.edu>
Sun, 25 Aug 2002 12:44:09 +0000 (07:44 -0500)
committerKai Germaschewski <kai@zephyr.physics.uiowa.edu>
Sun, 25 Aug 2002 12:44:09 +0000 (07:44 -0500)
Greg Banks:

The symbol CONFIG_SOUND_CMPCI_FMIO is declared with a "hex" statement,
immediately preceded by a "define_hex" with the same value as the
default value from the "hex".  In config and xconfig, this has no effect;
in menuconfig it prevents the user selecting any value other than the
default.

sound/oss/Config.in

index d7d77e06b9b8594dfe5ae7eb2ec03da9d5b1827c..e462453d129135155d4e2a24dd68eb125328be4b 100644 (file)
@@ -11,7 +11,6 @@ dep_tristate '  C-Media PCI (CMI8338/8738)' CONFIG_SOUND_CMPCI $CONFIG_SOUND $CO
 if [ "$CONFIG_SOUND_CMPCI" = "y" -o "$CONFIG_SOUND_CMPCI" = "m" ]; then
     bool '    Enable legacy FM' CONFIG_SOUND_CMPCI_FM
     if [ "$CONFIG_SOUND_CMPCI_FM" = "y" ]; then
-       define_hex CONFIG_SOUND_CMPCI_FMIO 388
         hex '    FM I/O 388, 3C8, 3E0, 3E8' CONFIG_SOUND_CMPCI_FMIO 388
     fi
     bool '    Enable legacy MPU-401' CONFIG_SOUND_CMPCI_MIDI