commit | a1819a00bdba67da9fa2f157ea7954e72df806fb | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Sun Sep 29 17:54:41 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 18:07:29 2019 -0400 |
tree | f1f5a89ee28e3233754b6f2f557b2bcd137af89d | |
parent | 71fcd2caa4c4bffa09b8e4c487b61250e19d7bb9 [diff] |
spl: Introduce SPL_DM_GPIO Kconfig define This define indicates if DM_GPIO shall be supported in SPL. This allows proper operation of DM converted GPIO drivers in SPL, which use boards. Signed-off-by: Lukasz Majewski <lukma@denx.de>