diff options
Diffstat (limited to 'drivers/sound/Config.std')
-rw-r--r-- | drivers/sound/Config.std | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/Config.std b/drivers/sound/Config.std index fb8a76753..310bf01bf 100644 --- a/drivers/sound/Config.std +++ b/drivers/sound/Config.std @@ -44,7 +44,7 @@ if [ "$CONFIG_LOWLEVEL_SOUND" = "y" ]; then fi fi - if [ "$CONFIG_MIDI" = "y" ]; then + if [ "$CONFIG_MPU401" = "y" ]; then bool 'Audio Excel DSP 16 (MPU401 emulation)' CONFIG_AEDSP16_MPU401 if [ "$CONFIG_AEDSP16_MPU401" = "y" ]; then comment 'Audio Excel DSP 16 [MPU-401]' |