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.
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