mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Rename gpio driver file.
This commit is contained in:
parent
e18aa9229a
commit
0495dcef49
4 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ arm/freescale/imx/tzic.c standard
|
|||
arm/freescale/imx/imx51_iomux.c optional iomux
|
||||
|
||||
# GPIO
|
||||
arm/freescale/imx/imx51_gpio.c optional gpio
|
||||
arm/freescale/imx/imx_gpio.c optional gpio
|
||||
|
||||
# Generic Periodic Timer
|
||||
arm/freescale/imx/imx_gpt.c standard
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ arm/freescale/imx/tzic.c standard
|
|||
arm/freescale/imx/imx51_iomux.c optional iomux
|
||||
|
||||
# GPIO
|
||||
arm/freescale/imx/imx51_gpio.c optional gpio
|
||||
arm/freescale/imx/imx_gpio.c optional gpio
|
||||
|
||||
# Generic Periodic Timer
|
||||
arm/freescale/imx/imx_gpt.c standard
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ arm/freescale/imx/imx6_mp.c optional smp
|
|||
arm/freescale/imx/imx6_pl310.c standard
|
||||
arm/freescale/imx/imx_machdep.c standard
|
||||
arm/freescale/imx/imx_gpt.c standard
|
||||
arm/freescale/imx/imx51_gpio.c optional gpio
|
||||
arm/freescale/imx/imx_gpio.c optional gpio
|
||||
|
||||
#
|
||||
# Optional devices.
|
||||
|
|
|
|||
Loading…
Reference in a new issue