diff options
author | Tom Rini | 2022-03-21 21:33:30 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:46 -0400 |
commit | 797c2b4a1af1e790bcb5163be7dd409c49527354 (patch) | |
tree | 331bb8ecb354d2da3a7c275f539736f85e190eea /include/configs | |
parent | 439cc7fb05080f11eda2008f03b52bb6401ec45b (diff) |
Convert CONFIG_BCM2835_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_BCM2835_GPIO
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/rpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c439ec1b302..7a5f0851b53 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -41,8 +41,6 @@ #endif /* Devices */ -/* GPIO */ -#define CONFIG_BCM2835_GPIO /* LCD */ /* DFU over USB/UDC */ |