blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"

There's a (rather subtle) typo in "CONFIG_SND_SOC_ADV80X_MODULE". Fix it
once and for all by using IS_ENABLED(), which is designed to avoid
issues like this.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

authored by Paul Bolle and committed by Steven Miao cb8f05f7 3def9074

+1 -1
+1 -1
arch/blackfin/mach-bf537/boards/stamp.c
··· 986 986 }, 987 987 #endif 988 988 989 - #if defined(CONFIG_SND_SOC_ADAV80X) || defined(CONFIG_SND_SOC_ADV80X_MODULE) 989 + #if IS_ENABLED(CONFIG_SND_SOC_ADAV80X) 990 990 { 991 991 .modalias = "adav801", 992 992 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */