STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN options presented for the F401RE. There are still invalid peripheral options being presented

This commit is contained in:
Gregory Nutt
2014-05-06 08:32:21 -06:00
parent 227cd6ca66
commit f2ac4d6403
3 changed files with 93 additions and 44 deletions
-1
View File
@@ -139,4 +139,3 @@ symtab_findorderedbyname(FAR const struct symtab_s *symtab,
return strcmp(name, symtab[low].sym_name) == 0 ? &symtab[low] : NULL;
}