SAM4E: Fix options to select GPIO interrupts in Kconfig

This commit is contained in:
Gregory Nutt 2014-10-24 09:29:01 -06:00
parent 8712d1115c
commit e315a6d500

View File

@ -249,7 +249,7 @@ xcpt_t arch_phy_irq(FAR const char *intf, xcpt_t handler, phy_enable_t *enable)
#ifdef CONFIG_SAMA5_EMAC0
phydbg("EMAC0: devname=%s\n", SAMA5_EMAC0_DEVNAME);
#endif
#ifdef CONFIG_SAMA5_EMAC0
#ifdef CONFIG_SAMA5_EMAC1
phydbg("EMAC1: devname=%s\n", SAMA5_EMAC1_DEVNAME);
#endif