diff --git a/cpu/lm4f120/include/periph_cpu.h b/cpu/lm4f120/include/periph_cpu.h
index 05e1ac5b696daa9385f15dfeb9be8aa67a89acc2..f0b57d1e39f54f41cae901c5e04caed05aa2d04e 100644
--- a/cpu/lm4f120/include/periph_cpu.h
+++ b/cpu/lm4f120/include/periph_cpu.h
@@ -57,18 +57,6 @@ typedef enum {
 /** @} */
 #endif /* ndef DOXYGEN */
 
-/**
- * @brief   Override values for pull register configuration
- * @{
- */
-#define HAVE_GPIO_PP_T
-typedef enum {
-  GPIO_NOPULL = GPIO_PIN_TYPE_STD,          /**< do not use internal pull resistors */
-  GPIO_PULLUP = GPIO_PIN_TYPE_STD_WPU,	    /**< enable internal pull-up resistor */
-  GPIO_PULLDOWN = GPIO_PIN_TYPE_STD_WPD	    /**< enable internal pull-down resistor */
-} gpio_pp_t;
-/** @} */
-
 /**
  * @brief   Override values for pin direction configuration
  * @{