mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 22:34:19 +08:00
[dm][pin][pinctrl] add new driver
1. ARM PL061 GPIO 2. Single Pinctrl Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -16,6 +16,9 @@ if GetDepend(['RT_USING_DM']):
|
||||
if GetDepend(['RT_USING_OFW']):
|
||||
src += ['dev_pin_ofw.c']
|
||||
|
||||
if GetDepend(['RT_PIN_PL061']):
|
||||
src += ['pin-pl061.c']
|
||||
|
||||
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user