diff options
| author | Tom Rini <[email protected]> | 2021-09-09 07:54:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-01 12:10:09 -0400 |
| commit | d9be8606bb983db398a7444533a72e3e4eabe011 (patch) | |
| tree | 844ce7c66e8e546171c8fddc4674db46a2d3282d /drivers/gpio/Makefile | |
| parent | 14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (diff) | |
arm: Remove aspenite board
This board has not been converted to CONFIG_DM by the deadline.
Remove it. As this is the last armada100 platform, remove that support
as well.
Cc: Prafulla Wadaskar <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/gpio/Makefile')
| -rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 18917488c21..a9dc546a20b 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -23,7 +23,6 @@ obj-$(CONFIG_IPROC_GPIO) += iproc_gpio.o obj-$(CONFIG_KIRKWOOD_GPIO) += kw_gpio.o obj-$(CONFIG_KONA_GPIO) += kona_gpio.o obj-$(CONFIG_MARVELL_GPIO) += mvgpio.o -obj-$(CONFIG_MARVELL_MFP) += mvmfp.o obj-$(CONFIG_MCP230XX_GPIO) += mcp230xx_gpio.o obj-$(CONFIG_MXC_GPIO) += mxc_gpio.o obj-$(CONFIG_MXS_GPIO) += mxs_gpio.o |
