Skip to content

Commit d9d2e8b

Browse files
committed
arm: configs: novena: enable 74XX GPIO controller
This controller provides MMIO compatibility for e.g. various FPGA accesses via the EIM bus. Signed-off-by: Sean Cross <[email protected]>
1 parent bcacd4e commit d9d2e8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

arch/arm/configs/novena_defconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,15 +2529,15 @@ CONFIG_GPIO_GENERIC=y
25292529
#
25302530
# Memory mapped GPIO drivers
25312531
#
2532-
# CONFIG_GPIO_74XX_MMIO is not set
2532+
CONFIG_GPIO_74XX_MMIO=m
25332533
# CONFIG_GPIO_ALTERA is not set
25342534
# CONFIG_GPIO_DWAPB is not set
25352535
# CONFIG_GPIO_EM is not set
25362536
CONFIG_GPIO_GENERIC_PLATFORM=y
25372537
# CONFIG_GPIO_GRGPIO is not set
25382538
CONFIG_GPIO_MXC=y
25392539
# CONFIG_GPIO_PL061 is not set
2540-
# CONFIG_GPIO_SYSCON is not set
2540+
CONFIG_GPIO_SYSCON=m
25412541
# CONFIG_GPIO_VX855 is not set
25422542
# CONFIG_GPIO_XILINX is not set
25432543
# CONFIG_GPIO_ZEVIO is not set
@@ -5029,9 +5029,6 @@ CONFIG_RING_BUFFER=y
50295029
CONFIG_RING_BUFFER_ALLOW_SWAP=y
50305030
CONFIG_TRACING_SUPPORT=y
50315031
# CONFIG_FTRACE is not set
5032-
# CONFIG_BRANCH_PROFILE_NONE is not set
5033-
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
5034-
# CONFIG_PROFILE_ALL_BRANCHES is not set
50355032

50365033
#
50375034
# Runtime Testing

0 commit comments

Comments
 (0)