avr32: Retire AVR32 for good
[oweals/u-boot.git] / drivers / usb / gadget / atmel_usba_udc.h
index 92e462db60ef72c28972b897e701a977cb047543..c6d12d3a8ef4d4c6cd1dc7685e09f3bc807ec6dc 100644 (file)
 #define USBA_REMOTE_WAKE_UP                    (1 << 10)
 #define USBA_PULLD_DIS                         (1 << 11)
 
-#if defined(CONFIG_AVR32)
-#define USBA_ENABLE_MASK                       USBA_EN_USBA
-#define USBA_DISABLE_MASK                      0
-#elif defined(CONFIG_AT91FAMILY)
 #define USBA_ENABLE_MASK                       (USBA_EN_USBA | USBA_PULLD_DIS)
 #define USBA_DISABLE_MASK                      USBA_DETACH
-#endif /* CONFIG_ARCH_AT91 */
 
 /* Bitfields in FNUM */
 #define USBA_MICRO_FRAME_NUM_OFFSET            0