Skip to content

Commit c117842

Browse files
committed
SQUASH drivers: gpio: Add LiteX GPIO driver
Avoid newly added warning about menuconfig without menu entries. Signed-off-by: Peter Bigot <[email protected]>
1 parent 07de64e commit c117842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig.litex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2019 Antmicro <www.antmicro.com>
44
# SPDX-License-Identifier: Apache-2.0
55

6-
menuconfig GPIO_LITEX
6+
config GPIO_LITEX
77
bool "Litex GPIO driver"
88
depends on SOC_RISCV32_LITEX_VEXRISCV
99
select HAS_DTS_GPIO

0 commit comments

Comments
 (0)