513a1c4471
The MAX7310 GPIO controller was used only by the XScale-based Zaurus machine types. Now they have been removed we can remove this device model as well. Because this device is an I2C device, in theory it could be created by users on the command line for boards with a different I2c controller, but we don't believe users are doing this -- it would be impossible on the command line to connect up the GPIO inputs/outputs. The only example a web search produces for "device max7310" is a user trying to create this because they didn't realize that there was no way to manipulate the GPIO lines. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20241003140010.1653808-3-peter.maydell@linaro.org
25 lines
239 B
Plaintext
25 lines
239 B
Plaintext
config PL061
|
|
bool
|
|
|
|
config GPIO_KEY
|
|
bool
|
|
|
|
config GPIO_MPC8XXX
|
|
bool
|
|
|
|
config GPIO_PWR
|
|
bool
|
|
|
|
config SIFIVE_GPIO
|
|
bool
|
|
|
|
config STM32L4X5_GPIO
|
|
bool
|
|
|
|
config PCF8574
|
|
bool
|
|
depends on I2C
|
|
|
|
config ZAURUS_SCOOP
|
|
bool
|