commit | c0a2b3cd5b78ddb721e53baf675d7164a118bc2d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Aug 08 15:10:06 2025 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Aug 08 15:10:06 2025 +0200 |
tree | 977f2f109ceec127ba73115a7dc8da8ec66fb6d5 | |
parent | d436d0779bf31a60b40e1d75de7098d8797e393c [diff] |
gpiolib: turn off legacy interface by default All users of the legacy interface now select CONFIG_GPIOLIB_LEGACY, so it can be turned off by default. Allow turning it on manually for compile testing, in order to keep the build coverage of the legacy drivers. Signed-off-by: Arnd Bergmann <arnd@arndb.de>